Firecrawl API Reference
Extract content from any webpage in markdown or json format.
Crawl entire websites, extract their content and metadata.
Get a complete list of URLs from any website quickly and reliably.
Search the web and get full page content in any format.
All requests contain the following base URL:
For authentication, it’s required to include an Authorization header. The header should contain Bearer fc-123456789
, where fc-123456789
represents your API Key.
Firecrawl employs conventional HTTP status codes to signify the outcome of your requests.
Typically, 2xx HTTP status codes denote success, 4xx codes represent failures related to the user, and 5xx codes signal infrastructure problems.
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. |
Refer to the Error Codes section for a detailed explanation of all potential API errors.
The Firecrawl API has a rate limit to ensure the stability and reliability of the service. The rate limit is applied to all endpoints and is based on the number of requests made within a specific time frame.
When you exceed the rate limit, you will receive a 429 response code.
Firecrawl API Reference
Extract content from any webpage in markdown or json format.
Crawl entire websites, extract their content and metadata.
Get a complete list of URLs from any website quickly and reliably.
Search the web and get full page content in any format.
All requests contain the following base URL:
For authentication, it’s required to include an Authorization header. The header should contain Bearer fc-123456789
, where fc-123456789
represents your API Key.
Firecrawl employs conventional HTTP status codes to signify the outcome of your requests.
Typically, 2xx HTTP status codes denote success, 4xx codes represent failures related to the user, and 5xx codes signal infrastructure problems.
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. |
Refer to the Error Codes section for a detailed explanation of all potential API errors.
The Firecrawl API has a rate limit to ensure the stability and reliability of the service. The rate limit is applied to all endpoints and is based on the number of requests made within a specific time frame.
When you exceed the rate limit, you will receive a 429 response code.