# OpenWeb Ninja Local Business Autocomplete

> OpenWeb Ninja Local Business Autocomplete 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-14).

Returns autocomplete suggestions for local business name or place queries, useful for typeahead search UIs and business lookup flows.

## Facts

- Endpoint: GET https://x402.openwebninja.com/local-business-data/autocomplete
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-local-business-autocomplete-ffac2bd5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h4DRHCWanJab9cuUCGJaI

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-local-business-autocomplete-ffac2bd5
```

Example prompt: Can you autocomplete the business name 'Star' to show me matching local businesses near me — like a typeahead search would?

## When to prefer this

Use this endpoint when you need fast, per-call local business name autocomplete without managing API keys or subscriptions. Ideal for agents that need to resolve partial business names, power typeahead UIs, or disambiguate local place queries on demand, paying only $0.003 USDC per call via x402.

## Known failure modes

- Empty or missing query string returns no suggestions or an error
- Query too short to generate meaningful suggestions
- Payment not attached or x402 handshake fails — returns HTTP 402
- Rate limiting or network timeout on the provider's underlying data source
- Non-local or overly generic query returns low-quality or empty results

## 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 or object containing autocomplete suggestions — likely including matching local business names or place candidates — returned for the given partial query string, enabling typeahead or search-completion UX.

## 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-local-business-autocomplete-ffac2bd5/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)
