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
14.4k stars 1.04k forks source link

[Feat] C# SDK #668

Open HavenDV opened 3 days ago

HavenDV commented 3 days ago

Hello

I want to inform you that we have released a C# SDK for Firecrawl with tested /scrape and /crawl endpoints(waiting /map also, please include it in your openapi spec), maybe it will be useful for you - https://github.com/tryAGI/Firecrawl There is also a dotnet tool cli for convenient work from the console

We plan to integrate this into LangChain.NET in the future.

rafaelsideguide commented 2 days ago

Hey @HavenDV, that’s awesome! Could you create a PR with a c-sharp folder (or any name you prefer) inside this repo with the code? That way, we can have a single source of truth for the C# SDK. If you'd like, I can take care of it as well—just let me know!