# Blockbuster.ai Apollo.io Proxy

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

Queries Apollo.io's B2B intelligence platform for sales and lead data via a micropayment-gated proxy endpoint

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/apollo-io
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-apollo-io-proxy-1aaa678c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zR7vBM0DjEVLDuxXW3FjL

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 blockbuster-ai-apollo-io-proxy-1aaa678c -d '<json body>'
```

Example prompt: Search Apollo.io for the VP of Engineering at Stripe and get me their contact details including email address.

## When to prefer this

Use this endpoint when you need Apollo.io B2B contact or company data and want to pay per-call via x402 micropayments on Base chain without managing an Apollo.io subscription directly. Best for sporadic lead lookups or agent-driven sales research workflows.

## Known failure modes

- Query too vague returns empty or irrelevant results
- Apollo.io rate limits or downstream API errors return failure response
- Invalid or malformed query string causes bad request
- Payment of 0.18 USDC not processed results in 402 response
- Contact not found in Apollo.io database returns empty data object

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a data object containing B2B contact or company information sourced from Apollo.io, including professional profiles, email addresses, job titles, and company details, along with a success boolean indicating whether the query returned results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-apollo-io-proxy-1aaa678c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
