Google Places
Enrich business data with Google Places. Strict name matching (Jaccard ≥ 0.85) prevents false positives. Returns phone, website, rating, reviews, and opening hours.
Endpoints (3)
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. |
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"). |
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:
| Endpoint | MCP Tool Name |
|---|---|
| enrich | google-places_enrich |
| geocode | google-places_geocode |
| details | google-places_details |