hilbigan/mlscraper-rust
Scrape structured data from HTML documents automatically
This tool helps data analysts, marketers, or researchers extract specific information from a collection of similar web pages. You provide examples of the web pages and the data you want to extract (like product names or prices), and it automatically generates the rules to pull that data. The output is a set of precise instructions (CSS selectors) that can then be used to rapidly extract the same type of data from many other similar web pages.
No commits in the last 6 months.
Use this if you need to reliably scrape structured data from many web pages that share a similar layout but contain different content, especially when performance and resource efficiency are critical.
Not ideal if you're scraping highly dynamic web pages that require interaction (like clicks or form submissions) or if the page layouts change frequently and dramatically.
Stars
22
Forks
—
Language
HTML
License
MIT
Category
Last pushed
May 26, 2023
Monthly downloads
5
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/hilbigan/mlscraper-rust"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Altimis/Scweet
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers,...
lexiforest/curl_cffi
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser...
plabayo/rama
modular service framework to move and transform network packets
scrapinghub/spidermon
Scrapy Extension for monitoring spiders execution.