# KiteEndpoints.ai - Apollo.io API Proxy

> KiteEndpoints.ai - Apollo.io API Proxy is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-14).

Proxies requests to Apollo.io, returning people and company data for sales intelligence and prospecting

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/apollo-io
- Price: $0.09/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-apollo-io-api-proxy-329f9eb8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pOekyhdlaW9Es7ZlndTRv

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-apollo-io-api-proxy-329f9eb8 -d '<json body>'
```

Example prompt: Can you look up the contact info for the Head of Marketing at Stripe using Apollo.io — I need their email and job title for outreach?

## When to prefer this

Use this endpoint when you need Apollo.io-style B2B contact or company enrichment data without managing your own Apollo.io API key, and you prefer pay-per-request USDC billing on Base chain over a monthly subscription.

## Known failure modes

- Invalid or missing search parameters returns empty or error result
- Apollo.io rate limit or quota exceeded returns upstream error
- Unknown person or company with no Apollo record returns empty data
- Payment failure on Base chain results in 402 response before request is processed
- Malformed input object causes upstream API rejection

## 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 Apollo.io contact and/or company data including name, email, job title, company name, industry, and other firmographic or demographic fields wrapped in a result object.

## 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-apollo-io-api-proxy-329f9eb8/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)
