# KiteEndpoints.ai - Apollo.io People & Company Search

> KiteEndpoints.ai - Apollo.io People & Company Search is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-15).

Proxies Apollo.io's B2B contact and company intelligence API to search, enrich, and retrieve professional profiles and firmographic data.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/apollo-io
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-apollo-io-people-company-search-0ec137ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A93VeHZnDrCAstYV_sqBX

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-people-company-search-0ec137ec -d '<json body>'
```

Example prompt: Can you look up the CEO of Acme Corp on Apollo.io and get me their email address, LinkedIn profile, and company details?

## When to prefer this

Choose this endpoint when you need B2B contact intelligence, lead enrichment, or company firmographic data backed by Apollo.io's database — particularly for sales prospecting, CRM enrichment, or identifying decision-makers at target accounts. Prefer this over generic web scraping when you need structured, verified professional contact data at scale with pay-per-request pricing in USDC.

## Known failure modes

- No matching contact or company found returns empty result
- Invalid or unrecognized domain/name input may return null data
- Apollo.io rate limits may cause upstream throttling errors
- Ambiguous queries (common names) may return multiple or incorrect matches
- Upstream Apollo.io API downtime propagates as service error

## 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 Apollo.io API response data, typically including matched contact profiles (name, title, email, phone, LinkedIn), company firmographic details (size, revenue, industry, location), and any enrichment metadata available for the queried entity.

## 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-people-company-search-0ec137ec/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)
