ScrapySharp 1.4.2

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

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.

NuGet packages (18)

Showing the top 5 NuGet packages that depend on ScrapySharp:

Package Downloads
RealmeyeSharp

Gets user infomation on realmeye. how to use got to project url and look at example

InstantQuick.SharePoint.Provisioning

CSOM based provisioning library for SharePoint 2013, 2016, and SharePoint Online

TripleA

TripleA is an extensible framework for building components for use in test frameworks to target system and deployment verification.

Smallcode.Net

Fluent HttpWebClient, Http parser and Json parser.

WeiXinApi

微信Api、用于获取用户基本信息、设置开发者接口、获取开发者凭据、获取关注信息。

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
DSPaul/COMPASS
TTRPG resource manager, bringing all your books, maps, etc. in one place.
Version Downloads Last Updated
3.0.0 368,356 10/2/2018
3.0.0-alpha2 3,094 4/5/2018
3.0.0-alpha1 1,975 4/5/2018
2.6.2 198,160 7/4/2016
2.6.1 6,313 4/28/2016
2.6.0 2,443 4/28/2016
2.5.1 2,193 4/28/2016
2.5.0 9,479 2/22/2016
2.4.0 2,353 2/19/2016
2.4.0-beta1 1,927 2/5/2016
2.3.0 2,591 1/29/2016
2.2.63 21,461 11/21/2013
2.2.62 2,472 11/21/2013
2.2.61 3,654 10/4/2013
2.2.60 2,378 10/4/2013
2.2.59 2,387 10/2/2013
2.2.57 2,857 9/26/2013
2.2.56 2,858 9/12/2013
2.2.0 2,589 9/9/2013
2.1.55 3,665 7/24/2013
2.1.54 2,622 7/24/2013
2.1.53 3,783 6/20/2013
2.0.57-beta 2,703 5/17/2013
2.0.56-beta 2,140 5/6/2013
2.0.55-beta 2,163 4/26/2013
2.0.54-beta 2,167 4/24/2013
2.0.53-beta 2,495 4/5/2013
2.0.52 2,637 6/20/2013
2.0.52-beta 2,213 3/25/2013
2.0.51-beta 2,105 3/22/2013
2.0.50-beta 2,124 3/21/2013
2.0.49-beta 2,169 3/21/2013
2.0.48-beta 2,177 3/20/2013
2.0.47 2,525 6/20/2013
2.0.47-beta 2,097 3/20/2013
2.0.46-beta 2,184 3/20/2013
2.0.45-beta 2,125 3/20/2013
2.0.44-beta 2,119 3/19/2013
2.0.43-beta 2,161 3/14/2013
2.0.42-beta 2,303 2/13/2013
2.0.41-beta 2,164 2/6/2013
2.0.40-beta 2,199 2/6/2013
2.0.39-beta 2,136 2/6/2013
2.0.38-beta 2,156 2/4/2013
2.0.37-beta 2,170 2/4/2013
2.0.36-beta 2,147 1/22/2013
2.0.35-beta 2,140 1/15/2013
2.0.34-beta 2,108 1/4/2013
2.0.33-beta 2,180 1/4/2013
2.0.32-beta 2,225 1/4/2013
2.0.31-beta 2,068 1/4/2013
2.0.30-beta 2,140 1/4/2013
2.0.29-beta 2,105 1/4/2013
2.0.28-beta 2,173 1/4/2013
2.0.27-beta 2,084 1/2/2013
1.5.0 5,262 12/25/2012
1.4.3.1 3,035 12/11/2012
1.4.3 3,887 8/24/2012
1.4.2 2,540 8/17/2012
1.4.1 2,378 8/16/2012
1.4.0 2,423 8/16/2012
1.3.2 6,141 4/10/2012
1.3.0 2,615 4/3/2012
1.2.2 2,624 3/5/2012
1.2.1 2,580 2/20/2012
1.2.0 2,526 2/16/2012
1.1.0 3,141 12/7/2011
1.0.0 3,045 9/29/2011

- Use a new CssSelector parser written in F#
- Works with new version of HtmlAgilityPack
- Fix some cookies parsing error
- Add FSharp.Core.dll in copied dlls