# tautologistics/node-htmlparser

Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers

Repository: https://github.com/tautologistics/node-htmlparser
Canonical: https://ross.abutalabs.com/products/node-htmlparser
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2023-12-18T01:26:30+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5999, "days_push": 990, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1141, forks 136 (observed 2026-08-28T04:03:44.647341+00:00)

## What it is
A forgiving HTML/XML/RSS parser written in pure JavaScript that works in both Node.js and browsers. It supports streaming/chunked parsing and custom handlers for building custom DOM structures.

## Use cases
- parse html into a dom in nodejs
- parse html in the browser with javascript
- parse rss and atom feeds
- parse malformed or forgiving html
- stream chunked html data into a parser
- build a custom dom from html with a custom handler

## When to choose
- you need a lightweight parser that runs in both Node and the browser
- you must parse messy, non-well-formed HTML or RSS feeds
- you need streaming/chunked parsing of large documents

## When to avoid
- you need a spec-compliant, actively maintained HTML5 parser (consider htmlparser2 or parse5)
- you need CSS selector-based querying rather than raw DOM trees

## Facets
- artifact type: library
- maturity: maintenance
- function: parser
- domain: parsers, web-development, developer-tools
- platform: browser
- tags: html-parsing, xml-parsing, rss, streaming-parser, dom, nodejs, javascript

## Member repositories
- tautologistics/node-htmlparser (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:44.647341+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:35:25.286230+00:00, confidence not recorded.
  - readme: https://github.com/tautologistics/node-htmlparser (fetched 2026-08-28T04:03:44.647341+00:00, sha db378f8e1140)
- Data as of 2026-08-30T08:39:29.467469+00:00.
