Web Scraping Blog

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

Web Scraping with cURL [Best Guide 2024]

cURL is a powerful web scraping tool for those that know how to use it. Learn to extract data and win over blocking challenges in this step-by-step tutorial.
March 24, 2023 · 8 min read

How to Use a Proxy with Python Requests in 2024

Learn to use rotating proxies with Python Requests to avoid being blocked while web scraping. This tutorial covers authentication, environment variables, common errors and more.
March 13, 2023 · 7 min read

Pyppeteer: Use Puppeteer in Python [2024]

Learn how to browse and scrape websites using Pyppeteer, a Python wrapper over the original Node.js library, to gain extra functionality and avoid getting blocked.
March 10, 2023 · 10 min read

Most Common HTTP Headers for Web Scraping

Discover the most common HTTP headers in web scraping that might be getting your requests blocked, and learn how to configure them to extract data below the radar.
March 6, 2023 · 10 min read

How to Bypass CAPTCHA with Puppeteer

Learn how to bypass CAPTCHA using Puppeteer and implement the tools that will help you get the job done to web scrape without getting blocked.
March 2, 2023 · 9 min read

How to Read robots.txt for Web Scraping

Follow this guide to understand how to read robots.txt files while web scraping so that you don't get blocked and comply with website rules.
February 21, 2023 · 5 min read