Полная автоматизация браузера в облаке
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}
Send a URL plus a script of actions — click, scroll, wait for a selector, set cookies, fill forms.
A full headless Chrome executes your script with residential IP egress and a fingerprint tuned to look human.
Final HTML, screenshots, or HAR arrive once the page settles — lazy-loaded content included.
Запускайте сессии headless Chrome/Chromium с полной поддержкой JavaScript. Идеально для SPA, динамического контента и сайтов, требующих человекоподобного взаимодействия.
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}
{ "url": "https://spa-site.com", "rendered": true, "html": "<html>...rendered...</html>", "screenshot": "s3://.../b71f.png", "duration_ms": 3120 }
Headless Chrome/Chromium, kept within days of the latest stable release. Custom user agents and viewport sizes on every session.
Yes — cookie injection, persistent sessions, and sequenced actions let you scrape behind authentication walls.
Per session minute plus bandwidth. Idle time is not billed — the clock runs only while the page is working.
Создайте аккаунт, пополните кошелёк и сделайте первый вызов за несколько минут.