← Volver a productos
APIs de scraping

API de Desbloqueo Web

Supera las protecciones anti-bot a escala

desde $5.00 / 1K éxitosPago por solicitud exitosa
ComenzarLeer la documentación
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

Cómo funciona

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

Características principales

Nuestra API de desbloqueo gestiona CAPTCHAs, huellas digitales del navegador y rotación de IPs automáticamente.

  • Resolución automática de CAPTCHA en cada solicitud
  • Renderizado JS con Chrome headless
  • Rotación inteligente de IP en 72M+ IPs residenciales
// i/o

Inicio rápido

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

Preguntas frecuentes

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.

¿Listo para empezar a extraer datos?

Crea una cuenta, recarga tu billetera y haz tu primera llamada en minutos.

ComenzarLeer la documentación