Skip to main content

Overview

Firecrawl uses a credit-based billing system. Every API call you make consumes credits, and the number of credits consumed depends on the endpoint and options you use. You get a monthly credit allotment based on your plan, and can purchase additional credits via auto-recharge packs if you need more. For current plan pricing, visit the Firecrawl pricing page.

Credits

Credits are the unit of usage in Firecrawl. Each plan includes a monthly credit allotment that resets at the start of each billing cycle. Different API endpoints consume different amounts of credits.

Credit costs per endpoint

EndpointCredit CostNotes
Scrape1 credit / pageConvert a single URL into clean markdown, HTML, or structured data. Additional credits apply when using scrape options (see below).
Crawl1 credit / pageScrape an entire website by following links from a starting URL. The same per-page scrape option costs apply to each page crawled.
Map1 credit / callDiscover all URLs on a website without scraping their content.
Search2 credits / 10 resultsSearch the web and optionally scrape the results. Additional per-page scrape costs apply to each result that is scraped.
Browser2 credits / browser minuteInteractive browser sandbox session, billed per minute.
AgentDynamicAutonomous web research agent. 5 daily runs free; usage-based pricing beyond that.

Additional credit costs for scrape options

Certain scrape options add credits on top of the base cost per page:
OptionAdditional CostDescription
PDF parsing+1 credit / PDF pageExtract content from PDF documents
JSON format (LLM extraction)+4 credits / pageUse an LLM to extract structured JSON data from the page
Enhanced Mode+4 credits / pageImproved scraping for pages that are difficult to access
These modifiers stack. For example, scraping a page with both JSON format and Enhanced Mode costs 1 + 4 + 4 = 9 credits per page. These same modifiers apply to the Crawl and Search endpoints since they use scrape internally for each page.

Tracking your usage

You can monitor your credit usage in two ways:
We are actively working on improvements to make credit usage easier to understand. Stay tuned for updates.

Plans

Firecrawl offers subscription-based monthly plans. There is no pure pay-as-you-go option, but auto-recharge (described below) provides flexible scaling on top of your base plan.

Available plans

PlanMonthly CreditsConcurrent Browsers
Free500 (one-time)2
Hobby3,0005
Standard100,00050
Growth500,000100
For high-volume needs beyond the Growth plan, Firecrawl offers Scale and Enterprise plans with 1M+ credits, 150+ concurrent browsers, dedicated support, SLAs, bulk discounts, zero-data retention, and SSO. Visit the Enterprise page for details.
All paid plans are available with monthly or yearly billing. Yearly billing offers a discount compared to paying month-to-month. For current pricing on each plan, visit the pricing page.

Concurrent browsers

Concurrent browsers represent how many web pages Firecrawl can process for you simultaneously. Your plan determines this limit. If you exceed it, additional jobs wait in a queue until a slot opens. See Rate Limits for full details on concurrency and API rate limits.

Auto-Recharge

If you occasionally need more credits than your plan includes, you can enable auto-recharge from the dashboard. When your remaining credits drop below a configurable threshold, Firecrawl automatically purchases an additional credit pack and adds it to your balance.
  • Auto-recharge packs are available on all paid plans
  • Pack sizes and prices vary by plan (visible on the pricing page)
  • You can configure the recharge threshold and toggle auto-recharge on or off at any time
Auto-recharge is best for handling occasional spikes in usage. If you find yourself consistently exceeding your plan’s allotment, upgrading to a higher plan will give you better value per credit.

Billing Cycle

  • Monthly plans: Credits reset on your monthly renewal date
  • Yearly plans: You are billed annually, but credits still reset each month on your virtual monthly renewal date
  • Unused credits do not roll over — your allotment resets to the plan amount at the start of each billing period

Upgrading and Downgrading

  • Upgrades take effect immediately. You are billed a prorated amount for the remainder of the current billing period, and your credit allotment and limits update right away.
  • Downgrades are scheduled to take effect at your next renewal date. You keep your current plan’s credits and limits until then.

What Happens When You Run Out of Credits

If you exhaust your credit allotment and do not have auto-recharge enabled, API requests that consume credits will return an HTTP 402 (Payment Required) error. To resume usage, you can:
  1. Enable auto-recharge to automatically purchase more credits
  2. Upgrade to a higher plan
  3. Wait for your credits to reset at the next billing cycle

Free Plan

The Free plan provides a one-time allotment of 500 credits with no credit card required. These credits do not renew — once they are used up, you will need to upgrade to a paid plan to continue using Firecrawl. The Free plan also has lower rate limits and concurrency compared to paid plans (see Rate Limits).

FAQs

No. Your credit allotment resets at the start of each billing period. Unused credits do not carry forward.
Check the dashboard at firecrawl.dev/app, or call the Credit Usage API endpoint programmatically.
Credits are the billing unit for Firecrawl API calls. Tokens refer to LLM tokens used internally by endpoints like Extract and Agent. Each credit is equivalent to 15 tokens. For most users, you only need to think in terms of credits.
Reach out to help@firecrawl.dev, or visit the Enterprise page to learn more about custom plans.