Skip to content

rjkevin/web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Introduction

In the absences of an API, web scraping can be used to extract data from a website. This basic web scraper allows me to extract and compile a list of outbound leads consisting of restaurants under the Marriot Bonvoy Hotels. After scraping the data, I proceeded to trim whitespaces and upload the scraped data into a data frame using the pandas library.

Dependencies

IDE: Google Colab
Libraries & modules: lxml, requests,pandas