- Back to Home »
- A beginner’s guide to web scraping with Python and Scrapy
Posted by : Brij Bhushan
Monday, 23 November 2020

Since their inception, websites are used to share information. Whether it is a Wikipedia article, YouTube channel, Instagram account, or a Twitter handle. They all are packed with interesting data that is available for everyone with access to the internet and a web browser. But, what if we want to get any specific data programmatically? There are two ways to do that: Using official API Web Scraping The concept of API (Application Programming Interface) was introduced to exchange data between different systems in a standard way. But, most of the time, website owners don’t provide any API. In that case, we are only left with the possibility…
This story continues at The Next Web