jamesturk/scrapeghost
👻 Experimental library for scraping websites using OpenAI's GPT API. observed · 2026-08-28
Health v2 · maintenance only
49/100
- Activity 62
- Release rhythm 8
- Longevity 90
Flags: 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: 1265
- days_rel: n/a
- days_push: 231
- n_releases_24m: 0
Adoption not part of the score
1442 stars · 86 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
scrapeghost is an experimental Python library that uses OpenAI's GPT models to scrape structured data from websites without writing page-specific code. It supports Python-based schema definitions, HTML preprocessing, JSON/schema validation, hallucination checks, and cost controls, but is explicitly no longer maintained.
Use cases
- extract structured data from web pages using GPT
- scrape HTML into JSON without writing page-specific parsers
- define a schema in Python and let an LLM fill it from a URL
- validate LLM-extracted data against a pydantic schema
- check that scraped values actually appear on the page
- track and cap token costs when scraping with GPT
When to choose
- you want to experiment with LLM-based web scraping in Python
- you need one-off structured extraction from pages where writing selectors is impractical
- you want built-in cost tracking, budget limits, and hallucination checks for GPT scraping
When to avoid
- you need a maintained, production-ready scraping solution (the project is explicitly unmaintained)
- you want to avoid commercial LLM API costs and latency
- you need deterministic, guaranteed-accurate extraction
- your use case requires a permissive license (Hippocratic License 3.0)
Facets
library · maturity abandoned
web-scraping llm-inference parser nlp crawlers developer-tools python gpt openai html-to- schema-extraction experimental natural-language-processing
2 sources
- readme: https://github.com/jamesturk/scrapeghost · fetched 2026-08-28 · 29d49c14c72a
- homepage: https://jamesturk.github.io/scrapeghost/ · fetched 2026-08-29 · 449cf648d211
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jamesturk/scrapeghost | main | 49 |
For agents
markdown · JSON · MCP: product_card(name="jamesturk/scrapeghost")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem