Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Amazon scraper


Aim

This script scrapes amazon products. the function should take the name of the product and it should return the top 5 products for the query with their name, price, and ratings.

Requirements

pip install beautifulsoup4==4.9.1

To run

  • Enter your user agent in the headers in the script. You can find your user agent by typing user-agent in google searchbar.
  • Run scrape.py
  • Enter the keyword you would like to search.

Output

alt text