# AnyAPI Google Maps Place Lookup

> AnyAPI Google Maps Place Lookup is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.009/call, status unknown (last checked 2026-09-13).

Retrieves detailed place information from Google Maps given a place ID, including name, address, coordinates, hours, rating, and contact details

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/maps.place
- Price: $0.009/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-google-maps-place-lookup-42531378
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kCp8WZHUAKiL-TeFrNLAj

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 anyapi-google-maps-place-lookup-42531378 -d '<json body>'
```

Example prompt: Can you look up the full details for the Google Maps place ID ChIJj61dQgK6j4AR4GeTYWZsKWw — I need the name, address, phone number, opening hours, and rating, please return results in English.

## When to prefer this

Use this endpoint when you already have a Google Maps place ID and need to hydrate it into full place details. Ideal for enriching datasets that contain place IDs, verifying business information, or resolving place metadata for navigation and local business workflows. Prefer this over search-based endpoints when the place ID is known, as it returns authoritative structured data directly.

## Known failure modes

- Invalid or malformed place ID returns found=false with null data
- Place ID refers to a permanently closed location and may return limited data
- Unsupported language code may fall back to default locale
- Network timeout or upstream Google Maps API unavailability returns an error
- Place ID for a private/unlisted location may not resolve

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a place record object containing the business name, formatted address, geographic coordinates, opening hours, star rating, review count, and contact details (phone, website). Also includes a boolean 'found' flag and the USD cost of the call.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-google-maps-place-lookup-42531378/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
