Python-based web scraper for gathering product data from Amazon listings.
This Python project scrapes product listings and details from Amazon.
The Amazon Product Scraper is a Python script that utilizes web scraping techniques to extract product information from Amazon. It collects product URLs, names, prices, ratings, and number of reviews from the product listings. Additionally, it navigates to each product page and fetches the description, ASIN, product description, and manufacturer.
- Install Python and the required libraries by following the instructions in the project documentation.
- Run the Python script to initiate the scraping process.
- The scraped data will be exported to a CSV file named
product_listings.csvin the same directory.
- Python 3.x
- Beautiful Soup 4
- Requests
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please submit an issue or pull request on the GitHub repository.