Data Scrapping
Monday 31 August was a guest lecture at Sabudh Foundation where we were introduced to the concept of Data Scraping . What is Data Scraping? Data scraping , also known as web scraping , is th e process of importing information from a website into a csv or any file on local. It’s one of the most efficient ways to get data from the web, and in some cases to channel that data to another website. Popular uses of data scraping include: Research for web content/business intelligence Pricing for travel booking sites or price comparison sites Finding sales leads or conducting market research by crawling public data sources (e.g. Yell and Twitter) Sending product data from an e-commerce site to another online vendor (e.g. Google Shopping) Scraping using Python There are numerous number of packages available for web scraping in python but we only need a handful of them in order to scrape almost any site. Some of these libraries are are named below: Requests BeautifulSoup lxml Selenium