# KiteEndpoints.ai - Local Business API

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

Retrieves or searches local business data including details, reviews, and listings for a given location or query.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/local-business
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-local-business-api-5966151d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nL69SqLN_ZHuLq4jNkvZN

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-api-5966151d -d '<json body>'
```

Example prompt: Can you find me coffee shops near downtown Austin, Texas and give me their hours, ratings, and contact info?

## When to prefer this

Choose this endpoint when you need quick, pay-per-request local business lookups without committing to a subscription. Suitable for agents that occasionally need business details, hours, or contact info as part of a broader workflow. Prefer dedicated Google Places or Yelp APIs if you need high-volume, highly accurate, or real-time data with SLA guarantees.

## Known failure modes

- No businesses found for the given query or location — returns empty results
- Invalid or unrecognized location input — may return error or empty data
- API upstream failure — generic error response with limited detail
- Rate limit or payment failure — HTTP 402 or 429 response
- Stale or inaccurate business data if underlying source is not current

## 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 business data including name, address, phone number, business hours, ratings, reviews, category, and geographic coordinates for matching local businesses.

## 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-api-5966151d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
