Tharga.Crawler
0.3.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Tharga.Crawler --version 0.3.0
NuGet\Install-Package Tharga.Crawler -Version 0.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tharga.Crawler" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tharga.Crawler" Version="0.3.0" />
<PackageReference Include="Tharga.Crawler" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Tharga.Crawler --version 0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Tharga.Crawler, 0.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Tharga.Crawler@0.3.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Tharga.Crawler&version=0.3.0
#tool nuget:?package=Tharga.Crawler&version=0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Tharga Crawler
A customizable web crawler framework for .NET. Drop it into your project and start crawling in two lines of code.
var crawler = new Crawler();
var result = await crawler.StartAsync(new Uri("https://example.com/"));
Why Tharga Crawler?
- Minimal setup — works out of the box with sensible defaults
- Parallel processing — configurable number of concurrent page processors
- Breadth-first crawling — pages closest to the root are crawled first
- Redirect tracking — follows and records full redirect chains
- Automatic retries — retries failed requests on server errors (5xx)
- Event-driven — subscribe to page-level and crawl-level events for real-time progress
- Fully pluggable — replace the downloader, page processor, scheduler, or URI service with your own implementations
- DI-ready — integrates with
Microsoft.Extensions.DependencyInjectionvia a singleAddCrawler()call - Multi-target — supports .NET 8, .NET 9, and .NET 10
Get Started
dotnet add package Tharga.Crawler
For full documentation, examples, and customization guides, see the GitHub repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. 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.
-
net10.0
- HtmlAgilityPack (>= 1.12.4)
- Microsoft.Extensions.Hosting (>= 10.0.5)
- System.Linq.Async (>= 7.0.0)
-
net8.0
- HtmlAgilityPack (>= 1.12.4)
- Microsoft.Extensions.Hosting (>= 10.0.5)
- System.Linq.Async (>= 7.0.0)
-
net9.0
- HtmlAgilityPack (>= 1.12.4)
- Microsoft.Extensions.Hosting (>= 10.0.5)
- System.Linq.Async (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.3.1 | 82 | 4/6/2026 |
| 0.3.0 | 83 | 3/31/2026 |
| 0.2.4 | 85 | 3/25/2026 |
| 0.2.3 | 315 | 11/11/2025 |
| 0.1.30 | 218 | 10/27/2025 |
| 0.1.28 | 204 | 10/9/2025 |
| 0.1.25 | 291 | 8/5/2025 |
| 0.1.23 | 592 | 7/22/2025 |
| 0.1.21 | 206 | 7/15/2025 |
| 0.1.19 | 177 | 6/22/2025 |
| 0.1.15 | 355 | 6/10/2025 |
| 0.1.9 | 205 | 6/1/2025 |
| 0.1.7 | 220 | 5/21/2025 |
| 0.1.5 | 158 | 4/12/2025 |
| 0.1.4 | 325 | 3/27/2025 |
| 0.1.3 | 178 | 12/12/2024 |
| 0.1.2 | 175 | 11/17/2024 |
| 0.1.1 | 157 | 11/17/2024 |
| 0.0.2 | 193 | 11/8/2024 |
Loading failed