This project is a Python script that scrapes Amazon product ranking data. It is capable of retrieving ranking data for specific categories and taking screenshots.
- Fetches Amazon product ranking data and stores them in a CSV file.
- Takes screenshots for products that are in the top 10 ranks (or within the range you like) in their categories.
- Resilient to network failures with retry mechanisms.
- Python 3.x
- Selenium
- Requests
- BeautifulSoup
- PIL (Pillow)
- WebDriver Manager
- Clone the repository:
git clone https://github.com/souljazzfunk/Amazon_Ranking.git
- Navigate to the project directory:
cd Amazon_Ranking
- Run the script:
python amazon_ranking.py
The script will create a CSV file named amazon_ranking_data.csv
and save screenshots in the current directory.
Distributed under the MIT License.