Skip to content

🗺️ Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. The web scraping software may access the World Wide Web directly using the Hypertext Transfer Protocol or through a web browser. While web scraping can be done manually by a software user, the term typically refers to automated proces…

Notifications You must be signed in to change notification settings

dmosyan/Python_Web_Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Python_Web_Scraping

Python-Programming-Wallpaper_1-877x470

🗺️ Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. The web scraping software may access the World Wide Web directly using the Hypertext Transfer Protocol or through a web browser. While web scraping can be done manually by a software user, the term typically refers to automated processes implemented using a bot or web crawler. It is a form of copying, in which specific data is gathered and copied from the web, typically into a central local database or spreadsheet, for later retrieval or analysis.

For more information click this link.

Project 1 - Amazon Scraping

The code checks the price for the particular product and sends the email, if the price gets lower then our specified price. We also can add timer, which will run the code every 5 hour (for example). Used libraries: Requests, BeautifulSoup, Time, SmtpLib, Lxml.

Project 2 - E-commerce Scraping

The website which is used for this project is educational webscraping website. It was created to train scraping knowledge. The code is scraping all the products information (prices, names and links) and storing it in the excel file. Used libraries: Requests, BeautifulSoup, Pandas, Openpyxl.

About

🗺️ Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. The web scraping software may access the World Wide Web directly using the Hypertext Transfer Protocol or through a web browser. While web scraping can be done manually by a software user, the term typically refers to automated proces…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages