C# Web Scraper
Iron WebScraper provides a powerful framework to extract data and files from websites using C# code.
- Install IronWebScraper to your Project using NuGet
- Create a Class Extending
WebScraper
- Create an
Init
method that uses theRequest
method to parse at least one URL. - Create a
Parse
method to process the requests, and indeedRequest
more pages. Use response.Css to work with HTML elements using jQuery style CSS selectors - In your application please create and instance of your web scraping class and call the
Start();
method - Read our C# webscraping tutorials to learn how to create advanced web crawlers using IronWebScraper