Open Source .Net Web Scraper
Published by Pavel Nakonechnyy on (updated: ) in Web development. Tags: .net core, c#.Working example of program scraping prices from competitor’s websites to csv table. Was done for a customer, but he agreed to share this code with public.
How to run
- Install .Net Core
- Open console
- Move to root project directory, which contains .csproj file
- Type
dotnet run
304