# The Stall Podcast Intel — x402 Intelligence Marketplace

> The Stall Podcast Intel — x402 Intelligence Marketplace is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.039/call, status unknown (last checked 2026-09-14).

Retrieves podcast intelligence data (episode info, show metadata, trends, or analytics) for AI agents, paid per-call in USDC via x402 on Base mainnet.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/podcast-intel
- Price: $0.039/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-podcast-intel-x402-intelligence-marketplace-f7d0731b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cp2pMgVX0nLgGDssdlNYw

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 the-stall-podcast-intel-x402-intelligence-marketplace-f7d0731b
```

Example prompt: Can you pull up podcast intelligence on 'Lex Fridman Podcast' — I want to know recent episode topics, show metadata, and any notable trends for that show?

## When to prefer this

Choose this endpoint when an AI agent needs structured podcast metadata, episode data, or show analytics on demand without setting up an account or API key — particularly useful in agentic workflows where micro-payments via USDC on Base are acceptable and the agent needs quick, per-call podcast intelligence without a long-term subscription.

## Known failure modes

- Unknown or very obscure podcast not found in dataset — returns empty or null result
- Ambiguous podcast name matches multiple shows — may return wrong show or require disambiguation
- Stale data if podcast has not been recently indexed — episode list may lag real-time
- Payment failure or insufficient USDC balance — x402 402 response blocking the call
- Malformed query parameter — returns 400-level error

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

Returns structured podcast intelligence data including show metadata, episode listings or summaries, topic coverage, publication cadence, publisher/host details, and potentially audience or trend signals for the queried podcast or topic.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-podcast-intel-x402-intelligence-marketplace-f7d0731b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
