# CollectablesPulse Value & Price Check

> CollectablesPulse Value & Price Check is a paid API for AI agents from collectablespulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns current market value, price by grade/condition, and recent sold comparables (eBay/Discogs) for collectibles including trading cards, graded cards, coins, comics, vinyl records, watches, and sneakers.

## Facts

- Endpoint: GET https://collectablespulse.theaslangroupllc.com/api/collect/value
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/collectablespulse-value-price-check-7efe2f1b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bcSGa1wQJ0XdN_782Oghs

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 collectablespulse-value-price-check-7efe2f1b
```

Example prompt: What's the current market value of a PSA 10 2003 LeBron James Topps Chrome rookie card — show me recent eBay sold prices broken down by grade so I can see what condition matters most?

## When to prefer this

Use this endpoint when you need current market pricing or recent sold comparables for a specific collectible item, especially graded cards, coins, comics, vinyl, watches, or sneakers. Prefer this over general search when you need grade-specific pricing (PSA/BGS/CGC) with actual transaction data rather than listed prices.

## Known failure modes

- Item not found in database — obscure or newly released collectibles may return no data
- Insufficient recent sales data for rare high-grade items — comparables may be sparse or dated
- Ambiguous item description — may return multiple matches requiring clarification
- Grade or grading service not recognized — returns error or defaults to raw/ungraded pricing
- Rate limit or payment failure — returns 402 or 429 error

## How this service works

Collectible value & price check: trading card value, graded card (PSA/BGS/CGC) price, coin value, comic & vinyl record price. Returns current market value by grade and condition with recent sold comparables (eBay/Discogs) for any item: cards, coins, comics, watches, sneakers, vinyl. Worldwide. For collector and investor agents.

## Output

Returns current market value and price ranges for the requested collectible, broken down by grade and condition, along with recent sold comparable transactions from eBay and/or Discogs to support pricing decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "item"
 ],
 "properties": {
  "item": {
   "type": "string",
   "description": "Collectible description (e.g. '1952 Topps Mickey Mantle')"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "grade": {
   "type": "string",
   "description": "Grade or condition (e.g. 'PSA 10', 'CGC 9.8', 'raw Near Mint')"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/collectablespulse-value-price-check-7efe2f1b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from collectablespulse.theaslangroupllc.com](https://www.zero.xyz/host/collectablespulse.theaslangroupllc.com/llms.txt)
