# OpenWeb Ninja Waze Autocomplete API

> OpenWeb Ninja Waze Autocomplete API is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Returns Waze location autocomplete suggestions for a given search query string, useful for resolving partial place names and addresses to full Waze-recognized locations.

## Facts

- Endpoint: GET https://x402.openwebninja.com/waze/autocomplete
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-waze-autocomplete-api-147b0b4f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rcexvxQOeHwkKKsbM2Zh_

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 openweb-ninja-waze-autocomplete-api-147b0b4f
```

Example prompt: Can you get me Waze autocomplete suggestions for 'Times Square New' so I can see the full location options Waze returns?

## When to prefer this

Choose this endpoint when you need Waze-specific location autocomplete suggestions rather than generic geocoding — particularly useful when building navigation features, validating user-entered destinations against Waze's routing network, or enriching partial location strings with Waze-recognized place data. Prefer over Google Places Autocomplete when Waze compatibility is required. No API key needed; pay $0.003 USDC per call via x402.

## Known failure modes

- Empty results array if the query string is too short or ambiguous
- No results returned for locations Waze does not cover
- Rate limiting or payment failure if the x402 USDC transaction is not processed
- Malformed response if the query parameter is missing or improperly encoded
- Stale or inaccurate location data if Waze's underlying index has not been updated

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

A JSON array of location suggestions from Waze, each typically containing a place name, full address or description, and Waze-specific location identifiers or coordinates that can be used for further navigation or mapping queries.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-waze-autocomplete-api-147b0b4f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
