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.

Serply Notifications Part 1: Search Engine Result Pages (SERP)
Learn to develop a serverless application with Slack, Serply API, AWS CDK and Python.

Scraping Google Jobs Board
Learn how to use Python to search and scrape a Google Job Board.

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.

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
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?
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
Learn how to scrape Google to find LinkedIn profile data.

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.