# GamePulse Trading Card Deal Finder

> GamePulse Trading Card Deal Finder is a paid API for AI agents from gamepulse-zeta.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Analyzes the gap between eBay sold prices and active listings to surface underpriced trading cards ripe for arbitrage.

## Facts

- Endpoint: GET https://gamepulse-zeta.vercel.app/api/cards/deal
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamepulse-trading-card-deal-finder-5ac1be1c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DCCJ1ntlLwtIRZJZpQ5CV

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 gamepulse-trading-card-deal-finder-5ac1be1c
```

Example prompt: Find me underpriced trading card deals right now — specifically look at Pokémon Base Set cards and show me any listings on eBay where the asking price is significantly below recent sold prices so I can flip them.

## When to prefer this

Use this endpoint when an agent needs to identify specific underpriced trading card listings with quantified arbitrage potential based on real eBay sold-vs-listed gap analysis. Prefer this over general card pricing endpoints when the goal is actionable buy opportunities rather than just market value lookup.

## Known failure modes

- Card or set not found — no listings or sold history available
- Insufficient sales volume to compute a reliable gap — returns low-confidence or empty results
- eBay data temporarily unavailable — upstream fetch failure
- Invalid card query parameter — 400 error
- Payment not processed — 402 payment required before data is returned

## How this service works

Trading card deal finder for card-investor and card-collector agents. Returns eBay sold-vs-listed gap analysis to surface underpriced listings for arbitrage.

## Output

Returns a gap analysis comparing recent eBay sold prices against current active listings for trading cards, highlighting specific underpriced listings with their price discrepancy, potential arbitrage margin, and relevant card details to help a buyer act quickly.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "card": {
   "type": "string",
   "description": "card"
  },
  "game": {
   "type": "string",
   "description": "game"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-trading-card-deal-finder-5ac1be1c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gamepulse-zeta.vercel.app](https://www.zero.xyz/host/gamepulse-zeta.vercel.app/llms.txt)
