Skip to content

naimur-naiyimu/Scrape-Products-from-this-URL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scrape-all-Products-from-this-URL

In this project scraped prodects from Amazon e-commerce website

Python Assignment 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%2C283&ref=sr_pg_1

Need to scrape atleast 20 pages of product listing pages

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.

The entire data needs to be exported in a csv format

About

In this project scraped prodects from Amazon e-commerce website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages