Mercari 煤炉 Japan Sold Price Checker — Cross-Border
One-call sold-price statistics from Mercari Japan, built for cross-border buyers working in Chinese.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Jpmarketdata Mercari Japan Price Cn: This tool calls the Actor "jpmarketdata/mercari-japan-price-cn" and retrieves its output results. Use this tool instead of the "call-actor" if user requests this s
- Get Actor Run: Get detailed information about a specific Actor run. Returns run result: status, storages (datasets/keyValueStores alias map), stats, summary, nextStep. - summary describes the past (e.
- Get Dataset Items: Get items (rows) from a dataset — the output/results produced by an Actor run. Not metadata or schema — use get-dataset for counts and the field list, get-dataset-schema for a JSON
What data it sees
Do you need an account
No: the server works without sign-in
One-call sold-price statistics from Mercari Japan, built for cross-border buyers working in Chinese. Runs on Apify, pay-per-event from $0.02/call — connect with your own Apify API token.
Server tool list (5)
Raw names from tools/list. Only developers need these.
| jpmarketdata--mercari-japan-price-cn | This tool calls the Actor "jpmarketdata/mercari-japan-price-cn" and retrieves its output results. Use this tool instead of the "call-actor" if user requests this specific Actor. Actor description: 日本代购与跨境卖家必备:输入日文关键词,一次调用即可拿到煤炉(美卡多 / Mercari 日本)已售商品的真实成交价行情——中位数、平均值、价格区间与售出天数中位数,并附美元换算。适合日淘捡漏、代购报价与二手转卖定价。Sold-price stats from Mercari Japan, from $0.02 per keyword, no subscription. |
| get-actor-run | Get detailed information about a specific Actor run. Returns run result: status, storages (datasets/keyValueStores alias map), stats, summary, nextStep. - summary describes the past (e.g. "SUCCEEDED in 22s. 47 items; 3 fields available."). - nextStep prescribes one primary follow-up action with identifiers interpolated (e.g. "Use get-dataset-items with datasetId=..."). - waitSecs (0–45, default 30) waits up to that many seconds for terminal status before returning. USAGE: - Use to check the status of a run started with call-actor. - Pass waitSecs > 0 to block until terminal (or until the cap elapses). - If `call-actor-widget` or `get-actor-run-widget` rendered a widget for this run, do NOT poll here — the widget self-polls. USAGE EXAMPLES: - user_input: Show details of run y2h7sK3Wc - user_input: Wait for run y2h7sK3Wc to finish |
| get-dataset-items | Get items (rows) from a dataset — the output/results produced by an Actor run. Not metadata or schema — use get-dataset for counts and the field list, get-dataset-schema for a JSON schema from a sample. When the user provides a datasetId and asks to retrieve results, output, data, or rows, call this tool directly — do not call get-dataset first. Default limit is 20. Use clean=true to skip empty items and hidden fields. USAGE: - Use when you need to read data from a dataset (all items or only selected fields). USAGE EXAMPLES: - user_input: Retrieve results from dataset abc123 - user_input: Get only metadata.url and title from dataset username~my-dataset |
| get-key-value-store-record | Get the value stored under a specific key in a key-value store — a single record, not a listing of all keys. Use get-key-value-store-keys first if you don't know the key name. The response preserves the original Content-Encoding; most clients handle decompression automatically. USAGE: - Use when you need to retrieve a specific record (JSON, text, or binary) from a store. USAGE EXAMPLES: - user_input: Get record INPUT from store abc123 - user_input: Get record data.json from store username~my-store |
| abort-actor-run | Abort an Actor run that is currently starting or running. For runs with status FINISHED, FAILED, ABORTING, or TIMED-OUT, this call has no effect. The results will include the updated run details after the abort request. USAGE: - Use when you need to stop a run that is taking too long or misconfigured. USAGE EXAMPLES: - user_input: Abort run y2h7sK3Wc - user_input: Gracefully abort run y2h7sK3Wc |