Loading repository data…
Loading repository data…
Junyingli510 / repository
This is Amazon Script with url!
This is Amazon Script with url!
A simple amazon scraper to extract product details and prices from Amazon.com using Python Requests and Selectorlib.
Full article at ScrapeHero Tutorials
There are two simple scrapers in this project.
amazon.pysearchresults.pyNote: A completely web browser based commercial version of these scrapers are available in ScrapeHero Marketplace
From a terminal
git clone https://github.com/scrapehero-code/amazon-scraper.git and cd into it cd amazon-scraperpython3 -m venv .venv (Optional)source .venv/bin/activate (Optional)pip3 install -r requirements.txtpython3 amazon.pyThis scraper only scrapes product from the first page of search results
python3 searchresults.py__ tao @ 2021 05 01 __