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

SERP API

Результаты поисковых систем в реальном времени

от $1.00 / 1К запр.Оплата за успешный запрос
НачатьЧитать документацию
bash — serp-api
curl "https://api.yaproxy.com/serp/v1/search" \
     -H "Authorization: Bearer yap_key_..." \
     -d '{"query":"buy laptop","engine":"google","country":"us"}'
# → {"organic":[{"title":"...","url":"...","rank":1},...]}
18+
search engines covered
1.2s
median fetch time
0
cached responses served
195
geo locations to target
// pipeline

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

01

Send a query

POST the keyword, engine, and geo. Google, Bing, Baidu, Yahoo — 18+ engines behind one endpoint.

02

We search like a local

Queries run through residential IPs in the target country, returning the exact SERP a real user there would see.

03

Structured JSON arrives

Organic results, ads, PAA, and local pack — parsed, ranked, and ready to ingest. No HTML parsing on your side.

// spec

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

Собирайте результаты поиска Google, Bing, Yahoo и Baidu в любом масштабе. Структурированный JSON с органическими результатами, рекламой и сниппетами.

  • Google, Bing, Baidu, Yahoo + 15 других поисковиков
  • JSON: органика, реклама, PAA, локальный блок
  • Результаты в реальном времени, без кэша
// i/o

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

bash — запрос
curl "https://api.yaproxy.com/serp/v1/search" \
     -H "Authorization: Bearer yap_key_..." \
     -d '{"query":"buy laptop","engine":"google","country":"us"}'
# → {"organic":[{"title":"...","url":"...","rank":1},...]}
json — ответ200 OK
{
  "query": "buy laptop",
  "engine": "google",
  "organic": [
    { "rank": 1, "title": "Best laptops 2026", "url": "https://..." }
  ],
  "ads": 3,
  "total_results": 1240000000
}
// faq

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

Which engines and result types are supported?

Google, Bing, Baidu, Yahoo, Yandex, and 13 more. Output covers organic results, paid ads, featured snippets, People-Also-Ask, and local pack.

Are results real-time or cached?

Every request triggers a live search — we never serve cached pages. What you get is what a user in that geo sees right now.

Can I target specific countries or devices?

Yes. Combine country, city, language, and desktop/mobile device targeting per request.

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

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

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