Firecrawl API Reference
Bearer fc-123456789
, where fc-123456789
represents your API Key.
Status | Description |
---|---|
200 | Request was successful. |
400 | Verify the correctness of the parameters. |
401 | The API key was not provided. |
402 | Payment required |
404 | The requested resource could not be located. |
429 | The rate limit has been surpassed. |
5xx | Signifies a server error with Firecrawl. |
Error Code | Status | Description |
---|---|---|
SCRAPE_ALL_ENGINES_FAILED | 500 | All scraping engines failed. |
SCRAPE_SSL_ERROR | 500 | Page SSL certificate is invalid. You can use skipTlsVerification:true to bypass this check. |
SCRAPE_SITE_ERROR | 500 | Unrecoverable site error. |
SCRAPE_DNS_RESOLUTION_ERROR | 500 | DNS resolution failed. |
SCRAPE_ACTION_ERROR | 500 | Error while performing a page action. |
SCRAPE_PDF_PREFETCH_FAILED | 500 | Failed to prefetch PDF. |
SCRAPE_PDF_INSUFFICIENT_TIME_ERROR | 500 | Not enough time to process PDF. |
SCRAPE_PDF_ANTIBOT_ERROR | 500 | PDF blocked by anti-bot mechanisms. |
SCRAPE_ZDR_VIOLATION_ERROR | 500 | Zero Data Retention conflict: occurs when zeroDataRetention:true but another option (e.g. screenshot ) requires temporary storage. |
SCRAPE_UNSUPPORTED_FILE_ERROR | 500 | Unsupported file type. |
UNKNOWN_ERROR | 500 | Generic or unexpected error. |