# Vaaya Apollo Person Enrichment

> Vaaya Apollo Person Enrichment is a paid API for AI agents from vaaya.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Enriches a contact record by looking up person data from Apollo.io using identifiers like email, name, LinkedIn URL, or company domain.

## Facts

- Endpoint: POST https://vaaya.ai/api/run/apollo/person-enrich
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vaaya-apollo-person-enrichment-977104b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JbHyQ3L8da7y1oXUbmmCJ

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 vaaya-apollo-person-enrichment-977104b2 -d '<json body>'
```

Example prompt: Can you enrich this lead for me? Her name is Sarah Chen, she works at Acme Corp (acmecorp.com), and her email is sarah.chen@acmecorp.com — pull her full professional profile including personal emails if available.

## When to prefer this

Use this endpoint when you need to enrich a sales lead, contact, or prospect with professional data (title, company, email) using Apollo.io's database. Prefer this over general web search when you have a structured identifier like an email, LinkedIn URL, or name+domain combination and need reliable B2B contact enrichment without managing your own Apollo API key.

## Known failure modes

- No match found for provided identifiers — returns empty or null person record
- Invalid email format causes schema validation error
- LinkedIn URL format not recognized
- Insufficient identifiers provided to resolve a unique person
- Apollo rate limit or data availability issue returns error
- Domain too generic to resolve a unique person

## How this service works

Give an AI agent a credit account. Set a limit and a spending policy, and the agent makes approved, metered purchases from providers that accept Vaaya.

## Output

Returns an enriched person object from Apollo.io containing professional details such as job title, seniority, department, company name, LinkedIn URL, work email, and optionally revealed personal email addresses, along with organization metadata.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vaaya-apollo-person-enrichment-977104b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vaaya.ai](https://www.zero.xyz/host/vaaya.ai/llms.txt)
