Rust Scraper.

Rust Scraper is a web scraper that utilises Servo — a high performance browser engine from Mozilla. You pass in a public URL and a CSS selector through its query parameters, and it returns scraped data.

rust-scraper.now.sh/app?url=
news.ycombinator.com
&selector=
td.title>a.storylink

Scrape Hacker News