Resources · Blog

Techniques

Authentication, dynamic pages, headless browsers, and anti-bot bypass.

Techniques
Auto Scroll a Web Page to Scrape Infinite Scroll Content

Make a web page auto scroll down to load infinite-scroll content before scraping, with JavaScript and Selenium snippets. Try the ready-to-use examples.

25 November · 10 min
Techniques
Pinterest Scraping: How to Extract Pins and Categories

Pinterest scraping guide: pull categories, boards, and pin data with code or ready-made scrapers while avoiding blocks. Start extracting Pinterest data.

28 October · 10 min
Techniques
Scrape a JavaScript Website with Python: Full Guide

How to scrape JavaScript websites in Python: requests vs urllib, hidden APIs, and headless browsers for JS-heavy pages. Pick the right method faster.

14 October · 12 min
Techniques
Regex for Web Scraping: Extracting Clean Data from Text

Learn how to use regular expressions in web scraping: extract prices, phones, and emails from messy HTML text with tested patterns. See practical examples.

4 October · 8 min
Techniques
Web Scraper Regex: Extracting Data with PHP Examples

Master web scraper regex: patterns, capture groups, and PHP preg_match examples for pulling data from HTML — plus when not to use regex. Learn it here.

30 September · 12 min
Techniques
Run a Python Script Detached with Real-Time Output

Run long Python scraping scripts detached — nohup, screen, tmux, systemd — while streaming real-time output and logs. Keep your scrapers running 24/7.

22 September · 8 min
Techniques
How to Parse Messy or Wrongly Encoded HTML

Fix and parse messy HTML: detect encodings, decode entities, and tame tag soup with lenient parsers before extraction. Stop losing data to bad markup.

14 September · 9 min
Techniques
Scraping Dynamic Content: Two Approaches That Work

Two proven ways to scrape dynamic content: intercept hidden API requests or render JavaScript in a headless browser. See how to pick and apply each approach.

8 September · 16 min
Techniques
Scraping HTML Graphic Elements: Possibilities and Limits

What graphics can you scrape from HTML pages? Images, SVG, canvas, and chart data explained: what is possible, what is not, and which techniques work.

2 September · 8 min