WebReaper.AI 10.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package WebReaper.AI --version 10.0.0
                    
NuGet\Install-Package WebReaper.AI -Version 10.0.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="WebReaper.AI" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebReaper.AI" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="WebReaper.AI" />
                    
Project file
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 WebReaper.AI --version 10.0.0
                    
#r "nuget: WebReaper.AI, 10.0.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 WebReaper.AI@10.0.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=WebReaper.AI&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=WebReaper.AI&version=10.0.0
                    
Install as a Cake Tool

LLM-backed IContentExtractor for WebReaper, bound to Microsoft.Extensions.AI.Abstractions (IChatClient). Bring your own model — OpenAI, Anthropic, Ollama, anything implementing IChatClient. Adds ScraperEngineBuilder.WithLlmExtractor. Satellite package (ADR-0009) so the WebReaper core stays dependency-light and AOT-clean.

Product 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WebReaper.AI:

Package Downloads
WebReaper.Mcp

MCP (Model Context Protocol) server satellite for WebReaper. Exposes scrape / map / extract as MCP tools over stdio for Cursor / Claude Desktop / Copilot Studio. Interop adapter; the primary agent surface remains the WebReaper CLI (ADR-0043). Satellite (ADR-0009); heavy MCP SDK deps quarantined; core stays AOT-clean.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.3.0 101 6/6/2026
11.2.0 102 6/4/2026
11.1.2 106 6/3/2026
11.1.1 105 5/30/2026
11.1.0 99 5/30/2026
11.0.0 105 5/30/2026
10.2.0 94 5/29/2026
10.1.0 100 5/29/2026
10.0.0 56 5/26/2026

10.0.0: initial release. LLM-backed IContentExtractor satellite (ADR-0044) bound to Microsoft.Extensions.AI.Abstractions (IChatClient). Bring your own model — OpenAI, Anthropic, Ollama, anything implementing IChatClient. Ships LlmContentExtractor (Markdown pre-clean by default, deterministic Temperature=0, MaxTokens=4096), a Schema → JSON Schema bridge, and ScraperEngineBuilder.WithLlmExtractor. Also ships LlmSelectorRepairer + WithLlmSelfHealing for the SelfHealingContentExtractor (ADR-0047 — LLM proposes selectors on a fold failure, deterministic re-run validates, per-crawl cache persists the patch). New satellite package per ADR-0009: the consumer's IChatClient makes the LLM call, so the satellite quarantines AI deps off the dependency-light, Native-AOT-clean core. Requires WebReaper 10.0.0.