# FanPulse Fan Collectibles Market Intelligence

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

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.theaslangroupllc.com/api/fan/collect
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fanpulse-fan-collectibles-market-intelligence-d5fd8c4b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IuiEf7nb8-t9aL26JUjo6

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-fan-collectibles-market-intelligence-d5fd8c4b
```

Example prompt: What's the current market price for a first edition holographic Charizard card, is it likely authentic, and where are the best places to buy or sell it right now?

## When to prefer this

Use this endpoint when a user needs real-world market intelligence on fan collectibles — especially pricing, authenticity signals, or buy/sell venue recommendations for vinyl, K-pop photocards, figures, signed memorabilia, comics, or props. Prefer this over generic search when you need structured, collectibles-specific market data rather than raw web results.

## Known failure modes

- Unknown or too-vague collectible description returns no results
- Niche or hyper-regional item may lack pricing data
- Authentication confidence may be low for rare or obscure items
- Rate limiting or payment failure for high-frequency queries
- Item category not supported returns empty or error response

## 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

Returns current market pricing data, authentication likelihood or signals, and a list of recommended venues (online marketplaces, dealers, or communities) where the specified collectible can be bought or sold.

## 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-fan-collectibles-market-intelligence-d5fd8c4b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fanpulse.theaslangroupllc.com](https://www.zero.xyz/host/fanpulse.theaslangroupllc.com/llms.txt)
