# ruipgil/scraperjs

A complete and versatile web scraper.

Repository: https://github.com/ruipgil/scraperjs
Canonical: https://ross.abutalabs.com/products/scraperjs
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2020-10-18T09:34:43+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4411, "days_push": 2145, "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 3714, forks 183 (observed 2026-08-28T04:08:15.314359+00:00)

## What it is
Scraperjs is a Node.js web scraping library offering two scrapers: a lightweight StaticScraper using cheerio for static HTML, and a DynamicScraper using PhantomJS for JavaScript-rendered content. Both expose a similar promise-based API for extracting data from web pages.

## Use cases
- scrape titles and links from a static web page
- extract data from pages that render content with JavaScript
- build a simple web crawler in Node.js
- parse HTML with jQuery-like selectors
- collect data from websites into JSON

## When to choose
- you need a simple promise-based scraper for static pages
- you want to scrape JavaScript-rendered content via PhantomJS
- you prefer jQuery-style selectors (cheerio) for extraction

## When to avoid
- you need a maintained, actively updated library (last release 2020)
- you want headless Chrome/Playwright-based scraping instead of PhantomJS
- you need large-scale distributed crawling

## Facets
- artifact type: library
- maturity: maintenance
- function: web-scraping, parser, http-client
- domain: web-development, crawlers, developer-tools
- platform: -
- tags: cheerio, phantomjs, static-scraping, dynamic-scraping, promise-based, nodejs, javascript

## Member repositories
- ruipgil/scraperjs (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:15.314359+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-29T18:30:52.150049+00:00, confidence not recorded.
  - readme: https://github.com/ruipgil/scraperjs (fetched 2026-08-28T04:08:15.314359+00:00, sha aeda161abbba)
  - registry_npm: https://registry.npmjs.org/scraperjs (fetched 2026-08-29T09:24:31.422228+00:00, sha 7caed15309a2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
