# Apollo Proxy Service Status Check

> Apollo Proxy Service Status Check is a paid API for AI agents from apolloai.team, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Returns current availability, supported countries, pricing, and limits for the Apollo residential proxy relay service.

## Facts

- Endpoint: GET https://apolloai.team/api/proxy/status
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apollo-proxy-service-status-check-38998af8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pjYmX6JavkEXOjnFyebcm

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-proxy-service-status-check-38998af8
```

Example prompt: Before I start scraping, can you check if the Apollo proxy relay is currently available and tell me the current pricing and how many countries it supports?

## When to prefer this

Use this endpoint before initiating proxy relay requests to confirm the service is operational, check current pricing to estimate costs, and verify geographic coverage. Ideal for pre-flight checks in automated pipelines that depend on the Apollo proxy relay.

## Known failure modes

- Service temporarily unavailable — status field may indicate downtime
- Unexpected response structure if pricing or limits have been updated
- Payment required (402) if the $0.001 USDC call fee is not satisfied
- Network timeout if the Apollo API is unreachable

## How this service works

Check proxy service status — available countries, pricing, limits.

## Output

A JSON object containing: service availability status (e.g. 'available'), service name, per-request USD price, session per-minute USD price, maximum response bytes, and the number of countries available (190+).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "available",
  "pricing": {
   "per_request_usd": 0.005,
   "max_response_bytes": 256000,
   "session_per_min_usd": 0.44
  },
  "service": "Apollo Proxy Relay",
  "countries_available": 190
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apollo-proxy-service-status-check-38998af8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apolloai.team](https://www.zero.xyz/host/apolloai.team/llms.txt)
