Recent Articles

A blog with articles about web scraping techniques, tools, alternatives and approaches.

Published: 2 weeks, 1 day

Introduction to web scraping with Jsoup (in Java)

Learn web scraping in Java using Jsoup with this beginner-friendly guide. Discover how to connect, parse, and extract data from websites with practical examples

Read More
Published: 2 weeks, 2 days

Web scraping using HTML parsers (let's clarify)

Discover web scraping basics using Python to extract data from HTML with Requests and Beautiful Soup.

Read More
Published: 3 weeks Updated: 2 weeks, 5 days

Web Scraping using REST APIs: A clarification

Explore web scraping using internal REST APIs versus third-party services and learn when to use each method for efficient data extraction.

Read More
Published: 3 weeks, 1 day

Web scraping using C (starter script included)

Learn how to build a web scraper in C, explore its challenges with JavaScript-heavy sites, and understand why Python may be more efficient for web scraping.

Read More