A Java-based web scraper built with Maven that extracts guitar product information from Guitar Center's website and exports the data to CSV format. Features
🎸 Scrapes guitar product listings from Guitar Center 📊 Extracts product names, prices, image URLs, and product listings 💾 Exports data to CSV format with proper escaping 🔧 Built with Maven for easy dependency management 📝 Handles various price formats (including commas and currency symbols)
Prerequisites --
Java 8 or higher Maven 3.6 or higher Internet connection for web scraping
Dependencies -- This project uses the following Maven dependencies:
Jsoup - HTML parsing and web scraping
Installation --
Install dependencies:
bash mvn clean install
NOTICE:
This tool is for educational purposes only. Please respect Guitar Center's terms of service and robots.txt file.