# jae-jae/QueryList

:spider: The progressive PHP crawler framework!  优雅的渐进式PHP采集框架。

Repository: https://github.com/jae-jae/QueryList
Canonical: https://ross.abutalabs.com/products/querylist
Homepage: https://querylist.1team.top
Language: PHP
License Family: other
Topics: querylist, crawler, spider, scraper
Last push: 2026-07-11T10:23:17+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 92, release rhythm 36, longevity 100
- inputs: {"age_days": 3909, "days_push": 53, "days_rel": 212, "gap_med": 416, "n_releases_24m": 2}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2690, forks 424 (observed 2026-08-28T04:07:10.940281+00:00)

## What it is
QueryList is a progressive PHP web scraping framework built on phpQuery that provides jQuery-like CSS3 DOM selectors and manipulation APIs for extracting data from web pages. It features a modular plugin system supporting multithreaded crawling, JavaScript-rendered pages, image downloading, and simulated browser behavior.

## Use cases
- scrape product prices from e-commerce sites
- extract all image links from a webpage
- parse Google search results with PHP
- crawl JavaScript-rendered pages
- collect article content from news sites
- simulate login and submit forms while scraping
- download images from a page to local storage

## When to choose
- you need jQuery-style CSS selector based scraping in PHP
- you want an extensible crawler with plugin support
- you need to handle messy encodings and content filtering
- you want a framework-agnostic scraper usable in any PHP project

## When to avoid
- your project is not PHP-based
- you need a distributed large-scale crawling system
- you require a license-guaranteed usage (no license file provided)
- you need heavy JavaScript rendering without external headless browser plugins

## Facets
- artifact type: library
- maturity: active
- function: web-scraping, parser, http-client
- domain: crawlers, web-development
- platform: php, cli
- tags: crawler, scraper, dom-parsing, css-selectors, phpquery, spider, data-engineering

## Member repositories
- jae-jae/QueryList (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:10.940281+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-30T02:16:34.767145+00:00, confidence not recorded.
  - readme: https://github.com/jae-jae/QueryList (fetched 2026-08-28T04:07:10.940281+00:00, sha 0f0b009536f6)
  - homepage: https://querylist.1team.top (fetched 2026-08-29T09:59:37.446693+00:00, sha bfe7ba379b15)
- Data as of 2026-08-30T08:39:29.467469+00:00.
