Google Search Mcp Server avatar
Google Search Mcp Server

Pricing

$30.00/month + usage

Go to Apify Store
Google Search Mcp Server

Google Search Mcp Server

Developed by

halam

halam

Maintained by Community

🚀 Google Search MCP Server scrapes real-time Google SERPs by processing search queries. Extract organic results, ads, People Also Ask, related queries, prices, and reviews. Supports 21+ countries, 25+ languages. Export data in JSON, Excel, or CSV. Ideal for SEO, research, and automation.

0.0 (0)

Pricing

$30.00/month + usage

0

2

2

Last modified

6 hours ago

MCP Server for Authentic Google Search Results from 21+ Countries in 25+ Languages

Our Google Search MCP Server makes it incredibly easy to extract search results from Google across different countries and languages through the Memory Control Protocol. Whether you're conducting market research, monitoring competitors, or gathering content ideas, this actor delivers reliable, localized search results without the complexity of managing proxies or handling anti-bot measures.

Why Choose This Google Search MCP Server?

🌍 True Global Reach

Access authentic search results from 21 different countries including the United States, United Kingdom, Germany, Japan, South Korea, Russia, Saudi Arabia, and many more. Each country provides genuine localized results that reflect what users in that region actually see when they search.

🗣️ Multi-Language Intelligence

With support for 25+ languages and automatic language detection, you can search in English, Spanish, French, German, Chinese, Japanese, Korean, Arabic, Russian, and dozens of other languages. The system automatically detects your content's language and selects the best country for authentic regional results.

⚡ Smart Content Processing

Instead of manually creating search queries, simply provide your content and let our intelligent system handle the rest. Long texts are automatically split into optimal search chunks (1-16 words), ensuring you get the most relevant results for every part of your content.

🚀 High Performance

Built for speed and reliability, this actor processes multiple searches simultaneously and delivers results quickly. Perfect for both small research projects and large-scale data collection needs.

How It Works

This actor simplifies Google search scraping by handling all the technical complexity behind the scenes. You provide your search content, choose your preferences, and receive organized, ranked results.

The Process:

  1. Content Analysis - Your input is analyzed and intelligently processed
  2. Smart Chunking - Long content is automatically broken into optimal search segments
  3. Multi-Regional Search - Searches are performed across your selected countries/languages
  4. Result Organization - All results are ranked and organized by relevance
  5. Clean Output - You receive structured data ready for analysis

Supported Languages

Our actor supports 25+ languages with intelligent detection: English, Spanish, French, German, Italian, Portuguese, Russian, Chinese, Japanese, Korean, Arabic, Hindi, Dutch, Swedish, Polish, Turkish, Czech, Danish, Finnish, Greek, Hebrew, Indonesian, Malay, Thai, Vietnamese, and more.

Input Options

The actor supports three input formats. Please use only one of the following formats per task:

1️⃣ Content Example

Input:

{
"content": "Artificial Intelligence"
}

Output (truncated):

[
{
"chunk": "Artificial Intelligence",
"resultCount": 10
},
{
"rank": 1,
"title": "What is Artificial Intelligence? | IBM",
"url": "https://www.ibm.com/topics/artificial-intelligence",
"description": "Artificial intelligence (AI) is technology that enables computers to perform tasks that typically require human intelligence.",
"chunk": "Artificial Intelligence",
"country": "United States",
"engine": "Google.com",
"sourcesFound": 10,
"success": true,
"error": null
}
]

2️⃣ Queries Example

Input:

{
"queries": ["what is artificial intelligence?"]
}

Output (truncated):

[
{
"chunk": "what is artificial intelligence?",
"resultCount": 10
},
{
"rank": 1,
"title": "What is artificial intelligence? | IBM",
"url": "https://www.ibm.com/topics/artificial-intelligence",
"description": "Artificial intelligence (AI) is technology that enables computers to perform tasks that typically require human intelligence.",
"chunk": "what is artificial intelligence?",
"country": "United States",
"engine": "Google.com",
"sourcesFound": 10,
"success": true,
"error": null
}
]

3️⃣ Texts Example

Input:

{
"texts": [
"Artificial Intelligence is the simulation of human intelligence in machines that are programmed to think and learn."
]
}

Output (truncated):

[
{
"chunk": "Artificial Intelligence is the simulation of human intelligence in machines that are programmed to t...",
"resultCount": 10
},
{
"rank": 1,
"title": "AI Explained - AI Leadership Council",
"url": "https://aihub.uga.edu/ai-explained/",
"description": "AI is technology that enables computers and machines to simulate human learning, comprehension, problem solving, decision making, creativity and autonomy.",
"chunk": "Artificial Intelligence is the simulation of human intelligence in machines that are programmed to t...",
"country": "United States",
"engine": "Google.com",
"sourcesFound": 10,
"success": true,
"error": null
}
]

