# KiteEndpoints.ai - Local Business Data

> KiteEndpoints.ai - Local Business Data is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves detailed data about local businesses given a search query or location context

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/local-business-data
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-local-business-data-f250c48a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tAfap0NQtq84so85X9ZLq

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 kiteendpoints-ai-local-business-data-f250c48a -d '<json body>'
```

Example prompt: Can you find me local Italian restaurants in downtown Austin, Texas and give me their addresses, phone numbers, hours, and ratings?

## When to prefer this

Use this endpoint when you need directory-style local business data — addresses, hours, phone numbers, ratings — especially for one-off lookups or when integrating with a broader multi-category API hub that already handles USDC micropayments. Less suited for real-time availability booking or high-volume crawling.

## Known failure modes

- No matching businesses found for the given query or location
- Ambiguous location input results in incorrect geographic area
- Business data may be stale or outdated
- Rate limit or payment failure returns 402 or 429 error
- Malformed request body returns 400 error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns structured data about local businesses including name, address, phone number, business hours, ratings, review summaries, category tags, and other directory-style information relevant to the queried business or location.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-local-business-data-f250c48a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
