Firecrawl - Get crawl job status action

The Get crawl job status action retrieves a crawl job by ID in Firecrawl. Use this action to check on a job you started with the Crawl a site action when Wait for completion is No.

Input

Input fieldDescription
Crawl job IDEnter the job ID returned by Crawl a site.
SkipOptional. Enter an offset for paging large crawl results, from the job's next cursor.
Custom output fieldsOptional. Add fields to create datapills for crawled page data that the default output doesn't include.

Output

Output fieldDescription
SuccessA true or false boolean response that indicates if the request was successful.
StatusThe job's status. Options are scraping, completed, or failed.
CompletedThe number of pages crawled so far.
TotalThe total number of pages discovered.
Credits usedThe number of credits the job used.
Expires atThe date and time the job's results expire.
DataThe crawled pages' data, one entry per page.
Created atThe date and time the job was created.
Completed atThe date and time the job finished.
NextThe URL to retrieve the next chunk of results, if the crawl isn't finished or the response is larger than 10 MB. Extract the value for the Skip field from this URL.

Last updated: