Skip to content

Guide-Analytics/simple_amazon_product_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Amazon Product Scraper

Install the following packages:

  • selenium: To automate scraping. You can download using pip through command line as:
 pip install selenium

  • webdriver-manager: Install the chrome driver inplace so no need to download explicitly. You can download it through command line as:
 pip install webdriver_manager

  • word to number conversion:
 pip install word2number

Currently this script works on chrome browser.

File structure: -- AmazonConfig.py: Contains user-defined functions to retrieve data.
-- SetupDriver.py: Defines and initiate webdriver object of selenium.
-- ReviewScraping.py: Run this file to start scraping by entering the url of the page.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages