formatsarray · optionalValue supplied for formats.
minItems: 1 · maxItems: 4
Loading tools…
Firecrawl
Read a bounded set of pages from a public website.
Read up to 50 pages from one public website, with bounded depth and Markdown, HTML or links. Reserve the requested page limit, then charge only for successfully delivered pages and release unused funds. Partial delivery reports completed and failed page counts. The same durable job resumes after interruption. Subdomains, PDF documents, X/Twitter and JSON extraction are excluded. The worked example shows selected fields and at most one item per list; counts retain their recorded values.
Agents select this operation with tool ID firecrawl.site-crawl, then check its current inputs and price before a run.
formatsarray · optionalValue supplied for formats.
minItems: 1 · maxItems: 4
limitinteger · optionalValue supplied for limit.
minimum: 1 · maximum: 50
maxDiscoveryDepthinteger · optionalValue supplied for max discovery depth.
minimum: 0 · maximum: 5
onlyMainContentboolean · optionalValue supplied for only main content.
urlstring · requiredPublic HTTPS web page. PDF files and X/Twitter URLs are excluded.
format: uri · maxLength: 2048
attempted_pagesnumberReturned attempted pages value.
completed_pagesnumberReturned completed pages value.
failed_pagesnumberReturned failed pages value.
limitnumberReturned limit value.
pagesarrayReturned pages value.
partialbooleanReturned partial value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "firecrawl.site-crawl",
"input": {
"url": "https://books.toscrape.com/",
"limit": 3,
"formats": [
"markdown"
],
"onlyMainContent": true,
"maxDiscoveryDepth": 1
}
}{
"limit": 3,
"pages": [
{
"url": "https://books.toscrape.com/",
"title": "\n All products | Books to Scrape - Sandbox\n",
"status": 200,
"markdown": "- [Home](https://books.toscrape.com/index.html)\n- All products\n\n# All products\n\n**1000** results - showing **1** to **20**.\n\n\n\n\n\n\n**Warning!** This is a demo website for web scraping purposes. Prices and ratings here were randomly assigned and have no real meaning.\n\n01. [](https://books.toscrape.com/catalogue/a-light-in-the-attic_1000/index.html)\n\n\n\n\n\n\n\n ### [A Light in the ...](https://books.toscrape.com/catalogue/a-light-in-the-attic_1000/index.html \"A Light in the Attic\")\n\n\n\n\n\n £51.77\n\n\n\n\n\n In stock\n\n\n\n Add to basket\n\n02. [![Tipping the Velvet](https://books.toscrape.com/m",
"truncated": false
}
],
"partial": false,
"failed_pages": 0,
"attempted_pages": 3,
"completed_pages": 3
}invalid_input: The URL, query or limits are outside this tool's supported inputs.example: {"url":"https://example.com/","limit":1,"maxDiscoveryDepth":1,"formats":["markdown"]}upstream_error: The provider could not return usable results; the wallet was not charged.Check the target page and retry with a smaller limit if necessary.Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.