Qyt0109 / Web-Crawling-using-HtmlAgilityPack

C# demo project introduce to you how to crawl data from a website using HtmlAgilityPack NuGet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-Crawling-using-HtmlAgilityPack

C# demo project introduce to you how to crawl data from a website using HtmlAgilityPack NuGet


Introducing

Data crawling is used for data extraction and refers to collecting data from either the world wide web or from any document or file.

The need for web data crawling has been on the rise in the past few years.

The data crawled can be used for evaluation or prediction purposes under different circumstances, such as market analysis, price monitoring, lead generation, etc.

Here, I’d like to introduce way to crawl data from Stack Overflow's newest questions section


Screenshot

About

C# demo project introduce to you how to crawl data from a website using HtmlAgilityPack NuGet


Languages

Language:C# 100.0%