Skip to content

prasanthg3/Amazon_Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Amazon-Scraper

amazon_scraper.py can be used to scrape product data from Amazon.in's search results.

List of details scraped

  • ASIN
  • NAME
  • SELLER
  • SALE_PRICE
  • CATEGORY
  • AVAILABILITY
  • URL
  • AVG_RATING
  • NO_OF_REVIEWS

Requirements

  • Python 3
  • pandas
  • lxml
  • requests

Usage

Change the url in line 125 to your requirement ( page1 url of the search result). Then from the command prompt, execute py amazon_scraper.py to get the output csv file containing list of product details

About

Scrape amazon product details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published