Skip to main content
POST
/
v1
/
firecrawl_scrape
firecrawl_scrape
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
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
url
string
required
formats
string[]
onlyMainContent
boolean

Response

Success

The response is of type object.