Blog

Learn how to scrape the web and create tools with public data.

Import API data to Google Sheets

With examples using Hashnode, Openai image generation, Serply Google news and images.
SERP Notifications in Slack

Serply Notifications Part 1: Search Engine Result Pages (SERP)

Learn to develop a serverless application with Slack, Serply API, AWS CDK and Python.
A digital art of a robot holding a piece of paper

Scraping Google Jobs Board

Learn how to use Python to search and scrape a Google Job Board.
Scrape Bing Search Results

Scrape Bing Search Results

This article will show you the step-by-step process of scraping Bing, including everything from setting up your scraping tool to executing the scrape and storing the data.
python download image from url

How to Download an Image with Python

One common task that Python is often used for is downloading files from the internet, such as images. This article will explore how to download an image with Python.
curl in python

Curl in Python

In this article, we'll explore how to use the curl library in Python to make HTTP requests and handle responses.
what is xpath in selenium

What is XPath in Selenium?

XPath is a language that is used for navigating through an XML document, such as an HTML page. In the context of Selenium, XPath can be used to locate elements on a web page, enabling you to find the elements you want to interact with and perform actions on them. In this article, we cover how to use xpath in Selenium.
how to scrape data from linkedin with python hero image

How to Scrape Data from LinkedIn with Python

Learn how to scrape Google to find LinkedIn profile data.
scraping backlinks with python

Scraping Backlinks With Advance Google Search Operators and Python

In this article, you'll learn how to use Google search operators to automatically find backlinks with Python.