Web Scraping Blog

You'll find it easier to scrape any website with our step-by-step tutorials from beginner to pro.

How to Bypass Akamai in 2024

Learn how to bypass Akamai Bot Manager. You'll add evasions to skip blocks by understanding how it works and what sensor data it sends.
August 19, 2022 (Updated: March 27, 2024) · 11 min read

Web Scraping with PHP: Step-By-Step Tutorial

Web scraping in PHP from zero to hero! Create your web scraper with this step-by-step tutorial. Learn DOM, data parsing, anti-blocking techniques and more.
August 10, 2022 · 14 min read

Web Scraping with Python in 2024

Get started with web scraping in Python following this step-by-step tutorial! Learn how to scrape a site with Requests and Beautiful Soup libraries.
January 19, 2022 (Updated: April 3, 2023) · 26 min read

DOs and DON'Ts of Web Scraping

Learn how to create better web scrapers by following best practices and avoiding common mistakes. Choose the right approach for the job thanks to these tips.
November 30, 2021 · 9 min read

Web Scraping: Intercepting XHR Requests

Take advantage of XHR requests and scrape websites content without any effort. No need for fickle HTML or CSS selectors, API endpoints tend to remain stable.
October 27, 2021 · 5 min read

Car Price Prediction in Python

Check correlation from a car dataset and train different linear regression models to predict the price based on data points such as mileage and horsepower.
July 13, 2021 · 7 min read

Exploratory Data Analysis in Python

Import a CSV file into Python and start Exploratory Data Analysis quickly. Learn how to interpret variables, plot them to get insights, or prove hypotheses.
July 6, 2021 · 5 min read

7 Use Cases For Website Scraping

How can web scraping help your business grow? From market research to Machine Learning training, extracting knowledge can guide any data-driven decision.
July 1, 2021 · 4 min read

How Do YouTube Videos Go Viral

YouTube videos data from several top YouTubers to see how their videos grow over time. Some might reach millions of views in a few hours.
June 16, 2021 · 5 min read

Collecting Data to Map Housing Prices

We collected real estate data to map Bilbao's housing prices by price per square meter. 3000 were collected in under a minute using a ZenRows task.
June 7, 2021 · 6 min read