Firecrawl.Console
1.0.0
dotnet tool install --global Firecrawl.Console --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Firecrawl.Console --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Firecrawl.Console&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Firecrawl.Console --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Firecrawl.Console
CLI for the Firecrawl web scraping API — YAML-first output optimized for LLM agent consumption.
Installation
dotnet tool install -g Firecrawl.Console
Authentication
Set your API key as an environment variable:
export FIRECRAWL_API_KEY=fc-your-key-here
Or pass it per-command:
firecrawl scrape https://example.com --api-key fc-your-key-here
Commands
scrape — Extract content from a single URL
firecrawl scrape https://example.com
firecrawl scrape https://example.com --formats markdown,html
firecrawl scrape https://example.com --only-clean-content --mobile
crawl start — Start a multi-page crawl
firecrawl crawl start https://example.com --limit 100 --max-depth 2
firecrawl crawl start https://example.com --include-paths "/blog.*" --formats markdown
crawl status — Check crawl progress
firecrawl crawl status 550e8400-e29b-41d4-a716-446655440000
crawl cancel — Cancel a running crawl
firecrawl crawl cancel 550e8400-e29b-41d4-a716-446655440000
map — Generate URL list from a website
firecrawl map https://example.com
firecrawl map https://example.com --search blog --limit 100
search — Search the web with content extraction
firecrawl search "machine learning frameworks"
firecrawl search "rust web frameworks" --limit 5 --formats markdown
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 347 | 4/30/2026 |