Japan Figure & Plamo Resale Price Stats API avatar

Japan Figure & Plamo Resale Price Stats API

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Japan Figure & Plamo Resale Price Stats API

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

atushi ino

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

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

FieldTypeDescription
searchKeywordstringFigure/model keyword, e.g. Gundam, 1/100 MG, Nendoroid, Kotobukiya
statsKeywordstring (optional)Only include items whose title contains this text in statistics
maxItemsint (default 30)Max items collected per source
maxPagesint (default 1)Search result pages per source
sourcesstring (default yahoo,mandarake)yahoo, mandarake, or both
statsModebool (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-scraper and mandarake-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.