Source-backed web research for AI agents.

Give Supercrawl a question and it returns a source-backed research result: answer, citations, source links, and structured fields your agents can use as JSON or Markdown.

  • One API call
  • Answer + citations
  • JSON or Markdown
api.supercrawl.dev
# 1. send a research query
curl -X POST https://api.supercrawl.dev/api/v1/research \
  -H "Authorization: Bearer sc_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "query": "best cities for remote work" }'

# 2. get answer + citations back
{
  "requestId": "8f3c1d2e-...",
  "status":    "succeeded",
  "data":      { "answer": "...", "citations": ["https://..."] }
}
No infra we run the research
Cited answers with source links
Structured clean JSON or Markdown
Agent-ready feeds your agents the data they need

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 to /api/v1/research with the research question your agent needs answered.

  3. Get cited findings

    An answer, citations, source links, and structured fields — returned as JSON or Markdown.

One small API for the web data agents need most.

POST /api/v1/research

The research endpoint. Send a JSON body with a query and get a request ID, status, answer, citations, source links, and structured findings as JSON or Markdown.

{ "query": "…" }

Research mode. Supercrawl looks up relevant sources and returns source-backed research output for your question.

POST /api/v1/search

The search lookup endpoint returns result items for a query when your workflow needs links before deeper research.

Currently in private beta.

Teams

Talk to us

Higher throughput and hands-on support for teams during the beta.

Talk to us

Start with a question.
Get usable data back.