# KiteEndpoints.ai Local Business Data

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

Retrieves local business data including details, reviews, and listings for businesses by location or query

## Facts

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

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-044d034d -d '<json body>'
```

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

## When to prefer this

Use this endpoint when an AI agent needs to look up local business information such as addresses, phone numbers, hours, ratings, or reviews for businesses in a specific geographic area. It is suitable for discovery and directory-style queries where the user wants to find or learn about businesses by name, category, or location.

## Known failure modes

- No businesses found for the given query or location — empty result set returned
- Invalid or missing location parameter — API may return an error or empty response
- Payment failure via USDC on Base chain — request not processed
- Rate limiting or quota exceeded — request rejected
- Ambiguous business name with no location context — low-quality or irrelevant results returned

## 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 a result object containing local business data such as business name, address, phone number, hours, ratings, and reviews for businesses matching the search query and 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-044d034d/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)
