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
- Host: GitHub
- URL: https://github.com/aarabdh/amazon-scraper
- Owner: aarabdh
- Created: 2022-06-23T20:05:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T05:01:56.000Z (over 3 years ago)
- Last Synced: 2025-02-12T21:39:19.778Z (over 1 year ago)
- Topics: python, scraper, scraping, selenium, web-scraping
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.