# AnyAPI Maps Search

> AnyAPI Maps Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.06005/call, status unknown (last checked 2026-09-14).

Search Google Maps for places, businesses, or locations by query and return structured results

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/maps.search
- Price: $0.06005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-maps-search-e6a310bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mFUccZWn9J_G7sW2mqU0j

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-maps-search-e6a310bf -d '<json body>'
```

Example prompt: Search Google Maps for Italian restaurants near Times Square, New York and give me the top results with their ratings and addresses.

## When to prefer this

Use this endpoint when you need to search Google Maps for businesses or places by keyword and location, especially when you need multiple results rather than details on one specific place. Prefer this over maps.place when you don't already have a specific place ID and need to discover options.

## Known failure modes

- No results found for the given query and location combination
- Invalid or missing query parameter returns an error
- Location not recognized or too vague causes poor results
- Rate limit or insufficient USDC balance prevents the call
- Google Maps data temporarily unavailable returns a 5xx error

## 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

A JSON array of matching places from Google Maps, including business names, addresses, geographic coordinates, star ratings, review counts, and place IDs that can be used for further lookups.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-maps-search-e6a310bf/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)
