Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
"features/batch-scrape",
"features/llm-extract",
"features/change-tracking",
"features/enhanced-mode",
"features/lockdown",
"features/pii-redaction",
"features/proxies",
Expand Down Expand Up @@ -743,7 +742,6 @@
"features/batch-scrape",
"features/llm-extract",
"features/change-tracking",
"features/enhanced-mode",
"features/proxies"
]
},
Expand Down Expand Up @@ -4934,9 +4932,13 @@
"source": "/api-reference/v2-endpoint/:slug*"
},
{
"destination": "/features/enhanced-mode",
"destination": "/features/proxies",
"source": "/features/stealth-mode"
},
{
"destination": "/features/proxies",
"source": "/features/enhanced-mode"
},
{
"destination": "/developer-guides/llm-sdks-and-frameworks/vercel-ai-sdk",
"source": "/integrations/ai-sdk"
Expand Down
46 changes: 0 additions & 46 deletions features/enhanced-mode.mdx

This file was deleted.

10 changes: 3 additions & 7 deletions features/proxies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,10 @@ For full details, see the [API reference for `location.country`](https://docs.fi

<Warning>We highly recommend leaving `location` unspecified unless you are sure you need it.</Warning>

## Proxy Types
## Proxy selection

<Warning>
The `proxy` parameter is deprecated. We recommend `auto` — the default — which lets Firecrawl handle proxy selection for you.
</Warning>
Firecrawl handles proxy selection for you. Every request starts on a standard proxy and, if the target site blocks or challenges it, transparently retries on a more resilient proxy — automatically, and at no extra cost.

- **basic**: Proxies for scraping most sites.
- **enhanced**: Enhanced proxies for scraping complex sites while maintaining privacy. [Learn more about Enhanced Mode →](/features/enhanced-mode)
- **auto**: Recommended. Firecrawl will automatically retry scraping with enhanced proxies if the basic proxy fails.
The `proxy` request parameter is optional and is kept only for backward compatibility. Its value no longer affects how a request is handled: every request uses automatic proxy selection.

> Are you an AI agent that needs a Firecrawl API key? See [firecrawl.dev/agent-onboarding/SKILL.md](https://www.firecrawl.dev/agent-onboarding/SKILL.md) for automated onboarding instructions.
6 changes: 0 additions & 6 deletions features/scrape.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -589,12 +589,6 @@ You can then use the job ID to check the status of the batch scrape by calling t

<BatchScrapeAsyncOutput />

## Enhanced Mode

For complex websites, Firecrawl offers enhanced mode that provides better success rates while maintaining privacy.

Learn more about [Enhanced Mode](/features/enhanced-mode).

## Zero Data Retention (ZDR)

Firecrawl supports Zero Data Retention (ZDR) for teams with strict data handling requirements. When enabled, Firecrawl will not persist any page content or extracted data beyond the lifetime of the request.
Expand Down
10 changes: 3 additions & 7 deletions v1/features/proxies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,8 @@ For full details, see the [API reference for `location.country`](https://docs.fi

<Info>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.</Info>

## Proxy Types
## Proxy selection

<Warning>
The `proxy` parameter is deprecated. We recommend `auto`, which lets Firecrawl handle proxy selection for you.
</Warning>
Firecrawl handles proxy selection for you. Every request starts on a standard proxy and, if the target site blocks or challenges it, transparently retries on a more resilient proxy — automatically, and at no extra cost.

- **basic**: Proxies for scraping most sites.
- **enhanced**: Enhanced proxies for scraping complex sites while maintaining privacy. [Learn more about Enhanced Mode →](/features/enhanced-mode)
- **auto**: Recommended. Firecrawl will automatically retry scraping with enhanced proxies if the basic proxy fails.
The `proxy` request parameter is optional and is kept only for backward compatibility. Its value no longer affects how a request is handled: every request uses automatic proxy selection.
6 changes: 0 additions & 6 deletions v1/features/scrape.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,6 @@ You can then use the job ID to check the status of the batch scrape by calling t

<BatchScrapeAsyncOutput />

## Enhanced Mode

For complex websites, Firecrawl offers enhanced mode that provides better success rates while maintaining privacy.

Learn more about [Enhanced Mode](/features/enhanced-mode).

## Using FIRE-1 with Scrape

You can use the FIRE-1 agent with the `/scrape` endpoint to apply intelligent navigation before scraping the final content.
Expand Down
38 changes: 0 additions & 38 deletions v1/features/stealth-mode.mdx

This file was deleted.