Research crawler for AI agents.

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.

  • Pricing starts at $1c
  • No minimums
  • No infra to run
api.supercrawl.dev
# 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" }
}
No infra we run the crawl fleet
Structured clean JSON, not HTML dumps
Your format JSON, Markdown, or HTML
$1c+ usage-based pricing, no minimums

Three steps and you're running requests.

  1. Get an API key

    Sign up and grab a key. No sales call, no setup, no crawler to maintain.

  2. Send a query

    One POST with your question. Supercrawl plans the crawl and pulls from the right public sources for you.

  3. Get clean data

    Structured data, prices, PDFs, and citations — ready to drop straight into your agent.

A small API for the web data agents need most.

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.

Pay for what you actually pull. Nothing else.

Enterprise

Custom

Volume rates, dedicated throughput, SLAs, and priority support.

Talk to us

Start with a question.
Get usable data back.

Supercrawl