Mercari Sold Price Scraper - Yahoo Auctions & PayPay Comps avatar

Mercari Sold Price Scraper - Yahoo Auctions & PayPay Comps

Pricing

Pay per event

Go to Apify Store
Mercari Sold Price Scraper - Yahoo Auctions & PayPay Comps

Mercari Sold Price Scraper - Yahoo Auctions & PayPay Comps

Get verified sold prices from Mercari, Yahoo Auctions and PayPay Flea Market. Real Japanese resale comps with median, min and max.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Data Mill

Data Mill

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

What does Japan Resale Price Checker do?

What did it actually sell for in Japan? This Actor answers that in a single call. For any keyword it pulls recent verified sold listings — not asking prices — from Japan's three largest secondhand marketplaces and returns one unified price analysis with min, median, max and every underlying comp.

Sold comps are what pricing decisions actually need. Active listings tell you what sellers hope to get; this Actor tells you what buyers paid. Run it in the Console, hit it via API, schedule daily price tracking, or let an AI agent call it through MCP.

Why use Japan Resale Price Checker?

  • Proxy buying and export arbitrage — source in Japan, sell on eBay or StockX. Know your true cost basis before you bid.
  • Reselling and sourcing — trading cards, sneakers, watches, cameras, anime figures, vintage fashion, luxury bags.
  • Price your own listings — see the real clearing price instead of guessing from what is currently listed.
  • Pricing tools and AI agents — one call returns a complete, structured comp report.
  • Trend tracking — schedule a keyword daily and chart how its median moves.

Why cross-market matters

The same search clears at very different prices per platform. A live run on a Pokémon card query returned these medians across 90 sold listings:

MarketplaceMedian sold price
Yahoo Auctions¥82,000
Mercari¥80,750
PayPay Flea Market¥29,050

That spread is where sourcing margin lives — and you only see it by querying all three at once. Part of any gap reflects a different mix of items per platform, so narrow your keyword (card number, model code, grade) before treating a spread as pure arbitrage.

Every listing returned is verified sold. Items still on sale are excluded, and auctions that closed without a single bid are dropped, so asking prices never leak into your statistics.

How to use Japan Resale Price Checker

  1. Click Try for free.
  2. Enter a Search keyword. Japanese matches the most inventory (ポケモンカード リザードンex SAR), but brands and model numbers in Latin script work too (Nintendo Switch 2, Rolex Submariner).
  3. Optionally add an Exclude keyword (ジャンク 傷あり) to strip damaged goods.
  4. Optionally set a USD/JPY rate to get the summary in dollars as well.
  5. Click Start, then read the summary in the Output tab.

Input

FieldTypeDescription
keywordstringWhat to price-check
excludeKeywordstringWords to exclude (Mercari)
marketplacesarrayAny of mercari, yahoo_auctions, paypay_flea
maxPerMarketplaceintegerSold listings pulled per marketplace, 5–100
includeListingsbooleanReturn every comp alongside the statistics
usdJpyRateintegerOptional USD conversion rate
{
"keyword": "ポケモンカード リザードンex SAR",
"maxPerMarketplace": 40,
"usdJpyRate": 148,
"includeListings": true
}

Output

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

{
"keyword": "ポケモンカード リザードンex SAR",
"totalComps": 90,
"overall": { "count": 90, "minYen": 1150, "maxYen": 350000, "medianYen": 57000, "meanYen": 65683 },
"byMarketplace": {
"mercari": { "count": 30, "minYen": 3800, "maxYen": 350000, "medianYen": 80750 },
"yahoo_auctions": { "count": 30, "minYen": 1150, "maxYen": 170000, "medianYen": 82000 },
"paypay_flea": { "count": 30, "minYen": 1200, "maxYen": 170000, "medianYen": 29050 }
},
"overallUsd": { "usdJpyRate": 148, "minUsd": 7.77, "medianUsd": 385.14, "maxUsd": 2364.86 },
"listings": [
{
"marketplace": "yahoo_auctions",
"title": "ポケモンカード メガリザードンX ex SAR",
"priceYen": 1200,
"status": "sold",
"soldAt": "2026-07-28T23:04:40+09:00",
"bidCount": 3,
"url": "https://page.auctions.yahoo.co.jp/jp/auction/z658431892"
}
]
}

Data you can extract

FieldDescription
overallcount, minYen, maxYen, medianYen, meanYen across all marketplaces
byMarketplaceThe same statistics computed separately per marketplace
overallUsdMin / median / max converted at your supplied rate
listings[].titleItem title as listed
listings[].priceYenThe price it actually sold for
listings[].marketplacemercari, yahoo_auctions or paypay_flea
listings[].urlDirect link to the sold listing
listings[].soldAtWhen the sale completed
listings[].bidCountBids received (Yahoo Auctions)
listings[].conditionItem condition where the marketplace reports it
listings[].thumbnailUrlItem photo

How much does it cost to check Japanese resale prices?

Pay per event, charged once per keyword analysed — regardless of how many comps come back:

EventPrice
Price check (all marketplaces)$0.05

Checking 100 items costs $5. A daily job tracking 50 keywords runs about $75/month. Apify's free tier includes $5 of monthly usage, which covers roughly 100 checks before you pay anything. A single check can return up to 300 sold comps.

Tips

  • Narrow keywords give tighter, more usable medians. リザードンex SAR 201/165 beats ポケモンカード.
  • Use excludeKeyword (ジャンク 傷あり コピー) to strip damaged goods and reproductions out of your comps.
  • Median beats mean here — a single graded or sealed outlier will drag the average far from reality.
  • Raise maxPerMarketplace for a stable median on high-volume items; lower it for fast, cheap spot checks.
  • Comparing across time? Keep the keyword byte-identical so you are measuring the market, not your query.

FAQ

Is scraping these marketplaces legal? The Actor uses public search endpoints only — no login, no paywall bypass, modest request volume per run. Scraping publicly available data is generally lawful in many jurisdictions, but you are responsible for each source site's terms and your local regulations. Prices are historical sold data, not an appraisal or investment advice.

Are these really sold prices? Yes. Mercari is filtered to sold-out status, Yahoo Auctions to closed auctions, and PayPay Flea Market to its sold filter — and each listing's status is re-checked in the response before it is counted. Auctions that ended with zero bids never sold, so they are discarded.

Why does one marketplace return fewer comps? Thin categories simply have fewer recent sales there. The statistics stay valid; count per marketplace tells you how much weight each median deserves.

Can you add another marketplace or currency? Use the Issues tab — Rakuma and Suruga-ya are candidates, and custom Japanese data sources can be built on request.

Other Actors by Data Mill

All of them return clean English-keyed JSON and are maintained the same way.