# syrusakbary/gdom

DOM Traversing and Scraping using GraphQL

Repository: https://github.com/syrusakbary/gdom
Canonical: https://ross.abutalabs.com/products/gdom
Homepage: http://gdom.graphene-python.org
Language: Python
License: BSD-3-Clause
License Family: permissive
Last push: 2019-10-22T23:49:24+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": 3842, "days_push": 2507, "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 1242, forks 34 (observed 2026-08-28T04:04:06.483919+00:00)

## What it is
GDOM is a Python CLI tool that lets you scrape and traverse web page DOM using GraphQL queries, built on the Graphene framework. You write a GraphQL query file with CSS selectors and it outputs the extracted data as JSON.

## Use cases
- scrape structured data from web pages using graphql queries
- extract titles and links from html with css selectors
- parse dom elements into  output
- run reusable scraping queries against any page url
- query web pages like an api

## When to choose
- you prefer declaring scrapes as graphql queries with selectors
- you want  output from html scraping in a single command
- you already use graphene and want a familiar query syntax

## When to avoid
- you need actively maintained scraping software (last release 2019)
- you need javascript-rendered pages or headless browser support
- you need high-performance large-scale crawling

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: web-scraping, parser, cli
- domain: web-development, crawlers, developer-tools
- platform: python, cli, cross-platform
- tags: graphql, dom-traversal, html-scraping, graphene, command-line

## Member repositories
- syrusakbary/gdom (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:06.483919+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-30T05:08:25.573551+00:00, confidence not recorded.
  - readme: https://github.com/syrusakbary/gdom (fetched 2026-08-28T04:04:06.483919+00:00, sha 31e8d03e0552)
  - registry_pypi: https://pypi.org/pypi/gdom/json (fetched 2026-08-29T12:20:27.977993+00:00, sha d51d103572e5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
