ScrapySharp 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ScrapySharp --version 1.4.0
NuGet\Install-Package ScrapySharp -Version 1.4.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="ScrapySharp" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScrapySharp --version 1.4.0
#r "nuget: ScrapySharp, 1.4.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.
// Install ScrapySharp as a Cake Addin
#addin nuget:?package=ScrapySharp&version=1.4.0

// Install ScrapySharp as a Cake Tool
#tool nuget:?package=ScrapySharp&version=1.4.0

Scraping Framework containing :
- a web client able to simulate a web browser.
- an HtmlAgilityPack extension to select elements using css selector (like JQuery)

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on ScrapySharp:

Repository Stars
ferventdesert/Hawk
visualized crawler & ETL IDE written with C#/WPF
victor-iyif/ferventdeserte
visualized crawler & ETL IDE written with C#/WPF
Version Downloads Last updated
2.2.63 2,634 11/21/2013
2.2.62 60 11/21/2013
2.2.61 363 10/4/2013
2.2.60 51 10/4/2013
2.2.59 49 10/2/2013
2.2.57 300 9/26/2013
2.2.56 82 9/12/2013
2.2.0 116 9/9/2013
2.1.55 333 7/24/2013
2.1.54 46 7/24/2013
2.1.53 296 6/20/2013
2.0.57-beta 257 5/17/2013
2.0.56-beta 38 5/6/2013
2.0.55-beta 42 4/26/2013
2.0.54-beta 47 4/24/2013
2.0.53-beta 253 4/5/2013
2.0.52 62 6/20/2013
2.0.52-beta 43 3/25/2013
2.0.51-beta 38 3/22/2013
2.0.50-beta 39 3/21/2013
2.0.49-beta 39 3/21/2013
2.0.48-beta 38 3/20/2013
2.0.47 45 6/20/2013
2.0.47-beta 38 3/20/2013
2.0.46-beta 38 3/20/2013
2.0.45-beta 38 3/20/2013
2.0.44-beta 39 3/19/2013
2.0.43-beta 39 3/14/2013
2.0.42-beta 48 2/13/2013
2.0.41-beta 37 2/6/2013
2.0.40-beta 36 2/6/2013
2.0.39-beta 37 2/6/2013
2.0.38-beta 37 2/4/2013
2.0.37-beta 37 2/4/2013
2.0.36-beta 39 1/22/2013
2.0.35-beta 38 1/15/2013
2.0.34-beta 36 1/4/2013
2.0.33-beta 38 1/4/2013
2.0.32-beta 37 1/4/2013
2.0.31-beta 38 1/4/2013
2.0.30-beta 38 1/4/2013
2.0.29-beta 38 1/4/2013
2.0.28-beta 39 1/4/2013
2.0.27-beta 40 1/2/2013
1.5.0 1,894 12/25/2012
1.4.3.1 49 12/11/2012
1.4.3 114 8/24/2012
1.4.2 46 8/17/2012
1.4.1 43 8/16/2012
1.4.0 80 8/16/2012
1.3.2 77 4/10/2012
1.3.0 147 4/3/2012
1.2.2 44 3/5/2012
1.2.1 47 2/20/2012
1.2.0 101 2/16/2012
1.1.0 280 12/7/2011
1.0.0 280 9/29/2011

- Use a new CssSelector parser written in F#
- Works with new version of HtmlAgilityPack