Yahoo Auctions Japan - Sold Items Scraper avatar

Yahoo Auctions Japan - Sold Items Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Yahoo Auctions Japan - Sold Items Scraper

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

Teo Uni

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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:

FieldTypeDescription
titlestringProduct name / auction title
pricenumberFinal sold price (JPY)
bidsnumberNumber of bids received
endTimestringAuction end date and time
itemUrlstringDirect link to the auction page
imageUrlstringThumbnail image URL
sellerStatusstringSeller listing status text (e.g. "出品中の商品")

⚙️ Input

ParameterTypeRequiredDefaultDescription
keywordstring✅ YesSearch keyword (Japanese or English)
maxItemsnumberNo100Maximum 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. ニンテンドースイッチ vs Nintendo Switch)
  • Use specific model names or product codes for precise pricing data
  • Increase maxItems for 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

  1. Enter a search keyword (Japanese recommended)
  2. Set maxItems (default: 100)
  3. Run the Actor
  4. 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 maxItems is 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
  • sellerStatus contains the seller's listing status text as displayed on the page