-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
FloaterdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Path: /features/fast-scraping
scrape_result = firecrawl.scrape(
'https://firecrawl.dev',
formats=['markdown'],
maxAge=3600000 # 1 hour in milliseconds
)
Traceback (most recent call last):
Cell In[217], line 1
scrape_result = firecrawl.scrape(
TypeError: FirecrawlClient.scrape() got an unexpected keyword argument 'maxAge'
Metadata
Metadata
Assignees
Labels
FloaterdocumentationImprovements or additions to documentationImprovements or additions to documentation