Skip to content

Here is the python script used to extract information from Amazon product search page and storing that data into .csv file

Notifications You must be signed in to change notification settings

atharvapatiil/Web-Scraping-Amazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Web Scraper

  • Here is an Amazon Web Scraper used to extract data from Amazon product search page and stores that data into .csv file. We just have to enter the name of the product and this script will its job.
  • This is a screenshot of .csv file.

Features

  • From each page it extracts each and every product following information:
    1. Product name
    2. Product rating
    3. Number of reviews
    4. Product price
  • GIF of how data extraction takes place

Overview

  • With the help of python script data scraping is done in this project. Python BeautifulSoup library does the major role in it. Along with that selenium package is also used. You can check entire code in scraple.py
  • Csv package is used to store all the extracted data into Amazon.csv file.
  • Requirements for this project is mentioned in requirements.txt file.

About

Here is the python script used to extract information from Amazon product search page and storing that data into .csv file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages