Yahoo Auctions Japan - Sold Items Scraper
Pricing
from $0.50 / 1,000 results
Yahoo Auctions Japan - Sold Items Scraper
Scrape sold/closed auction items from Yahoo Auctions Japan (ヤフオク). Extract final price, title, bids, end time, and item URL. Perfect for resellers, price researchers, and market analysts.
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer

Teo Uni
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrape sold/closed auction items from Yahoo Auctions Japan (ヤフオク) using Node.js, Crawlee, and CheerioCrawler. Extract final prices, titles, bid counts, end times, and more — perfect for resellers, market researchers, and price analysts.
🔍 What does this Actor do?
This Actor searches Yahoo Auctions Japan's closed auction database and returns data on items that have already sold. Unlike scraping active listings, sold data gives you real market prices — what buyers actually paid.
💡 Why use sold item data?
- Active listings show asking prices — sold listings show actual transaction prices
- Essential for resellers to determine profitable buy prices
- Ideal for price trend analysis in Japanese e-commerce
- Used by market researchers tracking demand for specific products
📦 Output fields
Each result includes the following fields:
| Field | Type | Description |
|---|---|---|
title | string | Product name / auction title |
price | number | Final sold price (JPY) |
bids | number | Number of bids received |
endTime | string | Auction end date and time |
itemUrl | string | Direct link to the auction page |
imageUrl | string | Thumbnail image URL |
sellerStatus | string | Seller listing status text (e.g. "出品中の商品") |
⚙️ Input
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
keyword | string | ✅ Yes | — | Search keyword (Japanese or English) |
maxItems | number | No | 100 | Maximum number of results to return |
Example input
{"keyword": "Nintendo Switch","maxItems": 50}
Tips for better results
- Japanese keywords return more results than English (e.g.
ニンテンドースイッチvsNintendo Switch) - Use specific model names or product codes for precise pricing data
- Increase
maxItemsfor broader market analysis
📊 Example output
{"title": "Nintendo Switch スプラトゥーン2セット","price": 6886,"bids": 40,"endTime": "02/24 23:02","itemUrl": "https://auctions.yahoo.co.jp/jp/auction/v1220543806","imageUrl": "https://auc-pctr.c.yimg.jp/...","sellerStatus": "出品中の商品"}
🎯 Use cases
- Resellers: Find the real market value of items before buying inventory
- Price tracking: Monitor how prices fluctuate over time for specific products
- Market research: Analyze demand trends for Japanese consumer goods
- Investment: Identify undervalued items by comparing active vs sold prices
- E-commerce analytics: Benchmark your pricing against actual market transactions
🚀 Getting started
- Enter a search keyword (Japanese recommended)
- Set
maxItems(default: 100) - Run the Actor
- Download results as JSON, CSV, or Excel
🛠️ Technical details
- Built with Node.js, Crawlee, and CheerioCrawler
- Supports automatic pagination
- Duplicate URL detection built-in
- Stops automatically when
maxItemsis reached - Dual extraction strategy: DOM selectors + JSON-LD fallback for reliability
⚠️ Notes
- Data is sourced from Yahoo Auctions Japan's public closed search pages
- Results reflect auctions that have ended and completed
- Japanese keywords generally return more and better results
sellerStatuscontains the seller's listing status text as displayed on the page