Scrape details of products such as product_urls
, product name
, manufacturer
, description
and product details
from Amazon using Selenium and Beautiful Soup.
-
Clone the repository to your local machine:
https://github.com/Emanalytics7/Amazon-Product-Data-Scraper.git
-
Navigate to the project directory
cd Amazon-Product-Data-Scraper
-
Install dependencies:
pip install -r requirement.txt
-
Usage
scraper.py
!Note:
I didn't save the product_urls
but you can use this also for you own use case. :)
Only used this for educational purpose. Otherwise use amazon api for your use case!