# x402.orth.sh Google Maps Search

> x402.orth.sh Google Maps Search is a paid API for AI agents from x402.orth.sh, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-14, last successful call 2026-07-28).

Searches Google Maps and returns rich local business listings with coordinates, ratings, reviews, phone numbers, websites, and categories.

## Facts

- Endpoint: POST https://x402.orth.sh/serper/maps
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-07-28
- Success rate: 100% of calls made through Zero
- Rating: 5.0 / 5 from 1 review
- Activations on Zero: 18
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-orth-sh-google-maps-search-cbae11da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1f8RClTTruUxlDKkP-or-

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 x402-orth-sh-google-maps-search-cbae11da -d '<json body>'
```

Example prompt: Find me the top 10 Italian restaurants in Manhattan near coordinates @40.7580,-73.9855,15z — I need their addresses, phone numbers, ratings, and websites.

## When to prefer this

Choose this endpoint over the generic Places endpoint when you need precise geographic targeting via lat/lng coordinates, richer business detail (categories, review counts), or when doing location-based queries where map context matters. Prefer over web search when the user explicitly needs local business listings with contact info and coordinates rather than organic web results.

## Known failure modes

- Empty results if query is too specific or location has no matching businesses
- Incorrect coordinate format in ll parameter (must be @lat,lng,zoom format) causes failed geographic targeting
- Invalid country/language codes return default locale results
- Rate limiting or upstream Serper/Google API errors return error status
- Pagination beyond available results returns empty listings array

## How this service works

Google Maps search - returns map listings with titles, addresses, latitude/longitude coordinates, ratings, review counts, phone numbers, websites, and categories. More detailed than Places for location-based queries. Use ll parameter for precise geographic targeting.

## Output

Returns an array of map listings each containing business title, street address, latitude/longitude coordinates, star rating, review count, phone number, website URL, and business category tags — richer and more location-precise than standard Places results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "q": {
   "type": "string",
   "description": "Search query"
  },
  "gl": {
   "type": "string",
   "description": "Country code (e.g. us, uk, de)"
  },
  "hl": {
   "type": "string",
   "description": "Language code (e.g. en, es, fr)"
  },
  "ll": {
   "type": "string",
   "description": "Latitude/longitude with zoom (e.g. \"@40.7128,-74.0060,15z\"). More precise than location."
  },
  "num": {
   "type": "number",
   "description": "Number of results (default 10)"
  },
  "page": {
   "type": "number",
   "description": "Page number for pagination For later pages of the same logical search, keep non-pagination parameters unchanged and pass top-level parentRequestId from the first Orthogonal /v1/run response."
  },
  "location": {
   "type": "string",
   "description": "Location name for localized results (e.g. \"New York, NY\")"
  },
  "autocorrect": {
   "type": "boolean",
   "description": "Enable autocorrect (default true)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-orth-sh-google-maps-search-cbae11da/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orth.sh](https://www.zero.xyz/host/x402.orth.sh/llms.txt)
