Bypass anti-bot protections at scale
curl "https://api.yaproxy.com/unlocker/v1/fetch" \ -H "Authorization: Bearer yap_key_..." \ -d '{"url":"https://example.com/product/123"}' # → {"html":"<!DOCTYPE html>...","status":200}
POST the target URL with your API key. No proxies, headers, fingerprints, or browsers to babysit.
The request rotates across our residential pool, solves CAPTCHAs, and renders JavaScript until the page gives up clean HTML.
Raw or parsed HTML arrives as JSON — billed only when the response is a genuine 200.
Our Unlocker API handles CAPTCHAs, browser fingerprinting, and IP rotation automatically. Get clean HTML from any website with a single API call.
curl "https://api.yaproxy.com/unlocker/v1/fetch" \ -H "Authorization: Bearer yap_key_..." \ -d '{"url":"https://example.com/product/123"}' # → {"html":"<!DOCTYPE html>...","status":200}
{ "url": "https://example.com/product/123", "status": 200, "html": "<!DOCTYPE html>...", "resolved_ip": "185.62.11.4", "cost": 0.005 }
Only responses with HTTP 200 and unblocked, usable content are billed. Blocks, timeouts, and paywall errors are free.
Cloudflare, Akamai, PerimeterX, DataDome, and Kasada walls, plus reCAPTCHA, hCaptcha, and Turnstile challenges — solved automatically on every request.
No. The endpoint owns the full retry chain — IP rotation, header randomization, and CAPTCHA solving are all server-side.
Create an account, fund your wallet, and make your first call in minutes.