Mercari Japan Sold Prices — What Items Really Sell For avatar

Mercari Japan Sold Prices — What Items Really Sell For

Pricing

from $20.00 / 1,000 keyword market analyses

Go to Apify Store
Mercari Japan Sold Prices — What Items Really Sell For

Mercari Japan Sold Prices — What Items Really Sell For

Type a keyword and get what that item actually sold for on Mercari Japan. Returns the median sold price, the lowest–highest range, the average, how many days it takes to sell and how many sold listings were found, in yen and US dollars. $0.02 per keyword, no results = no charge. Unofficial.

Pricing

from $20.00 / 1,000 keyword market analyses

Rating

0.0

(0)

Developer

h ichi

h ichi

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

a day ago

Last modified

Share

What it does: Looks up sold (completed) listings on Mercari Japan for your keyword and returns a one-line price summary.

You enter: keywords, e.g. ポケモンカード リザードン psa10 (Japanese works best; brand names like Leica M6 also work)

You get: median sold price, middle 50% range, lowest–highest, average, median days to sell, number of listings found — in yen and US dollars. Optionally every sold listing (title, price, condition, URL).

Price: $0.02 per keyword. +$0.002 per listing if you also want the list. No results = no charge.

Example: enter ポケモンカード リザードン psa10 → median ¥22,750 · range ¥2,030–450,000 · sells in about 3 days · 7,767 listings found

Unofficial — not affiliated with Mercari. Reads public pages only.

日本語ガイド — メルカリの売り切れ相場を1コールで

概要: メルカリの売り切れ(SOLD)商品をキーワード検索し、実際に売れた価格の統計 — 中央値・平均・四分位・価格帯 — と「売れるまでの日数」の中央値を JSON で返します。出品前の相場チェック、仕入れ・せどりの判断、eBay など海外市場との価格差の確認に使えます。

使い方: 入力欄にキーワードを入れて Start を押すだけ。日本語キーワードが最も精度が高く、複数キーワードの一括チェックもできます。

{
"keywords": ["ポケモンカード リザードン psa10"],
"itemStatus": "sold_out",
"maxItemsPerKeyword": 120,
"convertToUsd": true
}

料金: 1キーワードあたり $0.02(約3円) の従量課金で、サブスクリプションや月額固定費はありません。個別の売り切れ一覧(タイトル・価格・URL 付き)も欲しい場合は Include individual listings をオンにすると +$0.002/件。結果が0件のキーワードには課金されません。

Why sold comps?

Asking prices lie. Sold prices don't. Mercari Japan is the world's largest source of Japanese collectibles — trading cards (Pokémon, One Piece, Yu-Gi-Oh!), anime figures, film cameras, watches, fashion, retro games — but its sold-item data is only browsable in Japanese, one page at a time. This Actor turns it into structured market intelligence:

  • Price a collection before you buy or sell — median and quartiles from real completed sales
  • Spot arbitrage — compare Japan sold prices against eBay/StockX/your local market
  • Track liquiditymedianDaysToSell tells you how fast an item actually moves
  • Feed your AI agent or spreadsheet — clean JSON, USD conversion included

Pricing — know your cost before you run

No subscription, no monthly rental — you pay per call:

EventPrice
Price summary (one per keyword)$0.02
Individual listing record (optional, off by default)$0.002 each
  • A default run costs a flat $0.02 per keyword — the summary is the product. 10 keywords = $0.20.
  • Want the raw comps too? Turn on Include individual listings: e.g. 120 listings add $0.24.
  • Keywords with zero results are never charged.
  • Most scrapers rent by the month; here an occasional price check costs cents.

Input example

{
"keywords": ["ポケモンカード リザードン psa10", "Leica M6"],
"itemStatus": "sold_out",
"maxItemsPerKeyword": 120,
"convertToUsd": true
}

Japanese keywords give the best coverage. English brand names (Leica, Rolex, Supreme) also work well.

Output

One price_summary record per keyword:

{
"type": "price_summary",
"keyword": "ポケモンカード リザードン psa10",
"status": "sold_out",
"totalListingsFound": 7767,
"sampledListings": 120,
"priceJpy": { "min": 2030, "p25": 12800, "median": 22750, "p75": 39800, "max": 450000, "average": 31420 },
"priceUsd": { "min": 13.4, "p25": 84.5, "median": 150.2, "p75": 262.7, "max": 2971.0, "average": 207.4 },
"medianDaysToSell": 3,
"checkedAt": "2026-07-02T12:00:00+00:00"
}

Plus (optional) every sampled listing with title, JPY/USD price, condition, photo, timestamps, and a direct jp.mercari.com URL.

Use with AI agents

This Actor works out of the box with the Apify MCP server, so Claude, ChatGPT, and other MCP-enabled agents can check Japanese market prices autonomously — for example inside an automated sourcing or repricing workflow.

Fair use & data

  • Reads only publicly visible listing data — no login, no personal data beyond what any visitor sees
  • Requests are throttled to keep the load on Mercari negligible
  • Not affiliated with Mercari, Inc. Data is provided for market research; verify before large transactions

Roadmap

Multi-marketplace comps (Yahoo! Auctions / PayPay Flea Market), price history tracking, and category-level market reports. Feedback via issues is very welcome — tell me what your workflow needs.

If something goes wrong

  • Wrong number or a failed run? Open a ticket on the Issues tab. I read every one and reply within 2 business days (Japan time).
  • You never get a fake "empty" result. If the site can't be read, the run fails and says so.
  • No results = no charge. You only pay for results you actually get.
  • Checked every week. An automatic test runs this tool weekly; if the site changes, I fix it.
  • Public pages only. No login, no personal data, and it goes easy on the site.

More tools by the same author

Other language editions of this tool: 中文 · 한국어

All tools (Japan marketplaces, real estate, jobs, racing, prediction markets): https://apify.com/jpmarketdata

Disclaimer

Unofficial, independent tool — not affiliated with, endorsed by, or sponsored by Mercari. Product names and logos belong to their owners and only say where the data comes from. Data is read from public pages, for market research; check before you act on it.