html2json 0.1.1

HTML to JSON extractor
Documentation

html2json

A Rust port of cheerio-json-mapper.


Overview

  • Input: HTML source (URL or file path) + Extractor spec (JSON file)
  • Output: JSON matching the structure defined in the spec

Examples

html2json "https://news.ycombinator.com/" examples/hn.json

LICENSE

MIT