/extract enpoint metadata per url
Is there a way to get metadata on /extract? For example I provide 10 urls in extract endpoint and instead of receiving a final blob parsed from all of this urls I want get the info of url => data.
2 Replies
Hey @avem! From looking at the documentation, it seems that you can get a bit more information about where the data actually came from by setting
showSources
to true. I know it's not quite what you're asking for, but this seems to be the best that's available at this time. See https://docs.firecrawl.dev/api-reference/endpoint/extract#body-show-sources for more information about this field.
I tried to get you an example output of what kind of data this would return using the Python API, but unfortunately when I call something like the following, it throws an internal exception :
Exception:
I just filed an issue for this error: https://github.com/mendableai/firecrawl/issues/1591.GitHub
Issues · mendableai/firecrawl
🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API. - Issues · mendableai/firecrawl
Firecrawl Docs
Extract - Firecrawl Docs
Thank you micah! I will check it out.