← Volver a productos
APIs de scraping

API SERP

Resultados de motores de búsqueda en tiempo real

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

Cómo funciona

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

Características principales

Recopila resultados de búsqueda de Google, Bing, Yahoo y Baidu a escala. JSON estructurado con resultados orgánicos, anuncios y fragmentos destacados.

  • Google, Bing, Baidu, Yahoo + 15 motores más
  • JSON: orgánico, anuncios, PAA, paquete local
  • Resultados en tiempo real, sin datos en caché
// i/o

Inicio rápido

bash — solicitud
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 — respuesta200 OK
{
  "query": "buy laptop",
  "engine": "google",
  "organic": [
    { "rank": 1, "title": "Best laptops 2026", "url": "https://..." }
  ],
  "ads": 3,
  "total_results": 1240000000
}
// faq

Preguntas frecuentes

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.

¿Listo para empezar a extraer datos?

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

ComenzarLeer la documentación