⚠️ Important: Please use only one input format per task:

  • Use content for a single piece of content that will be automatically chunked
  • Use queries for an array of separate search queries
  • Use texts for an array of longer texts that will be automatically chunked

Using multiple input formats in the same task will result in only one being processed, which may not be the one you intended.

Parameters:

  • maxResultsPerChunk: Maximum results to return per chunk (0 for unlimited, default: 10, maximum: 100)
  • language: Auto-detect language or select specific language for search results ('auto' for automatic detection)
  • country: Select country for authentic regional search results ('auto' for auto-selection based on language)

Language and Country Selection:

  • Auto Detection: When language is set to "Auto Detect", the system will automatically detect the language of your content and select an appropriate country for authentic regional results.
  • Manual Selection: You can manually select both language and country from the dropdowns for specific regional targeting.
  • Smart Combination: When language is manually selected and country is set to "Auto Select", the system will choose the most relevant country for your selected language.

Additional Features:

  • Intelligent Chunking: Automatically processes content by splitting it into optimal chunks of 1-16 words for best search results
  • Chunk Ranking: Results are ranked within each chunk for easy identification of most relevant sources
  • Multi-format Support: Accepts single content, multiple queries, or multiple long texts in a single request
  • Flexible Results: Control the number of results per chunk with maxResultsPerChunk parameter
  • MCP Protocol Support: Compatible with Memory Control Protocol for seamless integration with other MCP tools
  • Memory Management: Efficiently stores and retrieves search results through key-value store

📊 Output Format

The actor returns results in an organized JSON structure. Each response includes:

  • Chunk Information – Every unique search chunk from the original text with the number of results found.
  • Ranked Results – Each chunk returns ranked results (rank: 1, 2, 3…) with title, URL, and description.
  • Filtered Chunks – Only chunks with 1–16 words are processed (longer ones are automatically filtered out).

1️⃣ Single Keyword Example

Input:

{
"content": "iPhone"
}

Output (truncated):

[
{
"chunk": "iPhone",
"resultCount": 10
},
{
"rank": 1,
"title": "iPhone - Apple",
"url": "https://www.apple.com/iphone/",
"description": "Explore the full lineup of iPhone. Choose the best iPhone for you, with trade-in savings and carrier deals.",
"chunk": "iPhone",
"country": "United States",
"engine": "Google.com",
"sourcesFound": 10,
"success": true,
"error": null
}
]

2️⃣ Single Long-Tail Keyword Example

Input:

{
"queries": ["artificial intelligence"]
}

Output (truncated):

[
{
"chunk": "what is artificial intelligence?",
"resultCount": 10
},
{
"rank": 1,
"title": "What is artificial intelligence? | IBM",
"url": "https://www.ibm.com/topics/artificial-intelligence",
"description": "Artificial intelligence (AI) is technology that enables computers to perform tasks that typically require human intelligence.",
"chunk": "what is artificial intelligence?",
"country": "United States",
"engine": "Google.com",
"sourcesFound": 10,
"success": true,
"error": null
}
]

3️⃣ Multiple Long-Tail Content Example

Input:

{
"texts": [
"Artificial Intelligence is the simulation of human intelligence in machines that are programmed to think and learn."
]
}

Output (truncated):

[
{
"chunk": "Artificial Intelligence is the simulation of human intelligence in machines that are programmed to t...",
"resultCount": 10
},
{
"rank": 1,
"title": "AI Explained - AI Leadership Council",
"url": "https://aihub.uga.edu/ai-explained/",
"description": "AI is technology that enables computers and machines to simulate human learning, comprehension, problem solving, decision making, creativity and autonomy.",
"chunk": "Artificial Intelligence is the simulation of human intelligence in machines that are programmed to t...",
"country": "United States",
"engine": "Google.com",
"sourcesFound": 10,
"success": true,
"error": null
}
]

MCP Usage

To use this actor as an MCP server, you can send requests with the mcpQuery parameter:

{
"mcpQuery": "artificial intelligence",
"maxResultsPerChunk": 5
}

The results will be stored in the key-value store under the key MCP_RESULTS for retrieval by other MCP tools.

🌍 Multi-Language Results

The actor automatically detects and fetches results from the localized Google domain.

🇷🇺 Russian (Google.ru)

