mendableai / firecrawl

🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API.
https://firecrawl.dev
GNU Affero General Public License v3.0
17.27k stars 1.25k forks source link

[Feat] Download files as a part of the request response #412

Open calebpeffer opened 3 months ago

calebpeffer commented 3 months ago

Customers often want to grab CSV and PDF files that are hosted on a website. Right now, we handle converting PDF files, but what about CSV?

A potential solution here is just to include this in the output of the endpoints somehow. Maybe as an optional parameter. Or as a list of links of specific formats?

What do you think @nickscamara @rafaelsideguide

calebpeffer commented 3 months ago

Estimated number of times I've heard this request: 3

jgluck-eab commented 2 months ago

I would like to have this feature.

probablyArth commented 2 months ago

can I work on this one?