SimpleCrawler.Js 1.0.0

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

SimpleCrawler.Js

The shared JavaScript-rendering pipeline for SimpleCrawler: a pure-JS DOM prelude plus the renderer that executes page scripts to crawl client-rendered SPAs without a full browser.

You don't install this package directly — install one of the engine backends, which reference it transitively:

For sites that need a real browser (streaming SSR, complex runtime features), use SimpleCrawler.Playwright or SimpleCrawler.Puppeteer instead.

Installation

dotnet add package SimpleCrawler.Js

License

MIT — see LICENSE.txt.

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 (2)

Showing the top 2 NuGet packages that depend on SimpleCrawler.Js:

Package Downloads
SimpleCrawler.Js.Jint

Jint JavaScript-rendering backend for SimpleCrawler: crawls client-rendered SPAs by executing page scripts on the managed Jint engine (no native dependencies).

SimpleCrawler.Js.V8

ClearScript V8 JavaScript-rendering backend for SimpleCrawler: crawls client-rendered SPAs by executing page scripts against a pure-JS DOM. Native V8 binaries for all platforms are included.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.3.0 95 7/13/2026
3.2.0 101 7/11/2026
3.1.0 102 7/11/2026
3.0.0 104 7/9/2026
2.0.0 112 7/7/2026
1.0.0 107 7/7/2026
1.0.0-preview.2 60 7/6/2026
1.0.0-preview.1 60 7/6/2026