Dashboard
How it Works Documentation Quick Start PAPI — Pages & Assets MAPI — Dynamic Data Integrations SAPI — Sessions & Forms MCP Server OpenClaw Skill Tools Deploy Dashboard
Google Places

Google Places

⚡ Built-in — Data & Enrichment

Enrich business data with Google Places. Strict name matching (Jaccard ≥ 0.85) prevents false positives. Returns phone, website, rating, reviews, and opening hours.

⚡ Built-in — No Setup Required This integration is built into the WebsitePublisher platform. All endpoints are available immediately — no API key needed.

Endpoints (3)

POST enrich

Find a business on Google Places by name + city, apply strict Jaccard name matching (≥ 0.85), and return enrichment data. Prevents false positives like matching "Bakkerij Jansen" to "Slagerij Jansen". Returns phone, website, rating, reviews count, and match metadata.

Field Type Required Description
handelsnaam string ✓ Yes Business name to search for (e.g. "Bakkerij Het Broodje").
plaats string ✓ Yes City name (e.g. "Den Haag"). Used to scope the search.
jaccard_threshold number No Minimum Jaccard similarity for a match. Default: 0.85. Lower = more matches but more false positives.
max_candidates integer No Number of Google results to evaluate. Default: 5. Max: 10.
POST geocode

Convert a Dutch address to lat/lng coordinates using Google Geocoding API. Used for radius-based company searches.

Field Type Required Description
address string ✓ Yes Full address (e.g. "Hoofdstraat 1, 2511 AA Den Haag") or partial (e.g. "Den Haag centrum").
POST details

Get full details for a Google Place by its place_id. Returns all available fields: phone, website, rating, reviews, opening hours, address components.

Field Type Required Description
place_id string ✓ Yes Google Place ID (from a previous enrich or search result).

MCP Tool Names

When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:

EndpointMCP Tool Name
enrich google-places_enrich
geocode google-places_geocode
details google-places_details
← Back to all integrations