# Apollo Bulk Organization Enrichment

> Apollo Bulk Organization Enrichment is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Enrich up to 10 organizations in a single request using Apollo's company intelligence database

## Facts

- Endpoint: GET https://x402.orthogonal.com/apollo/api/v1/organizations/bulk_enrich
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apollo-bulk-organization-enrichment-2ebe33e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P_ELDlvcRStRvDkqd3L3x

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 apollo-bulk-organization-enrichment-2ebe33e3
```

Example prompt: Can you bulk enrich these Apollo organization IDs for me and return their company profiles: org_001, org_002, and org_003?

## When to prefer this

Choose this endpoint when you need to enrich multiple organizations (up to 10) in a single API call rather than making individual lookups, reducing latency and cost for batch enrichment workflows. Prefer this over single-org enrichment when processing a list of companies for CRM updates, sales prospecting, or data pipeline enrichment tasks.

## Known failure modes

- Missing or invalid Apollo organization ID returns empty or error result for that record
- Exceeding 10 organizations per request may result in a validation error
- Invalid query parameter format causes a 400 bad request
- Apollo org IDs that don't exist in the database return no enrichment data
- Rate limiting or payment failure (402) blocks the request

## How this service works

Enrich up to 10 organizations in a single request.

## Output

Returns enriched organization profiles for up to 10 companies in a single response, including firmographic data such as company name, industry, size, location, revenue estimates, and other business intelligence fields sourced from Apollo's database.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "id": {
       "type": "string",
       "description": "Apollo organization ID (path param)"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apollo-bulk-organization-enrichment-2ebe33e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
