← К списку продуктов
API парсинга

Browser API

Полная автоматизация браузера в облаке

от $15.00 / часОплата за запрос + трафик
НачатьЧитать документацию
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

Как это работает

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

Ключевые функции

Запускайте сессии headless Chrome/Chromium с полной поддержкой JavaScript. Идеально для SPA, динамического контента и сайтов, требующих человекоподобного взаимодействия.

  • Полный headless Chrome с выполнением JS
  • Поддержка SPA, авторизации и lazy-load контента
  • Настраиваемые viewport, куки и заголовки
// i/o

Быстрый старт

bash — запрос
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 — ответ200 OK
{
  "url": "https://spa-site.com",
  "rendered": true,
  "html": "<html>...rendered...</html>",
  "screenshot": "s3://.../b71f.png",
  "duration_ms": 3120
}
// faq

Часто задаваемые вопросы

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.

Готовы начать сбор данных?

Создайте аккаунт, пополните кошелёк и сделайте первый вызов за несколько минут.

НачатьЧитать документацию