Skip to content

Scrape data of products from Amazon using Selenium and Beautiful Soup.

Notifications You must be signed in to change notification settings

Emanalytics7/Amazon-Product-Data-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Amazon-Product-Details-Scraper

Scrape details of products such as product_urls, product name, manufacturer, description and product details from Amazon using Selenium and Beautiful Soup.

Installation

  1. Clone the repository to your local machine:

    https://github.com/Emanalytics7/Amazon-Product-Data-Scraper.git
  2. Navigate to the project directory

    cd Amazon-Product-Data-Scraper
    
  3. Install dependencies:

      pip install -r requirement.txt
     
  4. Usage

    scraper.py
    

!Note: I didn't save the product_urls but you can use this also for you own use case. :)

Disclaimer!

Only used this for educational purpose. Otherwise use amazon api for your use case!

About

Scrape data of products from Amazon using Selenium and Beautiful Soup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages