Tools related to the following tags: Scraper. Page 1
A collection of useful tools I've ever created. They were linked and grouped under the following tags: Scraper. Page 1
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
757
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
1425
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
592
0
0
0
0
This parser is written in python to parse Google search result page and links using its official API.