Skip to main content
One /v1 API

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.

POST/v1/scrape

One page. Markdown, rawHtml, links, json, or screenshot. formats[], actions[], content shaping, cookies, waitFor.

POST/v1/extract

A 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.

POST/v1/batch

Up to 100 URLs per request, sync or async, with per-tier concurrency.

POST/v1/map

All the links on a domain, no content. Sitemap plus crawl graph in one call.

POST/v1/crawl

All 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.

POST/v1/screenshot

Full-page or element capture, mobile emulation, PNG or JPEG to storage or base64.

POST/v1/parse

A 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.

POST/v1/search

Find it when you have no URL. Web search plus a scrape of the results in one call, straight into LLM-ready content.

POST/v1/research

A question returns a grounded report from public and government sources, with citations.

POST/v1/gov

Unified public-domain time-series (FRED, BLS, Census) by series and range.

Chat & connectors

Pull data in plain English, or run curated source connectors.

POST/v1/chat

Natural language routes to a scrape or a curated connector, then returns a free preview and a cost estimate.

GET/v1/connectors

List the curated data-source connectors available to pull from.

POST/v1/pull

Run 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.

GET/agent-onboarding/SKILL.md

The self-onboarding doc. An agent fetches this and wires itself up: key, then calls, then MCP.

GET/llms.txt

A condensed, machine-readable capability index (plus /llms-full.txt).

GET/openapi.json

OpenAPI 3.1 spec for the full surface.

GETmcp.superscraper.dev/{key}/mcp

Hosted 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.