Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 447 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 447 Bytes

Web Scraper Demo

This repository contains a demonstration of web scraping using C# and the HtmlAgilityPack library. It includes a console application that showcases how to scrape product information from a specified URL using a web scraper.

Dependencies

  • HtmlAgilityPack: A third-party library used for parsing HTML documents.
  • Microsoft.Extensions.DependencyInjection: Used for managing dependency injection in the application.