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.
pip install beautifulsoup4==4.9.1
- Enter your user agent in the headers in the script. You can find your user agent by typing
user-agentin google searchbar. - Run
scrape.py - Enter the keyword you would like to search.
