Speed up your scrapes by 500% with the maxAge parameter
maxAge = 172800000
ms (2 days). If the cached copy is newer than this, it’s returned instantly; otherwise, Firecrawl scrapes fresh and updates the cache.maxAge: 0
to always scrape.storeInCache: false
if you don’t want to store results for a request.maxAge
:
maxAge
to your scrape request. Values are in milliseconds (e.g., 3600000
= 1 hour).
300000
- For semi-dynamic content3600000
- For content that updates hourly86400000
- For daily-updated content604800000
- For relatively static contentmaxAge
enabled:
maxAge
is 172800000
(2 days)maxAge
, we scrape fresh automaticallymaxAge
maxAge
within scrapeOptions
to get cached results for pages we’ve seen recently.
maxAge
, each page in your crawl will benefit from the 500% speed improvement if we have recent cached data for that page.
Start using maxAge
today for dramatically faster scrapes and crawls!