Identity-matched market intelligence for Japanese anime collectibles
Identity-matched market intelligence for Japanese anime collectibles. Resolve the exact product first, then compare supported Japan and global marketplace observations while rejecting likely wrong editions and name collisions. Returns low/median/high asking prices, offer count, freshness and best matched listing. WHEN TO USE: Use when an agent needs current value, resale context or matched asking prices for a Japanese anime collectible and identity mismatch would make gene...
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-17
updated
Provider
anime-intelligence.goodmy0312.workers.dev · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "9YLxx6HtrN4HFd2wBTcBX5Uwn2rtMUYxcUwohzG9aBGT",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"lang": "en",
"query": "Current Japan and global market value for this exact ONE PIECE figure"
},
"type": "http"
},
"output": {
"example": {
"best_observed_listing": {
"price_jpy": 12800,
"source": "yahoo"
},
"charged": true,
"endpoint": "/v1/market",
"market": {
"currency": "JPY",
"freshness": "live_or_recent",
"highest_price_jpy": 16800,
"lowest_price_jpy": 12800,
"median_price_jpy": 14200,
"offer_count": 6
},
"service": "ANIME INTELLIGENCE",
"version": "3.7.36"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"const": "GET",
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"buyer_country": {
"description": "ISO alpha-2 buyer destination; defaults to JP for Japan buyers.",
"type": "string"
},
"id": {
"description": "ANIME INTELLIGENCE canonical product UUID.",
"type": "string"
},
"lang": {
"enum": [
"ja",
"en",
"zh",
"ko",
"es",
"fr",
"de",
"it",
"pt",
"id",
"th",
"ru",
"ar",
"hi",
"vi",
"tr",
"nl",
"pl"
],
"type": "string"
},
"listing_title": {
"description": "Optional listing title for listing-match when URL is unavailable.",
"type": "string"
},
"listing_url": {
"description": "Optional listing URL for listing-match.",
"type": "string"
},
"postal_code": {
"description": "Optional destination postal code for landed-cost context.",
"type": "string"
},
"query": {
"description": "Product name, JAN/EAN-13, model number or identifying description.",
"type": "string"
},
"refresh": {
"enum": [
"0",
"1"
],
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"queryParams"
],
"type": "object"
},
"output": {
"additionalProperties": false,
"properties": {
"example": {
"type": "object"
},
"type": {
"const": "json",
"type": "string"
}
},
"required": [
"type",
"example"
],
"type": "object"
}
},
"required": [
"input",
"output"
],
"type": "object"
}
}
}Use it
curl
curl "https://anime-intelligence.goodmy0312.workers.dev/v1/market" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://anime-intelligence.goodmy0312.workers.dev/v1/market");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://anime-intelligence.goodmy0312.workers.dev/v1/market")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/6923.json, and this resource appears in /discovery/resources and /discovery/search.