01 / Ranked retrieval
Results with context.
Get titles, URLs, descriptions, and provider metadata in a predictable response.
Product / Search
Find relevant pages through a single API and optionally return the page content your agent needs next.
curl -X POST https://api.beecrawl.dev/search \
-H "X-Web-Extract-Api-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"web scraping API","limit":5}'Features // Product / Search
01 / Ranked retrieval
Get titles, URLs, descriptions, and provider metadata in a predictable response.
02 / Search + scrape
Add scrapeOptions when you want matching pages returned as clean markdown in the same request.
03 / Tunable requests
Control result count, language, country, and the rendering settings used for follow-up content.
How it works //
Send a focused query.
Rank and normalize matching pages.
Return links or scrape-ready content.
{
"requestId": "req_01H...",
"status": "ready",
"data": "useful web content",
"metadata": { "provider": "beecrawl" }
}FAQ //
Each result includes a URL, title, description, and optional markdown content when scrapeOptions are included.
Yes. Add scrapeOptions with one or more formats to fetch page content for each search result.