Scrape a single page and return its main content as markdown.
Search API
Firecrawl Scrape
Scrape a single web page and get its main content back as clean markdown — no HTML parsing on your side.
POST
Scrape a single page and return its main content as markdown.
Fetch one URL and return its cleaned main content as markdown. Use this as the fast, single-page entry point when you already know the exact page you need. On the AIsa metered profile the request is deliberately narrow: the URL must be HTTPS and must not be a PDF,
proxy must be set to "basic", and if you send formats it must be exactly ["markdown"]. Advanced Firecrawl options (actions, headers, parsers, profile, lockdown, zeroDataRetention) are not accepted.
Billing is metered per Firecrawl credit — Scrape costs 1 credit per page. To discover URLs first, use post_firecrawl-map; to scrape many pages at once, use post_firecrawl-batch-scrape.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The HTTPS URL to scrape. PDF URLs are not supported on the metered profile.
Example:
"https://docs.firecrawl.dev"
Proxy tier. Must be explicitly set to "basic" on the metered profile.
Available options:
basic Example:
"basic"
Optional output formats. When present it must be exactly ["markdown"].
Available options:
markdown Example: