This is a simple .NET console application for scraping Amazon product information. It uses the HtmlAgilityPack and EPPlus packages to extract product title, price, and image URL from Amazon product pages. The application generates an Excel file containing the scraped product information.
- Scrapes product title, price, and image URL from Amazon product pages.
- Generates an Excel file with the scraped product information. by another youssef to test
To run the application, make sure you have .NET SDK installed on your machine.
# Clone the repository
https://github.com/Youssef-Alakouche/AmazonScrapingApp.git
# Navigate to the project directory
cd AmazonScrapingApp
# Restore the NuGet packages
dotnet restore
# Build the project
dotnet build
# Run the application
dotnet run
- When prompted, enter the desired product information including Product Name, Product Number, and Category.
- The application will scrape the Amazon product page for the specified product and generate an Excel file with the scraped product information.
- HtmlAgilityPack (Version 1.11.59)
- EPPlus (Version 7.0.9)
- Terminal interface with Terminal.Gui
- This application is intended for personal use and educational purposes only. Use responsibly and respect the terms of service of the websites you scrape.