Skip to main content
Glama

Outscraper MCP Server

by jayozer

google_maps_search

Extract business and location data from Google Maps by specifying a search query, language, region, and result limit. Enrich results with additional services or remove duplicates for refined insights.

Instructions

Search for businesses and places on Google Maps using Outscraper Args: query: Search query (e.g., 'restaurants brooklyn usa', 'hotels paris france') limit: Number of results to return (default: 20, max: 400) language: Language code (default: 'en') region: Country/region code (e.g., 'US', 'GB', 'DE') drop_duplicates: Remove duplicate results (default: False) enrichment: Additional services to run (e.g., ['domains_service', 'emails_validator_service']) Returns: Formatted search results with business information

Input Schema

NameRequiredDescriptionDefault
drop_duplicatesNo
enrichmentNo
languageNoen
limitNo
queryYes
regionNo

Input Schema (JSON Schema)

{ "properties": { "drop_duplicates": { "default": false, "title": "Drop Duplicates", "type": "boolean" }, "enrichment": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Enrichment" }, "language": { "default": "en", "title": "Language", "type": "string" }, "limit": { "default": 20, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "region": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Region" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Outscraper MCP Server

Related Tools

    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/jayozer/outscraper-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server