← Back to Products
Scraping APIs

Research API

AI-driven web research with structured output

from $1.60 / 1K reqPay per request
Get StartedRead the Docs
bash — research-api
curl "https://api.yaproxy.com/research/v1/search" \
     -H "Authorization: Bearer yap_key_..." \
     -d '{"query":"EV market trends 2026","language":"en"}'
# → {"query":"...","sources":[...],"summary":"..."}
// spec

Key Features

Evaluate search relevance, synthesise multiple sources, and return verified data in 31 languages. Ideal for competitive intelligence, academic research, and trend monitoring.

  • AI-powered relevance scoring and source synthesis
  • Verified structured output in 31 languages
  • Built for competitive intelligence and trend research
// i/o

Quick Start

bash — request
curl "https://api.yaproxy.com/research/v1/search" \
     -H "Authorization: Bearer yap_key_..." \
     -d '{"query":"EV market trends 2026","language":"en"}'
# → {"query":"...","sources":[...],"summary":"..."}
json — response200 OK
curl "https://api.yaproxy.com/research/v1/search" \
     -H "Authorization: Bearer yap_key_..." \
     -d '{"query":"EV market trends 2026","language":"en"}'
# → {"query":"...","sources":[...],"summary":"..."}

Ready to start extracting data?

Create an account, fund your wallet, and make your first call in minutes.

Get StartedRead the Docs