← Volver a productos
APIs de scraping

API de Navegador

Automatización completa del navegador en la nube

desde $15.00 / horaPago por solicitud + ancho de banda
ComenzarLeer la documentación
bash — browser-api
curl "https://api.yaproxy.com/browser/v1/scrape" \
     -H "Authorization: Bearer yap_key_..." \
     -d '{"url":"https://spa-site.com","wait_for":"#app"}'
# → {"html":"<html>...rendered...</html>","status":200}
100%
JavaScript support
4K
max viewport resolution
<1s
session spin-up
1000s
parallel sessions
// pipeline

Cómo funciona

01

Describe the job

Send a URL plus a script of actions — click, scroll, wait for a selector, set cookies, fill forms.

02

Real Chrome runs it

A full headless Chrome executes your script with residential IP egress and a fingerprint tuned to look human.

03

Get the rendered DOM

Final HTML, screenshots, or HAR arrive once the page settles — lazy-loaded content included.

// spec

Características principales

Ejecuta sesiones de Chrome/Chromium headless con soporte JavaScript completo. Ideal para SPAs, contenido dinámico y sitios que requieren interacción humana.

  • Chrome headless completo con ejecución de JS
  • Manejo de SPAs, flujos de login y contenido lazy-load
  • Viewport, cookies y cabeceras configurables
// i/o

Inicio rápido

bash — solicitud
curl "https://api.yaproxy.com/browser/v1/scrape" \
     -H "Authorization: Bearer yap_key_..." \
     -d '{"url":"https://spa-site.com","wait_for":"#app"}'
# → {"html":"<html>...rendered...</html>","status":200}
json — respuesta200 OK
{
  "url": "https://spa-site.com",
  "rendered": true,
  "html": "<html>...rendered...</html>",
  "screenshot": "s3://.../b71f.png",
  "duration_ms": 3120
}
// faq

Preguntas frecuentes

Which browser engine and version?

Headless Chrome/Chromium, kept within days of the latest stable release. Custom user agents and viewport sizes on every session.

Can it handle logins and multi-step flows?

Yes — cookie injection, persistent sessions, and sequenced actions let you scrape behind authentication walls.

How is it billed?

Per session minute plus bandwidth. Idle time is not billed — the clock runs only while the page is working.

¿Listo para empezar a extraer datos?

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

ComenzarLeer la documentación