# Vaaya Apollo Org Enrich

> Vaaya Apollo Org Enrich 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 an organization's profile with firmographic and contact data sourced via Apollo

## Facts

- Endpoint: POST https://vaaya.ai/api/run/apollo/org-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-org-enrich-033f28e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b8svvjLiBW43Wubg9ud3i

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-org-enrich-033f28e5 -d '<json body>'
```

Example prompt: Enrich the company profile for Acme Corp (acme.com) — I need their industry, employee count, estimated revenue, and headquarters location so I can qualify them as a lead.

## When to prefer this

Use this endpoint when you need to enrich a company record with firmographic data (industry, size, revenue, location) and do not want to set up an Apollo API account or manage API keys yourself. Ideal for go-to-market automation, lead qualification, and CRM enrichment workflows where you need quick organizational intelligence on a per-company basis at a low per-call cost.

## Known failure modes

- Company not found in Apollo database — returns empty or null result
- Ambiguous company name with no domain provided — may return wrong organization
- Rate limit or payment failure — returns 402 or error response
- Domain not recognized — enrichment returns partial data only
- Invalid input format — returns 400 bad request

## How this service works

Company firmographics by domain via Apollo (works on the current plan): name, employee count, industry, socials, and often a COMPANY PHONE number. Pass { domain: 'stripe.com' }. Good for grounding a draft in company facts when the lead's company is thin.

## Output

Returns a structured firmographic profile for the specified organization including details such as company name, domain, industry vertical, employee count, estimated annual revenue, headquarters address, founding year, and available executive contacts sourced from Apollo's database.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vaaya-apollo-org-enrich-033f28e5/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)
