We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the Bug
asyncBatchScrapeUrls
extract+schema
checkBatchScrapeStatus
batch_scrape.page
Status response example:
{ success: true, status: "completed", total: 0, completed: 0, creditsUsed: 0, next: undefined, expiresAt: 2025-01-26T09:47:16.000Z, data: [], }
To Reproduce
await firecrawl.asyncBatchScrapeUrls( ["https://www.firecrawl.dev/"], { onlyMainContent: true, formats: ["extract"], extract: { prompt: "Extract title.", schema: z.object({ title: z.string(), }), }, } );
Expected Behavior
webhook events should be:
batch_scrape.started
batch_scrape.completed
batch_scrape.failed
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
@mogery can you please take a look at this one?
Sorry, something went wrong.
any progress on this?
Fixed! Thanks for reporting, sorry for taking so long!
mogery
Successfully merging a pull request may close this issue.
Describe the Bug
asyncBatchScrapeUrls
SDK method withextract+schema
will silently failcheckBatchScrapeStatus
batch_scrape.page
event is never received in the supplied webhookStatus response example:
To Reproduce
Expected Behavior
webhook events should be:
batch_scrape.started
batch_scrape.page
- this contains databatch_scrape.completed
orbatch_scrape.failed
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: