Skip to main content

ASP.NET Core

Use Firecrawl with ASP.NET Core to search, scrape, and interact with web data using the REST API.
1 min read

Prerequisites#

Configuration#

Add your API key to appsettings.json:

Or use environment variables / user secrets:

Create a service#

Create Services/FirecrawlService.cs:

Register and use#

In Program.cs:

Run it#

Test it#

Next steps#