So let’s assume we want to scrape the titles of jobs available in Boston from Craigslist. For now, we will work on one page only. Continue reading “Beautiful Soup Tutorial #3: Web Scraping Craigslist (One Page)”
Beautiful Soup Tutorial #2: Extracting URLs
After installing the required libraries: BeautifulSoup, Requests, and LXML, let’s learn how to extract URLs. Continue reading “Beautiful Soup Tutorial #2: Extracting URLs”
Beautiful Soup Tutorial #1: Install BeautifulSoup, Requests & LXML
To start Web Scraping tutorials, the first thing to do is to install the 3 libraries: BeautifulSoup, Requests, and LXML. We will use PIP. Note that sudo might be required if you are on Linux or Mac. Continue reading “Beautiful Soup Tutorial #1: Install BeautifulSoup, Requests & LXML”