Google News MCP Server — News Search & Monitoring for AI avatar

Google News MCP Server — News Search & Monitoring for AI

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Google News MCP Server — News Search & Monitoring for AI

Google News MCP Server — News Search & Monitoring for AI

MCP Server for Google News. Search news articles by keyword across 17 languages. AI-agent ready — returns headlines, sources, dates, and snippets in clean JSON. Built for RAG pipelines, news monitoring, and AI assistants.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

petteri mähönen

petteri mähönen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Google News MCP Server — News Search & Monitoring for AI Agents

Scrape news articles from Google News via their RSS feed. Search by keyword across 17 languages and 17 countries.

🧠 MCP Server — AI Agent Ready

This actor is a Model Context Protocol (MCP) server — AI assistants (Claude, GPT, Cursor) can call it directly to fetch live news:

{
"searchQuery": "technology",
"maxResults": 10,
"language": "en-US"
}

Connect via Apify MCP — no API keys needed for AI agents using the Apify MCP integration.

Features

  • Keyword search — any topic, phrase, or company name
  • 17 languages — EN, FR, DE, ES, IT, PT, JA, ZH, RU, AR, SV, FI, DA, NO, NL, PL
  • 17 countries — US, UK, FR, DE, ES, IT, BR, JP, CN, RU, SA, SE, FI, DK, NO, NL, PL
  • CheerioCrawler — server-rendered RSS, 256MB RAM, ~1s per query
  • No proxy needed — RSS feed is freely accessible
  • Structured output — title, source, publish date, snippet, URL

Quick Start

Search tech news in the US

{
"searchQuery": "technology",
"maxResults": 20,
"language": "en-US",
"country": "US"
}

Search European politics in German

{
"searchQuery": "Europäische Union",
"maxResults": 10,
"language": "de-DE",
"country": "DE"
}

Search AI news in Japanese

{
"searchQuery": "人工知能",
"maxResults": 5,
"language": "ja-JP",
"country": "JP"
}

Input Parameters

FieldTypeDefaultDescription
searchQuerystring"technology"Search term or topic
maxResultsinteger20Max articles to return (max 100)
languageselecten-USLanguage code (en-US, fr-FR, de-DE, etc.)
countryselectUSCountry code (US, GB, FR, DE, etc.)

Output Fields

FieldTypeDescription
titlestringArticle headline
sourcestringPublisher/source name (e.g., "BBC", "Reuters")
urlstringGoogle News redirect link to the article
publishedAtstringPublication date (RFC 2822)
snippetstringArticle summary/snippet
countrystringCountry code searched
languagestringLanguage code searched
searchQuerystringOriginal search term
scrapedAtstringTimestamp of scrape

Use Cases

  • Media monitoring — track coverage of your company, competitors, or industry
  • Content aggregation — build news feeds for portals or dashboards
  • Market intelligence — monitor regulatory changes, competitor announcements
  • Research — collect news datasets for NLP, sentiment analysis, or LLM training
  • Alerting — trigger workflows when specific topics make the news

Pricing

$1.50 / 1,000 results — pay only for what you scrape. No monthly subscription.

Changelog

VersionDateChanges
0.0.12026-07-24Initial build — CheerioCrawler, 17 languages, 17 countries

Support