# Apollo Builder Intel Bundle

> Apollo Builder Intel Bundle is a paid API for AI agents from apolloai.team, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Returns a combined data bundle of GitHub trending repositories, Product Hunt launches, and agentic economy opportunities in a single API call at a 40% discount vs individual feeds.

## Facts

- Endpoint: GET https://apolloai.team/api/bundle/builder-intel
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apollo-builder-intel-bundle-d9cbd3f4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jogda3rGGxRXGgcKhCp7g

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-builder-intel-bundle-d9cbd3f4
```

Example prompt: Give me today's builder intel bundle — top GitHub trending repos, latest Product Hunt launches, and any agentic opportunities, all in one shot.

## When to prefer this

Choose this bundle endpoint when you need GitHub trending, Product Hunt launches, and agent intel simultaneously and want to save 40% vs calling each feed individually. Ideal for builder-focused agents doing daily morning briefings or opportunity scans. Prefer individual endpoints only if you need just one data source.

## Known failure modes

- Payment not included or invalid x402 USDC payment → 402 Payment Required
- Upstream GitHub or Product Hunt data temporarily unavailable → partial or stale bundle
- Rate limit exceeded → 429 Too Many Requests
- Malformed request → 400 Bad Request

## How this service works

Builder Intel bundle: GitHub trending + Product Hunt launches + agent intel. Everything a builder agent needs. Save 40% vs individual.

## Output

A JSON object containing: GitHub trending top repo and total count (50 repos), Product Hunt total and AI-specific launch counts, agent intel with total opportunity count, bundle identifier, component list, and a savings note vs individual endpoints.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "bundle": "builder-intel",
  "components": [
   "github-trending",
   "producthunt",
   "agent-intel"
  ],
  "agent_intel": {
   "total_opportunities": 61
  },
  "github_trending": {
   "top_repo": "anthropics/claudes-c-compiler",
   "total_repos": 50
  },
  "producthunt_launches": {
   "total": 50,
   "ai_launches": 22
  },
  "savings_vs_individual": "40%"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apollo-builder-intel-bundle-d9cbd3f4/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)
