Give Supercrawl a URL or a query and it crawls the open web for the page content and structured data your agents need — returned clean as JSON, Markdown, or HTML.
# 1. send a crawl request
curl -X POST https://api.supercrawl.dev/api/v1/crawl \
-H "Authorization: Bearer sc_live_..." \
-H "Content-Type: application/json" \
-d '{ "query": "best cities for remote work" }'
# 2. get clean, structured JSON back
{
"requestId": "8f3c1d2e-...",
"status": "succeeded",
"data": { "title": "...", "content": "# markdown" }
} Sign up and grab a key. No sales call, no setup, no crawler to maintain.
One POST with your question. Supercrawl plans the crawl and pulls from the right public sources for you.
Structured data, prices, PDFs, and citations — ready to drop straight into your agent.
POST /v1/search Web search with a sourced answer and ranked results. Add flags to pull in news, shopping signals, or deeper research — each flag affects what's crawled and what you're billed.
POST /v1/news Latest news results for a topic. Returned as a ranked list with titles, sources, dates, and summaries.
POST /v1/shopping Product offers, sellers, price ranges, and availability across the open web. Great for competitive pricing and market signals.
1¢ / query
Web search, sourced answers, and citations. Pay per request, no minimum.
Get API key