# kotartemiy/pygooglenews

If Google News had a Python library

Repository: https://github.com/kotartemiy/pygooglenews
Canonical: https://ross.abutalabs.com/products/pygooglenews
Homepage: https://newscatcherapi.com
Language: Python
License: MIT
License Family: permissive
Topics: news, google, rss, python, data-science
Last push: 2024-12-09T15:16:01+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": 2255, "days_push": 632, "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 1391, forks 144 (observed 2026-08-28T04:04:35.869264+00:00)

## What it is
A Python wrapper around the Google News RSS feed providing top stories, topic and geolocation feeds, and full-text search with date-range and exact-match operators. It also parses sub-articles (similar stories) from feeds, useful for collecting headline datasets.

## Use cases
- scrape google news headlines in python
- collect news articles by topic for machine learning training data
- monitor news mentions of a company or person
- add a news feed to my website or app
- search google news by date range and exact phrase
- extract similar news articles for each headline

## When to choose
- you want free, no-API-key access to Google News data via RSS
- you need structured search operators like in-title, date ranges, and when: filters
- you want sub-article/similar-story extraction for ML datasets
- you are doing lightweight media monitoring or PR tracking

## When to avoid
- you need production-scale scraping at volume, since Google may rate-limit or block your server IP
- you need clean, enriched, licensed news data with guaranteed uptime - use a commercial news API instead
- you need full article text, not just headlines and links
- you depend on Google News RSS behavior staying stable, which can change without notice

## Facets
- artifact type: library
- maturity: maintenance
- function: web-scraping, parser, search-engine, http-client
- domain: data-science, crawlers, media, apis
- platform: python, cross-platform
- tags: google-news, rss, news-aggregation, media-monitoring, news-data, natural-language-processing

## Member repositories
- kotartemiy/pygooglenews (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:35.869264+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-30T04:39:36.819711+00:00, confidence not recorded.
  - readme: https://github.com/kotartemiy/pygooglenews (fetched 2026-08-28T04:04:35.869264+00:00, sha e4760accc262)
  - homepage: https://newscatcherapi.com (fetched 2026-08-29T11:54:46.801207+00:00, sha a0b99020b044)
  - site_page: https://www.newscatcherapi.com/company/about-us (fetched 2026-08-29T11:54:46.810726+00:00, sha 57c6e60fff09)
  - site_page: https://www.newscatcherapi.com/docs/home (fetched 2026-08-29T11:54:46.816706+00:00, sha b29778b5fd17)
  - site_page: https://www.newscatcherapi.com/company/roadmap (fetched 2026-08-29T11:54:46.813087+00:00, sha 07a05c369115)
  - site_page: https://www.newscatcherapi.com/pricing (fetched 2026-08-29T11:54:46.814906+00:00, sha 4795d3c8ca2a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