{
"rank": 1,
"title": "Искусственный интеллект — Википедия",
"url": "https://ru.wikipedia.org/wiki/Искусственный_интеллект",
"description": "Искусственный интеллект (ИИ) — раздел информатики, изучающий методы создания систем...",
"country": "Russia",
"engine": "Google.ru"
}

🇯🇵 Japanese (Google.jp)

{
"rank": 1,
"title": "人工知能 - Wikipedia",
"url": "https://ja.wikipedia.org/wiki/人工知能",
"description": "人工知能(AI)は、人間の知能を模倣するコンピュータシステムのことを指します。",
"country": "Japan",
"engine": "Google.jp"
}

🇪🇸 Spanish (Google.es)

{
"rank": 1,
"title": "Inteligencia artificial - Wikipedia",
"url": "https://es.wikipedia.org/wiki/Inteligencia_artificial",
"description": "La inteligencia artificial (IA) es la capacidad de los sistemas computacionales para realizar tareas propias de la inteligencia humana.",
"country": "Spain",
"engine": "Google.es"
}

🇩🇪 German (Google.de)

{
"rank": 1,
"title": "Künstliche Intelligenz – Wikipedia",
"url": "https://de.wikipedia.org/wiki/Künstliche_Intelligenz",
"description": "Künstliche Intelligenz (KI) bezeichnet die Nachbildung von Aspekten der menschlichen Intelligenz durch Maschinen.",
"country": "Germany",
"engine": "Google.de"
}

🇫🇷 French (Google.fr)

{
"rank": 1,
"title": "Intelligence artificielle — Wikipédia",
"url": "https://fr.wikipedia.org/wiki/Intelligence_artificielle",
"description": "L'intelligence artificielle (IA) est la mise en œuvre de techniques visant à permettre aux machines d'imiter l'intelligence humaine.",
"country": "France",
"engine": "Google.fr"
}

🇵🇹 Portuguese (Google.pt)

{
"rank": 1,
"title": "Inteligência artificial – Wikipédia",
"url": "https://pt.wikipedia.org/wiki/Intelig%C3%AAncia_artificial",
"description": "A inteligência artificial (IA) é a capacidade dos sistemas de realizarem tarefas que normalmente requerem inteligência humana.",
"country": "Portugal",
"engine": "Google.pt"
}

🇨🇳 Chinese (Google.com.hk)

{
"rank": 1,
"title": "人工智能 - 维基百科",
"url": "https://zh.wikipedia.org/wiki/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD",
"description": "人工智能(AI)是研究如何使计算机系统能够执行通常需要人类智慧的任务的领域。",
"country": "China (HK)",
"engine": "Google.com.hk"
}

🇮🇳 Hindi (Google.co.in)

{
"rank": 1,
"title": "कृत्रिम बुद्धिमत्ता - विकिपीडिया",
"url": "https://hi.wikipedia.org/wiki/%E0%A4%95%E0%A5%83%E0%A4%A4%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%AE_%E0%A4%AC%E0%A5%81%E0%A4%A6%E0%A5%8D%E0%A4%A7%E0%A4%BF%E0%A4%AE%E0%A4%A4%E0%A5%8D%E0%A4%A4%E0%A4%BE",
"description": "कृत्रिम बुद्धिमत्ता (AI) वह क्षेत्र है जिसमें मशीनों को मानवीय सोच और निर्णय लेने की क्षमता दी जाती है।",
"country": "India",
"engine": "Google.co.in"
}

🇸🇦 Arabic (Google.ae)

{
"rank": 1,
"title": "الذكاء الاصطناعي - ويكيبيديا",
"url": "https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%B0%D9%83%D8%A7%D8%A1_%D8%A7%D9%84%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A",
"description": "الذكاء الاصطناعي (AI) هو فرع من علوم الحاسوب يهدف إلى إنشاء أنظمة قادرة على محاكاة الذكاء البشري.",
"country": "UAE",
"engine": "Google.ae"
}

🇹🇷 Turkish (Google.com.tr)

{
"rank": 1,
"title": "Yapay zekâ - Vikipedi",
"url": "https://tr.wikipedia.org/wiki/Yapay_zek%C3%A2",
"description": "Yapay zekâ (YZ) makinelerin insan zekâsını taklit edebilme yeteneğini inceleyen bilim dalıdır.",
"country": "Turkey",
"engine": "Google.com.tr"
}

🇰🇷 Korean (Google.co.kr)

