# AnyAPI Maps Contacts

> AnyAPI Maps Contacts 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).

Scrapes contact information (phone, email, address, website) for a business or place from Google Maps

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/maps.contacts
- 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-contacts-2f70ecc7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Wqy05L8if4QjSQ90bqnVP

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-contacts-2f70ecc7 -d '<json body>'
```

Example prompt: Can you pull the contact details — phone number, email, and website — for Joe's Pizza in New York City from Google Maps?

## When to prefer this

Use this endpoint when you need to retrieve contact details (phone, email, address, website) for a specific business from its Google Maps listing without managing scraping infrastructure, subscriptions, or multiple API keys. Ideal for one-off or pay-per-use lookups where you don't want a recurring subscription.

## Known failure modes

- Business not found on Google Maps — returns empty or error response
- Google Maps listing exists but has no contact info populated — partial or empty fields returned
- Rate limiting or scraping block from Google — returns error or timeout
- Invalid or ambiguous place query — wrong business returned
- Place ID not recognized — lookup fails with 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 object containing the scraped contact information for the queried business from its Google Maps listing, likely including phone number, email address, physical address, and website URL.

## Response schema (JSON Schema)

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

## More

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