Python Assignment PDF
Python Assignment PDF
Part 1
In this assignment you are required to scrape all products from this URL:
https://www.amazon.in/s?k=bags&crid=2M096C61O4MLT&qid=1653308124&sprefix=ba%2Caps%2
C283&ref=sr_pg_1
Items to scrape
• Product URL
• Product Name
• Product Price
• Rating
• Number of reviews
Part 2
With the Product URL received in the above case, hit each URL, and add below items:
• Description
• ASIN
• Product Description
• Manufacturer
Need to hit around 200 product URL’s and fetch various information.
Avoid using third party packages or APIs which give direct data