scraper
HTML parser
A Rust library for parsing and querying HTML documents using CSS selectors.
HTML parsing and querying with CSS selectors
2k stars
20 watching
109 forks
Language: Rust
last commit: 21 days ago
Linked from 1 awesome list
hacktoberfestrust
Related projects:
Repository | Description | Stars |
---|---|---|
utkarshkukreti/select.rs | A Rust library for extracting useful data from HTML documents | 974 |
spider-rs/spider | A web crawler and scraper built on top of Rust, designed to extract data from the web in a flexible and configurable manner. | 1,140 |
scrapy/scrapely | A pure-python library for extracting structured data from HTML pages. | 1,863 |
servo/html5ever | A high-performance HTML parser written in Rust. | 2,148 |
burntsushi/rust-csv | A Rust library for parsing and generating CSV data structures | 1,719 |
florob/rustyxml | An XML parser written in Rust | 103 |
netvl/xml-rs | A Rust library for parsing and working with XML documents | 461 |
parthjadhav/rust_search | A fast and efficient file search library built in Rust | 140 |
miyagawa/web-scraper | A Perl toolkit for extracting structured data from HTML documents using a DSL-like interface. | 104 |
jturner314/py_literal | A Rust crate for parsing and formatting Python literals. | 16 |
the-markup/blacklight-collector | A tool for scraping website content and analyzing browser behavior | 202 |
skallwar/suckit | A Rust-based web scraping tool that recursively visits and downloads websites to disk. | 747 |
marwes/combine | A Rust library implementing parser combinators for building efficient and flexible parsers | 1,302 |
kennethreitz/requests-html | A Pythonic HTML parsing library providing intuitive and asynchronous web scraping capabilities. | 303 |
softdevteam/grmtools | A suite of libraries and binaries for parsing text in Rust. | 514 |