Japan Figure & Plamo Resale Price Stats API
Pricing
from $2.00 / 1,000 results
Japan Figure & Plamo Resale Price Stats API
Aggregated resale price statistics for anime figures and plastic models from Japanese marketplaces (Mercari, Suruga-ya, Yahoo Auctions). Price ranges, median, trends by item. For resellers, market research and AI pricing agents.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
atushi ino
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Japan Figure & Plamo Resale Price Research API
One API call gives you the current resale market price for Japanese-market figures and plastic models — aggregated from Yahoo Auctions Japan and Mandarake Auction, two of Japan's largest used-collectible marketplaces.
Perfect for:
- 🎌 Collectors researching a fair price before buying (Gundam kits, Nendoroids, scale figures, PVC figures, garage kits)
- 🛒 Sellers benchmarking list prices (Mandarake, Surugaya, second-hand stores)
- 📊 Market researchers tracking figure / model-kit price trends over time
Why this exists
Japan is the world's biggest source of used figures and plastic models (both domestic and export). But price discovery is scattered across Yahoo Auctions, Mandarake, and retailer sites — and most listings are Japanese-only. This actor aggregates the two biggest secondary-market sources and returns price statistics + sample listings in a single JSON payload, with source URLs so you can verify every sample yourself.
Input
| Field | Type | Description |
|---|---|---|
searchKeyword | string | Figure/model keyword, e.g. Gundam, 1/100 MG, Nendoroid, Kotobukiya |
statsKeyword | string (optional) | Only include items whose title contains this text in statistics |
maxItems | int (default 30) | Max items collected per source |
maxPages | int (default 1) | Search result pages per source |
sources | string (default yahoo,mandarake) | yahoo, mandarake, or both |
statsMode | bool (default true) | true = stats + samples only; false = also includes every raw listing |
Output (statsMode=true)
{"statsType": "japan-figure-plamo-resale-price","keyword": "Gundam","count": 42,"priceMin": 980,"priceMax": 85000,"priceAvg": 12450,"priceMedian": 9800,"sources": { "yahoo": 25, "mandarake": 17 },"sampleItems": [{"source": "yahoo","title": "1/100 MG フリーダムガンダム Ver.2.0 未開封","price": 31800,"url": "https://page.auctions.yahoo.co.jp/jp/auction/...","imageUrl": "https://..."}]}
Notes
- Prices are in JPY. Listings with no parsable price are excluded from statistics.
- The actor runs the two marketplace scrapers (
yahoo-auctions-japan-scraperandmandarake-auction-scraper) under the hood via the Apify API and aggregates their results. If one source is temporarily unavailable, the other still returns (partial results). - Sample items always carry source URLs so you can open the actual listing to verify.