Skip to content

ahernc/scraping-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scraping-demo

A C# program to demonstrate usage of HtmlAgilityPack for scraping content from websites

The most common functionality you might want to test out in HtmlAgilityPack is demonstrated here.

For the full explanation, see http://colmahern.com/scraping-websites-in-csharp-using-htmlagilitypack

Dependencies

https://www.nuget.org/packages/HtmlAgilityPack/

Usage

Open solution in Visual Studio 2015 or higher. Build project Hit F5

Enter a url, e.g. www.irishtimes.com

All of the content found will appear in the Debug Output window

Enhancements...

Get in touch if you want some other functionality demonstrated, or contribute yourself :-)

About

A C# program to demonstrate usage of HtmlAgilityPack for scraping content from websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages