# FanPulse Collectibles Market Intelligence

> FanPulse Collectibles Market Intelligence is a paid API for AI agents from fanpulse-tau.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns pricing, authentication status, and buy/sell venue data for fan collectibles including vinyl, K-pop photocards, figures, signed memorabilia, comics, and props

## Facts

- Endpoint: GET https://fanpulse-tau.vercel.app/api/fan/collect
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fanpulse-collectibles-market-intelligence-d3ede42a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HHzZzuFvnlfhOISSkDF-6

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 fanpulse-collectibles-market-intelligence-d3ede42a
```

Example prompt: Can you check FanPulse for the current market price and authentication details for a BTS HYBE photocard from the Butter era, and tell me where I can buy or sell one right now?

## When to prefer this

Use this endpoint when a user wants to know what a fan collectible is worth, whether it is authentic, or where to buy or sell it — specifically for physical fan items like vinyl, K-pop photocards, figures, signed memorabilia, comics, and props. Prefer this over general e-commerce search when authentication and collector-market-specific pricing intelligence is needed.

## Known failure modes

- Unknown or unrecognized collectible item returns no data
- Collectible category not supported returns empty or error response
- Stale pricing data if market has moved rapidly
- Ambiguous item description may return multiple or mismatched results
- Service unavailable or timeout if Vercel cold start occurs

## How this service works

Fan collectibles market intelligence for collector and fan agents. Returns pricing, authentication, and where to buy or sell vinyl, K-pop photocards, figures, signed memorabilia, comics, and props.

## Output

A structured response containing current market pricing, authentication guidance, and a list of recommended buy and sell venues for the specified fan collectible item (vinyl, K-pop photocard, figure, signed memorabilia, comic, or prop).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "item": {
   "type": "string",
   "description": "item"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "artist": {
   "type": "string",
   "description": "artist"
  },
  "franchise": {
   "type": "string",
   "description": "franchise"
  },
  "item_type": {
   "type": "string",
   "description": "vinyl|photocards|figures|signed|comics|cards|props|memorabilia|general"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fanpulse-collectibles-market-intelligence-d3ede42a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fanpulse-tau.vercel.app](https://www.zero.xyz/host/fanpulse-tau.vercel.app/llms.txt)
