In this post we look at crawling / scraping sites using AJAX with Selenium
In this post we build a simple web crawler using the Python packages Requests, BeautifulSoup and store the scrapped data in an SQLite database.