Google Maps Scraper
Provides tools to search for businesses and places on Google Maps, retrieve public reviews, and fetch public photos. Enables AI agents to perform real-time Google Maps data extraction for prospecting, local market analysis, and competitor research.
Google Maps Scraper MCP server
Give your AI agent live Google Maps business search, review, and photo data through one secure Model Context Protocol connection.
This repository is the public listing and manifest for the hosted G Maps Extractor MCP server. The server runs remotely, so there is no package to install and nothing to host locally.
Website: gmapsextractor.com
Product page: Google Maps Scraper MCP
Get an API key: cloud.gmapsextractor.com
MCP endpoint:
https://cloud.gmapsextractor.com/api/mcpTransport: Streamable HTTP
Authentication:
Authorization: Bearer YOUR_API_KEY
What you can do
Search businesses by keyword and location, including listing details such as names, addresses, phone numbers, websites, ratings, reviews, and photos.
Retrieve public Google Maps reviews for reputation research and customer feedback analysis.
Retrieve public business photos and image URLs for listing enrichment and visual audits.
Common workflows include prospecting research, local market analysis, competitor comparisons, CRM enrichment, reputation analysis, and listing audits.
Related MCP server: Google Maps MCP Server
Connect
Create an API key in the G Maps Extractor dashboard, keep it in a secure environment variable or secret store, and register the remote endpoint with your MCP client.
Claude Code
claude mcp add --transport http google-maps-scraper-mcp \
https://cloud.gmapsextractor.com/api/mcp \
--header "Authorization: Bearer YOUR_API_KEY"Cursor
Add this to .cursor/mcp.json in your project:
{
"mcpServers": {
"google-maps-scraper-mcp": {
"url": "https://cloud.gmapsextractor.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}VS Code
Add this to .vscode/mcp.json in your project:
{
"servers": {
"google-maps-scraper-mcp": {
"type": "http",
"url": "https://cloud.gmapsextractor.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Codex
Add this to ~/.codex/config.toml:
[mcp_servers.google-maps-scraper-mcp]
type = "http"
url = "https://cloud.gmapsextractor.com/api/mcp"
[mcp_servers.google-maps-scraper-mcp.headers]
Authorization = "Bearer YOUR_API_KEY"Cline
Add this to your MCP settings:
{
"mcpServers": {
"google-maps-scraper-mcp": {
"type": "streamableHttp",
"url": "https://cloud.gmapsextractor.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Tools
search_google_maps
Search for businesses and places on Google Maps in real time.
Parameter | Type | Required | Description |
| string | Yes | Search query, such as |
| string | No | Coordinates and zoom, such as |
| string | No | Language code; defaults to |
| string | No | Country code; defaults to |
| number | No | Page number; defaults to |
| boolean | No | Include emails, social profiles, and extended details |
get_place_reviews
Retrieve public reviews for a place using the fid returned by search_google_maps.
Parameter | Type | Required | Description |
| string | Yes | Google Maps feature ID returned by a search |
| number | No | Page number; defaults to |
| number | No | Maximum number of pages to retrieve |
| number | No |
|
get_place_photos
Retrieve public photos for a place using the fid returned by search_google_maps.
Parameter | Type | Required | Description |
| string | Yes | Google Maps feature ID returned by a search |
| number | No | Page number; defaults to |
| number | No | Maximum number of pages to retrieve |
Example prompts
“Find the top-rated coffee shops in Portland and return their website, phone number, rating, and review count.”
“Get the newest Google Maps reviews for this place and summarize the recurring customer complaints.”
“Retrieve public photos for these restaurant FIDs and identify locations with limited visual content.”
“Compare visible listing signals for dentists in Austin and group the results by rating.”
Authentication and usage
Every request must include your G Maps Extractor API key:
Authorization: Bearer YOUR_API_KEYDo not commit a real API key to this repository or any client configuration. New accounts can start with the available free monthly requests; higher-volume usage follows the plan attached to the key.
About this repository
This is a public discovery, configuration, and documentation repository. It contains:
server.jsonfor MCP Registry-compatible server metadata.mcp.jsonas a ready-to-customize client configurationllms-install.mdwith concise installation instructions for AI agentsproduct icons and branding
The hosted MCP implementation remains at https://cloud.gmapsextractor.com/api/mcp.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GMapsExtractor/Google-Maps-Scraper-MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server