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.
# 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://..."] }
} Sign up and grab a key. No sales call, no setup, no crawler to maintain.
One POST to /api/v1/research with the research question your agent needs answered.
An answer, citations, source links, and structured fields — returned as JSON or Markdown.
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.
Request access
Full access to the research API for beta participants. Reach out and we'll get you a key.
Request access