An open API service indexing awesome lists of open source software.

https://github.com/aarabdh/amazon-scraper

Used to Scrape Amazon marketplaces and get asin-wise info of rating and prices
https://github.com/aarabdh/amazon-scraper

python scraper scraping selenium web-scraping

Last synced: about 2 months ago
JSON representation

Used to Scrape Amazon marketplaces and get asin-wise info of rating and prices

Awesome Lists containing this project

README

          

# Amazon-Scraper

## Instructions:
1. Open main.py
2. Enter your search term and number of pages you wish to scrape
3. Select the marketplace you wish to scrape
and voila!

Now available in an executable!

Results stored in output folder.

Dependencies: selenium, BeautifulSoup, easygui, webdriver-manager

Optional dependencies: NumPy

## What changed:
1. Added exception catches.
2. Added multiple marketplaces support.
3. Bug fixes.



Do not delete any files created during the execution of script.