Skip to content

ganeshj15/web_scraping_AMAZON_python_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

web_scraping_AMAZON_python_project

Web Scrapping of Amazon India using python libraries

Data from Amazon India is fetched in this project with the help of BeautifulSoup and requests libraries of python. So firstly you have to install bs4 package (BeautifulSoup) and requests module. These can be installed with usual procedure of pip install package_name.

After importing the necessary modules, request to the url of interest is sent and while fetching the data, used some basics of html codes like various kinds of tags, headers,class.

Any other url can also be scrapped with some necessary changes in this code.

About

Web Scrapping of Amazon India using python libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published