Documentation Index
Fetch the complete documentation index at: https://mintlify.com/firecrawl/firecrawl/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
This endpoint requires authentication using a Bearer token. Include your API key in the Authorization header:Path Parameters
The ID of the batch scrape job (UUID format)
Response
The current status of the batch scrape. Can be
scraping, completed, or failed.The total number of pages that were attempted to be scraped.
The number of pages that have been successfully scraped.
The number of credits used for the batch scrape.
The date and time when the batch scrape will expire (ISO 8601 format).
The URL to retrieve the next 10MB of data. Returned if the batch scrape is not completed or if the response is larger than 10MB.
The data of the batch scrape.
Examples
Error Responses
Payment Required - Payment required to access this resource.
Too Many Requests - Request rate limit exceeded.
Server Error - An unexpected error occurred on the server.