Info
Version: | 2.1.0 |
Author(s): | Jonathan Wood |
Last Update: | Monday, April 1, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SoftCircuits/WebScraper |
NuGet Url: | https://www.nuget.org/packages/SoftCircuits.WebScraper |
Install
Install-Package SoftCircuits.WebScraper
dotnet add package SoftCircuits.WebScraper
paket add SoftCircuits.WebScraper
SoftCircuits.WebScraper Download (Unzip the "nupkg" after downloading)
Dependencies
- SoftCircuits.CsvParser(>= 2.1.2)
- SoftCircuits.HtmlMonkey(>= 1.1.1)
Tags
Use it to extract information from Web pages in your own application. Extracted data is written to a CSV file.
Supports paging and can cycle through all combinations of any number of replacement tags.
Now targets .NET Standard 2.0 or .NET 5.0, and supports nullable reference types.