Reputation: 35
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
Reputation: 13765
If it is, what library or plugins should I use?
One of the most known scrapping tool for c# is
Or you can just take a look at google
which is an open source C# web crawler built for speed and flexibility
Upvotes: 1