0% found this document useful (0 votes)
3 views1 page

Python Scraping

Uploaded by

Priyanshu Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Python Scraping

Uploaded by

Priyanshu Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Task 1:

● Scrape(Using Beautiful Soup or Selenium) all product details from


https://www.amazon.in/s?rh=n%3A6612025031&fs=true&ref=lp_6612025031_sa
r
● details needed are Product Name, Price, Rating, Seller Name (If not out of stock)
● The program should create a CSV file with the above columns.
● The code should be well commented and optimized, there will be extra marks for
that
● Make a short video explaining and running the task in <10mins. Don't need to
show long-running codes.
● Upload your code to a GitHub public repository
(tutorial:https://www.youtube.com/watch?v=eGaImwD8fPQ&ab_channel=VedThe
Master)
● Submit the video and the GitHub link for the same in the submission form

You might also like