# Starchild Relay – Apify Actor Run Proxy

> Starchild Relay – Apify Actor Run Proxy is a paid API for AI agents from 5108-data-api-proxy.community.iamstarchild.com, paid per call via x402, $0.00001/call, status unknown (last checked 2026-09-14).

Proxies POST requests to Apify actor runs via the Starchild Relay x402 paywall, enabling access to web scraping and automation actors with micropayment authentication.

## Facts

- Endpoint: POST https://5108-data-api-proxy.community.iamstarchild.com/apify/v2/acts
- Price: $0.00001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/starchild-relay-apify-actor-run-proxy-9e6a986c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LLNy3j3gGd38orj6_3wYV

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 starchild-relay-apify-actor-run-proxy-9e6a986c -d '<json body>'
```

Example prompt: Run an Apify actor for me through Starchild Relay — fetch the first 50 results starting at offset 0 using my x402 payment signature.

## When to prefer this

Choose this endpoint when you need to trigger or paginate through Apify actor runs and want to pay per-call via x402 micropayments without setting up a full Apify account or managing API keys directly. Best when integrating Apify automation into an AI agent pipeline that already uses the Starchild Relay ecosystem.

## Known failure modes

- 402 Payment Required — no X-PAYMENT header or invalid signature provided
- 400 Bad Request — malformed limit or offset parameters
- 404 Not Found — specified Apify actor path does not exist
- 429 Too Many Requests — rate limit exceeded on the upstream Apify API
- 503 Service Unavailable — upstream Apify service is down or unreachable

## How this service works

All-in-one reputable data source for AI agents and developers. Crypto spot/OHLC, derivatives funding rates, open interest, liquidations, forex, commodities, indices, social sentiment, DeFi protocols, and more — 17+ upstream data sources behind a single x402 paywall.

Usage: Send requests to any proxied path (e.g. GET /coingecko/api/v3/...). Unauthenticated requests receive a 402 challenge with payment instructions. Include X-PAYMENT header with a valid signature to access data.

## Output

Returns paginated output from the triggered Apify actor run, including scraped or automated data records up to the specified limit, delivered after successful x402 micropayment authentication.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "string",
   "description": "Max number of results"
  },
  "offset": {
   "type": "string",
   "description": "Pagination offset"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/starchild-relay-apify-actor-run-proxy-9e6a986c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 5108-data-api-proxy.community.iamstarchild.com](https://www.zero.xyz/host/5108-data-api-proxy.community.iamstarchild.com/llms.txt)
