Articles related to the following tags: Scraper. Page 1
Long and short posts on a wide variety of topics. In this format, I publish tutorials, share various development and monetization case studies (and many other topics), review various technologies, conduct research, and analyze the design and operation of various programs and tools. They were linked and grouped under the following tags: Scraper. Page 1
In english/
Articles/
Is_recent=true&page=1&tag=scraper
How to scrape dynamic websites
18.08.2026
12.09.2026
150
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
12.09.2026
338
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
12.09.2026
7838
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
12.09.2026
1200
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.