Install
openclaw skills install justserpapi-google-maps-placesCall GET /api/v1/google/maps/places for Google SERP Maps Places through Just Serp API.
openclaw skills install justserpapi-google-maps-placesUse this focused Just Serp API skill for Google SERP Maps Places. It targets GET /api/v1/google/maps/places. It has no required request parameters. OpenAPI describes it as: Get Google maps Place Details data, including contact details and business information, for enrich business directories, look up place details, and sync local app data.
googlemaps/placesjustserpapi-google-maps-places| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
mapsPlaces | v1 | GET | /api/v1/google/maps/places | Place Details |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
country | query | n/a | all | string | Set the target country code (e.g., 'us', 'uk') to localize results. See <a href="/reference/google-countries">Google Countries</a> |
data_id | query | n/a | all | string | The unique Google Maps location data ID. Use this or 'place_id' |
place_id | query | n/a | all | string | The unique Google Place ID. Obtainable via the Google Maps Search API. Use this or 'data_id' |
Request body: none documented; send parameters through path or query arguments.
Use mapsPlaces for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: mapsPlaces.
node {baseDir}/bin/run.mjs --operation "mapsPlaces" --api-key "$JUST_SERP_API_KEY" --params-json '{"key":"value"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, URLs, keywords, and filters unchanged.
JUST_SERP_API_KEY--api-key "$JUST_SERP_API_KEY"; do not paste key values into chat messages, screenshots, or logs.mapsPlaces on /api/v1/google/maps/places.