proxy
parameter.
By default, Firecrawl routes all requests through proxies to help ensure reliability and access, even if you do not specify a proxy type or location.
Location-Based Proxy Selection
Firecrawl automatically selects the best proxy based on your specified or detected location. This helps optimize scraping performance and reliability. However, not all locations are currently supported. The following locations are available:Country Code | Country Name | Stealth Mode Support |
---|---|---|
AE | United Arab Emirates | No |
AU | Australia | Yes |
BR | Brazil | Yes |
CA | Canada | No |
CN | China | No |
CZ | Czechia | No |
DE | Germany | Yes |
FR | France | Yes |
GB | United Kingdom | No |
IL | Israel | No |
IN | India | No |
IT | Italy | No |
JP | Japan | No |
PL | Poland | No |
PT | Portugal | No |
QA | Qatar | No |
TR | Turkey | No |
US | United States | Yes |
VN | Vietnam | No |
The list of supported proxy locations was last updated on Sep 12, 2025. Availability may change over time.
How to Specify Proxy Location
You can request a specific proxy location by setting thelocation.country
parameter in your request. For example, to use a Brazilian proxy, set location.country
to BR
.
For full details, see the API reference for location.country
.
If you request a country where a proxy is not available, Firecrawl will use the closest available region (EU or US) and set the browser location to your requested country.
Proxy Types
Firecrawl supports three types of proxies:- basic: Proxies for scraping sites with none to basic anti-bot solutions. Fast and usually works.
- stealth: Stealth proxies for scraping sites with advanced anti-bot solutions, or for sites that block regular proxies. Slower, but more reliable on certain sites. Learn more about Stealth Mode →
- auto: Firecrawl will automatically retry scraping with stealth proxies if the basic proxy fails. If the retry with stealth is successful, 5 credits will be billed for the scrape. If the first attempt with basic is successful, only the regular cost will be billed.
Note: For detailed information on using stealth proxies, including credit costs and retry strategies, see the Stealth Mode documentation.