dinubs/jam-api
Parse web pages using CSS query selectors observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3878
- days_rel: n/a
- days_push: 2669
- n_releases_24m: 0
Adoption not part of the score
1363 stars · 57 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Jam API is a hosted service (self-hostable Node.js app) that turns any website into a JSON API by extracting data using CSS query selectors. You POST a URL plus a JSON schema describing selectors, and it returns structured JSON of the matched page content.
Use cases
- scrape a webpage and get JSON back
- turn any site into a JSON api using css selectors
- extract titles, images, and links from html pages
- parse web pages with css selectors without writing a scraper
- pull structured data from websites via a post request
When to choose
- you want quick selector-based extraction from web pages without building a scraper
- you need a simple HTTP endpoint that converts HTML to JSON
When to avoid
- you need an actively maintained or supported tool (project is abandoned; use CoolQLCool instead)
- you need JavaScript rendering of dynamic pages or robust anti-bot handling
- you need large-scale or high-volume scraping
Facets
service · maturity abandoned
web-scraping parser http-server api-framework web-development crawlers apis developer-tools self-hosted css-selectors html-to- scraping-api discontinued nodejs web-server
1 source
- readme: https://github.com/dinubs/jam-api · fetched 2026-08-28 · 1483d8b5e283
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dinubs/jam-api | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem