Tools
firecrawl_scrape
Run the firecrawl_scrape tool. Returns a clean, normalized JSON shape.
POST
firecrawl_scrape
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the firecrawl_scrape tool. Returns a clean, normalized JSON shape.
curl --request POST \
--url https://api.fetchbean.com/v1/firecrawl_scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"formats": [
"<string>"
],
"onlyMainContent": true
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/firecrawl_scrape \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"formats": [
"<string>"
],
"onlyMainContent": true
}
'{}