crab is command line web scraping tool written in rust
support HTTP/POST
support for json
with crates.io:
bash
cargo install crab
bash
cargo install --path /path/to/crab/repo/
or just download zip or tar.gz from releases section
print DOM's tree
bash
$ crab <url>
bash
$ crab <url> get <css-selector>
-n, --no-colors show DOM without colors
-r, --row print row content of tag
-a, --attribute <ATTRIBUTE> which html attribute.
-l, --limit <LIMIT> how meny result.