news_coverage
Check recent news coverage for any search term to see if the press is writing about it and what angle they take. Get headline counts and sources to gauge rising or falling attention.
Instructions
Recent news coverage from Google News - is the press writing about this, and what angle are they taking? Useful for spotting funding rounds, regulation, launches, and whether a topic is getting more or less attention. No setup needed.
Args:
query: search terms.
geo: ISO country code for the news edition, e.g. "US" (default), "IN", "GB".
recent: how far back - "7d", "1m", "1y" (default). Uses Google News' own when: filter.
limit: max headlines to return (Google returns up to ~100; "total" counts all of them).
Returns: {"total": int, "last_30_days": int, "headlines": [{"title", "source", "published", "url"}]}, newest first. "total" and "last_30_days" are counts within Google's capped result set, so treat them as a rough attention gauge, not an exact article count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geo | No | US | |
| limit | No | ||
| query | Yes | ||
| recent | No | 1y |