# CollectablesPulse Population Report

> CollectablesPulse Population Report is a paid API for AI agents from collectablespulse.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns grade scarcity and census analysis (PSA/PCGS/CGC population reports) for any graded collectible to support collector and investor decision-making.

## Facts

- Endpoint: GET https://collectablespulse.vercel.app/api/collect/population
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/collectablespulse-population-report-80f20ec7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__ozAbl0UysgLB4UpQntpQ

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-population-report-80f20ec7
```

Example prompt: Pull the population report for a PSA 10 1986 Fleer Michael Jordan rookie card — I want to know how many exist at each grade level and how scarce the top grades are compared to the total census.

## When to prefer this

Use this endpoint when an agent needs to assess the rarity or investment scarcity of a specific graded collectible by examining how many examples exist at each grade level. Ideal for collector or investor workflows where population data from PSA, PCGS, or CGC is needed to contextualize value, inform buying/selling decisions, or compare grade tiers. Prefer over general value endpoints when the primary question is about census counts and grade scarcity rather than market price.

## Known failure modes

- Collectible not found in grading service census — returns empty or error if the item has no graded population
- Ambiguous item description — may return incorrect census if the collectible identifier is not specific enough
- Grading service data unavailability — census data may be stale or unavailable for niche items
- Missing grade specification — may return aggregate data if specific grade query is unclear

## How this service works

Global collectibles market intelligence API. AI-synthesized valuations for sports cards, coins, comics, vinyl records, Pokémon/MTG/TCGs, sneakers, watches, signed memorabilia, and trading cards. Real-time sold comparables, PSA/CGC/PCGS grade premiums, population reports, storage and grading guidance. Amazon storage supplies, professional grading service links, and eBay/Goldin marketplace links included. All endpoints support any language via ?lang=. Pricing: $0.08–$0.20 USDC/call via x402 micropayment.

## Output

Returns a structured breakdown of how many copies of the collectible exist at each grade level according to PSA, PCGS, or CGC census data, along with scarcity metrics indicating how rare top-grade examples are relative to the total graded population.

## 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": "Response language (default en)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/collectablespulse-population-report-80f20ec7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from collectablespulse.vercel.app](https://www.zero.xyz/host/collectablespulse.vercel.app/llms.txt)
