# KiteEndpoints.ai - Local Business Data

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

Retrieves local business data including details, listings, and information for businesses based on query parameters

## Facts

- Endpoint: POST https://kite-endpoints.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-0aa80455
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AdvFIF-0WONvl4BsaY1mc

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-0aa80455 -d '<json body>'
```

Example prompt: Can you look up local coffee shops in Austin, Texas and get me their addresses, phone numbers, and hours?

## When to prefer this

Use this endpoint when you need to retrieve local business listings, contact details, or directory information for businesses in a specific location. Prefer this over general web search when you need structured business data fields like hours, phone numbers, and addresses rather than unstructured web content.

## Known failure modes

- No results found for the given location or business type
- Invalid or unrecognized location input
- Payment failure — insufficient USDC balance on Base chain
- Rate limiting or quota exceeded
- Vague query returns irrelevant or empty results
- Business data may be outdated or incomplete for less-populated areas

## 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 local business data including business name, address, phone number, hours of operation, category, ratings, and other listing details for businesses matching the query.

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