GNews — поиск новостей через Google News API

★ 996

GNews is a lightweight Python package that provides an API to search for articles on Google News and returns a convenient JSON response. Reach for it when your code needs to fetch news programmatically: search articles by keywords, topic, country, and language, and grab titles, links, publishers, and dates — to build news feeds, digests, mention monitoring, or feed material into further processing. It installs and is called simply from Python. Its focus is programmatic access to Google News results as JSON for developers, not a finished news-aggregator app or a scraper for arbitrary sites (Firecrawl/crawl4ai): the value is quickly embedding news search into your script or service. Note it is a wrapper over Google News: respect the terms of use and rate limits. It suits news bots, mention analytics, and media monitoring.