Skip to content

This repository demonstrates how to construct a basic console application to extract product details from URLs. By utilizing the HtmlAgilityPack library and dependency injection, the demo shows HTML parsing, managing dependencies, and integrating a rotating user-agent system.

License

Notifications You must be signed in to change notification settings

Tanzgarnele/WebScraperDemo

Repository files navigation

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.

About

This repository demonstrates how to construct a basic console application to extract product details from URLs. By utilizing the HtmlAgilityPack library and dependency injection, the demo shows HTML parsing, managing dependencies, and integrating a rotating user-agent system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages