Skip to main content

Concurrent Browser Limits

Concurrent browsers represent how many web pages Firecrawl can process for you at the same time. Your plan determines how many of these jobs can run simultaneously - if you exceed this limit, additional jobs will wait in a queue until resources become available.

Current Plans

PlanConcurrent Browsers
Free2
Hobby5
Standard50
Growth100
Scale / Enterprise150+
If you require higher concurrency limits, please contact us at help@firecrawl.com to discuss custom plans.

Extract Plans (Legacy)

PlanConcurrent Browsers
Free2
Starter50
Explorer100
Pro200

API Rate Limits

Rate limits are measured in requests per minute and are primarily in place to prevent abuse. When configured correctly, your real bottleneck will be concurrent browsers.

Current Plans

Plan/scrape/map/crawl/search/extract/crawl/status/extract/status
Free101015101500500
Hobby1001001550100150025000
Standard50050050250500150025000
Growth5000500025025001000150025000
These rate limits are enforced to ensure fair usage and availability of the API for all users. If you require higher limits, please contact us at help@firecrawl.com to discuss custom plans.

Handling Rate Limit Errors

When you exceed your rate limit, the API returns a 429 (Too Many Requests) response. To handle this gracefully:
  1. Implement retry logic - Automatically retry failed requests
  2. Use exponential backoff - Gradually increase delays between retries to avoid overwhelming the API
  3. Monitor your usage - Stay within your plan’s limits
See Error Handling and Retries for detailed code examples showing how to implement retry logic with exponential backoff in Node.js and Python.

Batch Endpoints

Batch endpoints follow the /crawl rate limits.

FIRE-1 Agent

Requests involving the FIRE-1 agent requests have separate rate limits that are counted independently for each endpoint:
EndpointRate Limit (requests/min)
/scrape10
/extract10

Extract Plans (Legacy)

Plan/extract (requests/min)/extract/status (requests/min)
Starter10025000
Explorer50025000
Pro100025000