Skip to content

added cached scrapes to extract#1107

Merged
nickscamara merged 5 commits intomainfrom
rafa/extract-cache-scrape-results
Jan 31, 2025
Merged

added cached scrapes to extract#1107
nickscamara merged 5 commits intomainfrom
rafa/extract-cache-scrape-results

Conversation

@rafaelsideguide
Copy link
Collaborator

No description provided.

__experimental_showSources: z.boolean().default(false),
timeout: z.number().int().positive().finite().safe().default(60000),
cacheKey: z.string().optional(),
cacheMode: z.enum(["direct", "save", "load"]).default("direct").optional(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should prob under __ flag as we dont want to expose it to the user

@nickscamara nickscamara merged commit 8d7e8c4 into main Jan 31, 2025
1 check passed
timoa pushed a commit to timoa/firecrawl that referenced this pull request Feb 2, 2025
* added cached scrapes to extract

* dont save if exists

* no duplicates

* experimental tag

* Update requests.http

---------

Co-authored-by: Nicolas <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants