# extractus/article-extractor

To extract article from given URL

Repository: https://github.com/extractus/article-extractor
Canonical: https://ross.abutalabs.com/products/article-extractor
Homepage: https://extractus.pwshub.com/article
Language: TypeScript
License: MIT
License Family: permissive
Topics: article-parser, readability, article-extractor, content-extraction, data-extraction, data-scraping, javascript, typescript
Last push: 2026-08-20T08:55:35+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 98, longevity 100
- inputs: {"age_days": 3930, "days_push": 13, "days_rel": 13, "gap_med": 13.5, "n_releases_24m": 13}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1909, forks 158 (observed 2026-08-28T04:05:52.992087+00:00)

## What it is
A TypeScript library that extracts the main article content, title, image, and metadata from a given URL or raw HTML string. It supports custom transformations for specific sites and runs on Node.js, Deno, and Bun.

## Use cases
- extract article content from a url
- parse news articles to get title and main image
- get article metadata like author and publish date
- extract readable text from html pages
- build a read-it-later or rss reader app
- scrape blog post content for indexing

## When to choose
- you need to turn messy web pages into clean article data in JavaScript or TypeScript
- you want a lightweight, MIT-licensed extractor that works across Node.js, Deno, and Bun
- you need per-site transformations and content sanitization options

## When to avoid
- you need a hosted extraction API with guaranteed uptime rather than a library
- you need to scrape non-article pages like product listings or dynamic apps
- your stack is not JavaScript/TypeScript

## Facets
- artifact type: library
- maturity: active
- function: web-scraping, parser, nlp
- domain: web-development, crawlers
- platform: bun, cross-platform
- tags: article-extraction, readability, content-extraction, metadata, typescript, natural-language-processing, nodejs, deno

## Member repositories
- extractus/article-extractor (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:52.992087+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-30T03:11:06.460016+00:00, confidence not recorded.
  - readme: https://github.com/extractus/article-extractor (fetched 2026-08-28T04:05:52.992087+00:00, sha 5df54f467991)
  - homepage: https://extractus.pwshub.com/article (fetched 2026-08-29T10:50:27.744458+00:00, sha ad28a8ce3616)
- Data as of 2026-08-30T08:39:29.467469+00:00.
