Building a crawler to extract all website internal and external links using requests and beautiful soup in Python.
Extracting all image tags from a web page using requests and beautiful soup, and download them all automatically in Python.
Scraping Google weather search page to extract useful information such as current weather, temperature, next days' weather and much more in Python using requests and Beautiful Soup.
Scraping YouTube videos and extracting useful video information in Python using requests and Beautiful Soup libraries.
Extracting data and searching in Wikipedia, get article summaries, links, images and more using Wikipedia library in Python.