Skip to content

Scrapes all Amazon sites and displays the bestseller details for a given ASIN

Notifications You must be signed in to change notification settings

kf106/amazon-bestseller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrape all Amazon sites for your product's Amazon Bestseller Rankings

This is a Selenium + Python + ChromeDriver application that takes your Amazon ASIN product identifier as its first and only argument, visits each site in turn, scrapes the data and presents your cross-site rankings in the Selenium window at the end.

Install with sudo ./install.sh

Activate environment with source venv/bin/activate

Run with python amazon-bestseller.py <ASIN>

This script requires ChromeDriver, which can be downloaded from https://chromedriver.chromium.org/downloads

Get the one that matches your current Chrome install and put it in ~/.local/bin/

For example:

(venv) kf106@media-pc:~/amazon-bestseller$ python amazon-bestseller.py B07W5HS8XZ

Screenshot

About

Scrapes all Amazon sites and displays the bestseller details for a given ASIN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published