You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Python program that is used to scrape AMAZON PRODUCT DETAILS. The data is scrapped using selenium and is written into a CSV file. This scrapes the Name of the product, its URL, price and its rating.
Add your search keys in KEYS.TXT file, one in a line
Requirements
Insatll the requirements by running the command
pip install -r requirements.txt
Product Links
Collect the links of that product by running the command
python links_collecter.py
Data
Collect the data from the links collected by running the command
python data_collecter.py
About
This is a Python program that is used to scrape AMAZON PRODUCT DETAILS. The data is scrapped using selenium and is written into a CSV file. This scrapes the Name of the product, its URL, price and its rating.