← Back to Products
Scraping APIs

Web Unlocker API

Bypass anti-bot protections at scale

from $5.00 / 1K successesPay per successful request
Get StartedRead the Docs
bash — unlocker-api
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}
99.2%
unlock success rate
72M+
residential IPs in rotation
<8s
median turnaround
0
CAPTCHAs you solve yourself
// pipeline

How it works

01

Send one request

POST the target URL with your API key. No proxies, headers, fingerprints, or browsers to babysit.

02

We break through

The request rotates across our residential pool, solves CAPTCHAs, and renders JavaScript until the page gives up clean HTML.

03

You get clean data

Raw or parsed HTML arrives as JSON — billed only when the response is a genuine 200.

// spec

Key Features

Our Unlocker API handles CAPTCHAs, browser fingerprinting, and IP rotation automatically. Get clean HTML from any website with a single API call.

  • Automatic CAPTCHA solving on every request
  • JS rendering with headless Chrome
  • Smart IP rotation across 72M+ residential IPs
// i/o

Quick Start

bash — request
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}
json — response200 OK
{
  "url": "https://example.com/product/123",
  "status": 200,
  "html": "<!DOCTYPE html>...",
  "resolved_ip": "185.62.11.4",
  "cost": 0.005
}
// faq

Frequently asked questions

What counts as a successful request?

Only responses with HTTP 200 and unblocked, usable content are billed. Blocks, timeouts, and paywall errors are free.

Which anti-bot systems can it handle?

Cloudflare, Akamai, PerimeterX, DataDome, and Kasada walls, plus reCAPTCHA, hCaptcha, and Turnstile challenges — solved automatically on every request.

Do I manage proxies, headers, or retries?

No. The endpoint owns the full retry chain — IP rotation, header randomization, and CAPTCHA solving are all server-side.

Ready to start extracting data?

Create an account, fund your wallet, and make your first call in minutes.

Get StartedRead the Docs