All my scrapers are here
Here are all the parsers I have ever had. There are a variety of them. From static parsers of online stores to dynamic and API parsers. With and without such gadgets as proxy, swapping ...
In english/
Tools/
Page 1, Scraper,
Parser as an extension. It collects ads on the website and aggregates their general data (link, title, description, price) into one large JSON file.
It's also possible to download the collected data either page by page or all at once.
An online scraper of text, headers and other from websites and their pages | TextThief
13.05.2025
12.03.2026
Web tool
766
0
0
0
0
Online tool to scrape text, headers and source code (just use CSS selector) from websites, web pages and lists of pages. With subsequent basic processing, which includes the number of words, the number of unique words and collecting a list of the frequency of occurrence of these words in the text.
An online scraper of links from websites and their pages | LinkThief
04.05.2025
12.03.2026
Web tool
1444
0
0
0
0
This tool is a web version and skin for my library for parsing links from websites. This library has several more skins, such as a CLI script, a GUI application, a Telegram bot and as a regular python library (link-thief) available through PyPI.
Python script to scrape google search result page(or just links)
15.02.2025
12.02.2026
Scraper
599
0
0
0
0
This parser is written in python to parse Google search result page and links using its official API.