Get Batch Scrape Status
Documentation Index
Fetch the complete documentation index at: https://firecrawl-docs-improve-search-intro-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Are you an AI agent that needs a Firecrawl API key? See firecrawl.dev/agent-onboarding/SKILL.md for automated onboarding instructions.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the batch scrape job
Response
Successful 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.
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.

