Skip to content

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.

Notifications You must be signed in to change notification settings

Ananthu2oo3/amazon-product-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Product Details Scraper

Search Keys

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages