This is an Amazon Scraper coded with python, it bypass captcha and store data in csv.
To install, just run this command to install all required libraries:
pip install -r requirements.txt
Or if you have pip3:
pip3 install -r requirements.txt
You can use this script just by running the program :
python amazon.py
Or if you have python3 :
python3 amazon.py
An input will ask your keyword that you want to scrape, just paste it and type Enter, scraper will scrape and store data in csv in your current directory.
Pull Requests are welcome, for major changes open an issue first to discuss what you would like to change.