Firecrawl Scrape to Markdown
Firecrawl · Scraping
Scrape any public URL into clean, LLM-ready markdown with page metadata via Firecrawl's public scrape API, served without an account on the provider's unauthenticated tier.
- web-fetch
- firecrawl
- free
- markdown
- scraping
Price and execution
- Price
- Free
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Scraping
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /v2/scrape
- Interface artifact
- sha256:f92f930fceac971c2816e4b1681d99c9b17ed02c54dd5c0c41608dcd69bc4f28
- Manifest digest
- sha256:f777c28dc7437e76dd86121ea4b4ea1b45ab4e9a542bbfa433337fa4f1143b73
Request fields
- body.url (string, required): the page URL to scrape
- body.formats (array of strings, optional): output formats; defaults to markdown
Example queries
- {"url":"https://example.com"}