An example of a simple python scraper
10.12.2024
11.01.2025
21
0
0
0
0
Terminal user interface
Scraper
Description
This is a simple parser of both static and dynamic pages from sites. For example, I decided to parse images, because they are the object of optimization for statically created sites. Uses decorators.
Media files
Similar tools
This is a basic example of a parser for such an online store wildberries. Which avoids detection and blocking using proxy rotation and dynamically collecting data using Selenium.
Parser for a site about beer using rendering and the site's API. This parser has been split into two smaller parsers to get the most out of this site.
This parser, using the built-in HTML sitemap, parses all available products and ingredients. Output of the result in CSV and JSON formats.
Reviews
(0)