The full API surface
One API for search, scrape, crawl, map, extract, batch, parse, and screenshots , behind one key. Coming from a Firecrawl-shaped client? Your code ports directly.
Scrape & extract
A URL becomes markdown, structured JSON, or links. Request shapes that port from a Firecrawl-style client.
/v1/scrapeOne page. Markdown, rawHtml, links, json, or screenshot. formats[], actions[], content shaping, cookies, waitFor.
/v1/extractA schema returns typed JSON via an LLM, or run the free JSON-LD and Open Graph cascade with a confidence score. Single or multi-URL.
/v1/batchUp to 100 URLs per request, sync or async, with per-tier concurrency.
/v1/mapAll the links on a domain, no content. Sitemap plus crawl graph in one call.
/v1/crawlAll the content on a site, recursive. Include and exclude paths, depth limits, async jobs with completion webhooks.
Capture & files
Render pages and turn documents into text an agent can read.
/v1/screenshotFull-page or element capture, mobile emulation, PNG or JPEG to storage or base64.
/v1/parseA PDF or DOCX (upload or URL) becomes markdown. SSRF-guarded.
Search & grounded data
No URL? Describe it. Query the web and pull public, citable data.
/v1/searchFind it when you have no URL. Web search plus a scrape of the results in one call, straight into LLM-ready content.
/v1/researchA question returns a grounded report from public and government sources, with citations.
/v1/govUnified public-domain time-series (FRED, BLS, Census) by series and range.
Chat & connectors
Pull data in plain English, or run curated source connectors.
/v1/chatNatural language routes to a scrape or a curated connector, then returns a free preview and a cost estimate.
/v1/connectorsList the curated data-source connectors available to pull from.
/v1/pullRun a full pull, from a connector or a previewed chat job, and get rows plus CSV.
Agent-native
Public, no-auth doors built for AI agents to discover and connect on their own. No human in the loop.
/agent-onboarding/SKILL.mdThe self-onboarding doc. An agent fetches this and wires itself up: key, then calls, then MCP.
/llms.txtA condensed, machine-readable capability index (plus /llms-full.txt).
/openapi.jsonOpenAPI 3.1 spec for the full surface.
mcp.superscraper.dev/{key}/mcpHosted MCP server, live at launch. Key in the URL, zero install. Streamable HTTP (or /sse).
Run any of them in the playground
Paste a URL, see the output with a confidence score and a source trail. No key, no card.