user3191545
user3191545

Reputation: 35

Where to start from with scraping/crawling in c++/c#?

First of all, I hope scraping is the right word for sending requests to an website from a desktop .exe and fetching data. If it is, what library or plugins should I use? Should I even use another language for doing this (like Java or something else?). I'd need some "hints" because I really dont know where to start from ...

Upvotes: 1

Views: 553

Answers (1)

BRAHIM Kamel
BRAHIM Kamel

Reputation: 13765

 If it is, what library or plugins should I use? 

One of the most known scrapping tool for c# is

Html Agility Pack

Or you can just take a look at google

abot

which is an open source C# web crawler built for speed and flexibility

Upvotes: 1

Related Questions