Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Hello Guys


I want to scrap website data in C# desktop application.

anyone please help me its urgent.


thanks in advance.


Regards
CB Sharma
Posted

Few utilities from this bunch(Code Project Utilities (Member Contributions) FAQ[^]) do website scrapping.
 
Share this answer
 
Perform a web request, once you get a response work with HtmlAgilityPack and that's all is required.

http://htmlagilitypack.codeplex.com/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900