Articles related to the following tags: Scraper. Page 1
A type of post that combines the most interesting and design-independent posts of a variety of formats. Which includes reviews, tutorials and more. They were linked and grouped under the following tags: Scraper. Page 1
How to scrape dynamic websites
18.08.2026
18.08.2026
60
0
0
0
0
What are the different methods for scraping dynamic websites, including JS rendering (Selenium, Playwright), finding and using hidden (and not so) APIs, and using browser extensions. I'll demonstrate each method …
Semantic core clustering. How, why. By example
04.02.2026
11.03.2026
292
0
0
0
0
In this article, I'll describe the process of semantic core clustering, how to use it afterwards, its nuances, and the different types of clustering. I'll use a small semantic core …
How my site was aggressively scraped from China and how I blocked them via the .htaccess file
22.09.2025
11.03.2026
7727
0
0
0
0
A showcase of how someone actively scraped my site from China, plus charts. What could have caused this (DDoS, parser, clicker)? What were the attacker's goals, and how can I …
How to scrape Google SERP using Python
15.02.2025
13.04.2026
1138
0
0
0
0
How to build your own Google SERP scraper via Python script for Free using only an official API. With example and code.