Skip to content

krantiw/Webscraping-Amazon-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Webscraping-Amazon-Website

Using AutoScraper

Process:

    1. Assign a url and wanted_list variables with the amazon.in url and the wanted_list contains a list of items you want to scrape. Here, we are taking, Price, Title and the Ratings of the products on the webpage
    1. Build a Webscaper with a given url and wanted_list
    1. Since the information is in scattered form, lets group it
    1. Take alias information in the form of a key as Price, Title and Ratings, save it.
    1. Now, you can scrape any page based on the above program, here we have taken MI phones and retrive its Price, Title and Ratings

About

Using AutoScraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published