Real-time search engine results for any keyword
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},...]}
POST the keyword, engine, and geo. Google, Bing, Baidu, Yahoo — 18+ engines behind one endpoint.
Queries run through residential IPs in the target country, returning the exact SERP a real user there would see.
Organic results, ads, PAA, and local pack — parsed, ranked, and ready to ingest. No HTML parsing on your side.
Collect Google, Bing, Yahoo, and Baidu search results at scale. Structured JSON output with organic results, ads, featured snippets, and local pack data.
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},...]}
{ "query": "buy laptop", "engine": "google", "organic": [ { "rank": 1, "title": "Best laptops 2026", "url": "https://..." } ], "ads": 3, "total_results": 1240000000 }
Google, Bing, Baidu, Yahoo, Yandex, and 13 more. Output covers organic results, paid ads, featured snippets, People-Also-Ask, and local pack.
Every request triggers a live search — we never serve cached pages. What you get is what a user in that geo sees right now.
Yes. Combine country, city, language, and desktop/mobile device targeting per request.
Create an account, fund your wallet, and make your first call in minutes.