# KiteEndpoints.ai Skip Tracing API

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

Performs skip tracing to locate individuals by cross-referencing personal data and returning contact/location information

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/skip-tracing
- Price: $0.17/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-skip-tracing-api-30694adb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4NpfxGijpx8GkxcWdb0df

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-skip-tracing-api-30694adb -d '<json body>'
```

Example prompt: Can you skip trace John Smith, last known address 123 Elm Street, Springfield IL, to find his current contact information and address?

## When to prefer this

Use this endpoint when you need to locate a person's current contact information or address and have some prior identifying details (name, old address, phone). Prefer this over general web search when structured people-search data is needed programmatically and you can pay per-request in USDC on Base.

## Known failure modes

- Insufficient identifying information provided — no results returned
- Person not found in available databases — empty result set
- Input data too ambiguous to match a unique individual — multiple or no matches
- Service timeout or upstream data provider error — 5xx response
- Payment failure via x402/USDC — 402 Payment Required

## 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 located contact and address information for the traced individual, including any associated phone numbers, emails, or current residential addresses found.

## 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-skip-tracing-api-30694adb/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)
