ScrapySharp 2.2.63

dotnet add package ScrapySharp --version 2.2.63
NuGet\Install-Package ScrapySharp -Version 2.2.63
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="2.2.63" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScrapySharp --version 2.2.63
#r "nuget: ScrapySharp, 2.2.63"
#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=2.2.63

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

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 net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 63 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 418 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 45 8/16/2012
1.3.2 77 4/10/2012
1.3.0 45 4/3/2012
1.2.2 44 3/5/2012
1.2.1 47 2/20/2012
1.2.0 47 2/16/2012
1.1.0 51 12/7/2011
1.0.0 63 9/29/2011

- Add some helpers to improve web browsing