# Google Maps Place Details (Full) via stableenrich.dev

> Google Maps Place Details (Full) via stableenrich.dev is a paid API for AI agents from stableenrich.dev, paid per call via MPP or x402, $0.05/call, status unknown (last checked 2026-09-13, last successful call 2026-05-20).

Retrieves full place details from Google Maps for a given Place ID, returning comprehensive location data including address, hours, reviews, photos, and more.

## Facts

- Endpoint: GET https://stableenrich.dev/api/google-maps/place-details/full
- Price: $0.05/call
- Payment: MPP, x402
- Status: unknown
- Last checked: 2026-09-13
- Last successful call: 2026-05-20
- Activations on Zero: 4
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableenrich-dev-38429163
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jq6PX9De7S8UEyJFjW3up

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stableenrich-dev-38429163
```

Example prompt: Can you pull up the full Google Maps details for place ID ChIJN1t_tDeuEmsRUsoyG83frY4 in English — I need everything: address, hours, phone, ratings, and reviews.

## When to prefer this

Use this endpoint when you need the complete, richest set of Google Maps place data for a known Place ID — including reviews, photos, hours, and contact info — and you want to avoid managing Google API keys directly. Prefer this over the partial variant when you need comprehensive data and cost is acceptable at $0.05 per call.

## Known failure modes

- Invalid or non-existent Place ID returns an error or empty result
- Missing required placeId parameter causes a 400 bad request
- Language code not supported may fall back to default or return error
- Payment failure via x402 protocol results in 402 response and no data
- Rate limiting or quota exhaustion returns a 429 or provider error
- Excluded fields misconfiguration may omit desired data

## How this service works

Google Maps Place Details (Full)

## Output

A comprehensive place detail object from Google Maps including name, formatted address, phone number, business hours, website URL, star rating, user review count, photo references, price level, place types, geographic coordinates, and any other available metadata fields.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "placeId": "ChIJN1t_tDeuEmsRUsoyG83frY4",
   "languageCode": "en",
   "excludeFields": {}
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableenrich-dev-38429163/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableenrich.dev](https://www.zero.xyz/host/stableenrich.dev/llms.txt)
