ExcavatorSharp.WebScraper.x64 1.0.2

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

// Install ExcavatorSharp.WebScraper.x64 as a Cake Tool
#tool nuget:?package=ExcavatorSharp.WebScraper.x64&version=1.0.2

ExcavatorSharp is a multi-threaded server for scraping web data. It converts HTML code into a structured array of object data. The library allows scraping data from multiple sites simultaneously, in parallel, within a single running application. Create scraping tasks and perform data extraction on a schedule.

The library is designed for professional extraction and parsing of large volumes of data. Under the hood there are .css-selectors and xpath support, data export to .csv/.xlsx/.sql/.json, online data export, support for proxy servers, dynamic content crawling, interaction with the site via javascript and much more. The library uses .NET Sockets and Chromium Embedded Framework.

The library can be used separately as crawler or parser. Work with sitemap, robots.txt is supported. It supports working with gzip / deflate compression. Work with links by masks, automatic link re-indexing and so on.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.8 695 8/10/2020
1.2.7 423 8/10/2020
1.2.3 487 5/20/2020
1.2.2 450 5/10/2020
1.2.1 458 5/5/2020
1.2.0 475 4/30/2020
1.1.0 449 4/23/2020
1.0.53 427 4/12/2020
1.0.52 460 4/11/2020
1.0.51 461 4/11/2020
1.0.6 448 4/23/2020
1.0.5 453 4/11/2020
1.0.4 496 4/3/2020
1.0.3 465 2/12/2020
1.0.2 491 1/30/2020
1.0.1 468 1/30/2020
1.0.0 415 1/23/2020

Some uncritical changes in DataExcavatorTasksFactory class. Two methods added: GetTasksList and GetTaskByName