Digital Leadership & Soft Skills

Open Source .Net Web Scraper

Published by Pavel Nakonechnyy on (updated: ) in Web development. Tags: , .
Open Source .Net Web Scraper

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.

Gitlab repository

How to run

  • Install .Net Core
  • Open console
  • Move to root project directory, which contains .csproj file
  • Type dotnet run
304