Search API
Give your AI product current web sources.
Send one query and receive ranked web, news or image results with traceable usage and stable API errors.
Uses the public playground. No API key is required for the first anonymous calls.Web, news, imagesSelect only the sources the workflow needs.
Filters that shipBound results by domain, country, category and recency.
Observable requestsCarry a request ID from response to activity log.
Built for retrieval
Find pages first. Decide what to scrape second.
Use Search to discover a small relevant set, then send selected URLs to Scrape or Crawl. Your application avoids maintaining separate provider contracts and error models.
- Research assistants that need current citations
- Product intelligence and release monitoring
- Lead and catalog enrichment from public sources
POST /v1/search
{
"query": "Rust async runtime changes",
"sources": ["web"],
"limit": 5
}
200 OK
x-request-id: 8e4...
{ "data": { "web": [...] } }Test the query your product actually needs.
Inspect the live response, then create a free account to keep the same workflow and increase capacity.