{
"rank": 1,
"title": "인공지능 - 위키백과",
"url": "https://ko.wikipedia.org/wiki/%EC%9D%B8%EA%B3%B5%EC%A7%80%EB%8A%A5",
"description": "인공지능(AI)은 인간의 지능을 기계로 모방하려는 연구 분야이다.",
"country": "South Korea",
"engine": "Google.co.kr"
}

🇮🇹 Italian (Google.it)

{
"rank": 1,
"title": "Intelligenza artificiale - Wikipedia",
"url": "https://it.wikipedia.org/wiki/Intelligenza_artificiale",
"description": "L'intelligenza artificiale (IA) è la disciplina che studia la progettazione di sistemi in grado di imitare l'intelligenza umana.",
"country": "Italy",
"engine": "Google.it"
}

🇳🇱 Dutch (Google.nl)

{
"rank": 1,
"title": "Kunstmatige intelligentie - Wikipedia",
"url": "https://nl.wikipedia.org/wiki/Kunstmatige_intelligentie",
"description": "Kunstmatige intelligentie (KI) is het vakgebied dat zich bezighoudt met systemen die taken kunnen uitvoeren waarvoor menselijke intelligentie nodig is.",
"country": "Netherlands",
"engine": "Google.nl"
}

🇵🇱 Polish (Google.pl)

{
"rank": 1,
"title": "Sztuczna inteligencja – Wikipedia",
"url": "https://pl.wikipedia.org/wiki/Sztuczna_inteligencja",
"description": "Sztuczna inteligencja (AI) to dziedzina zajmująca się tworzeniem systemów naśladujących ludzką inteligencję.",
"country": "Poland",
"engine": "Google.pl"
}

Usage

  1. Add your search content using one of the input formats above
  2. Set maxResultsPerChunk to control how many results per chunk (default: 10, minimum: 1)
  3. Run the actor
  4. Collect your organized search results from the dataset

This actor is perfect for when you need reliable, high-quality Google search results without managing the complex infrastructure required for web scraping. It's especially useful for processing long texts that need to be automatically chunked and searched. The intelligent chunking ensures optimal search queries (1-16 words) for the best results, allowing even single-word searches like "grammarly" to work effectively.

🌐 MCP Server Access

This actor is also available as an MCP (Memory Control Protocol) server, allowing you to access Google search results through the Memory Control Protocol. The MCP server version supports all the same features as the regular actor but with additional protocol compatibility for seamless integration with other MCP tools.

Accessing the MCP Server

To use the MCP server version of this actor, you can send requests with the mcpQuery parameter:

{
"mcpQuery": "artificial intelligence",
"maxResultsPerChunk": 5
}

The results will be stored in the key-value store under the key MCP_RESULTS for retrieval by other MCP tools.

MCP Server Actor Details

  • Actor Name: google-search-mcp-server
  • Title: Google Search MCP Server
  • Description: An MCP server actor that provides Google search results through memory control protocol
  • Supported Input Formats:
    • content - Single piece of content that will be automatically chunked
    • queries - Array of separate search queries
    • texts - Array of longer texts that will be automatically chunked
    • mcpQuery - Specific MCP query for memory operations

MCP Parameters

All standard parameters are supported in the MCP version:

  • maxResultsPerChunk: Maximum results to return per chunk (0 for unlimited, default: 10, maximum: 100)
  • language: Auto-detect language or select specific language for search results ('auto' for automatic detection)
  • country: Select country for authentic regional search results ('auto' for auto-selection based on language)

For more detailed information about the MCP server implementation, please refer to the ./google-search-MCP/README.md.

🖥️ Client Configuration

To connect to this MCP server, use the following configuration in your MCP client:

{
"mcpServers": {
"apify": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.apify.com/?actors=datascoutapi/google-search-mcp-server",
"--header",
"Authorization: Bearer <YOUR_API_TOKEN>"
]
}
}
}

Replace <YOUR_API_TOKEN> with your actual Apify API token to authenticate with the server.

⚡ Standby Mode

This Actor uses Standby mode, a new, lightweight method for using Actors. Instead of starting an Actor for each input and waiting for results, the Actor remains ready in the background to handle arbitrary HTTP requests, just like any web or API server. Learn more.

This is a new feature, and we'd love to hear your feedback.

Actor URL

Send an HTTP request to this URL, and wait for the response. To view the specific endpoints this Actor can handle, go to README.

https://mcp-servers--firecrawl-mcp-server.apify.actor/sse?token=***

Test endpoint

Validate and pass Actor input

Configuration

  • Max requests per run:
  • Desired requests per run:
  • Idle timeout: seconds
  • Memory: