Aucfan Japan Auction Sold Price Database Scraper
Aucfan Japan Auction Sold Price Database Scraper
Scrape historical sold prices and price trend data from Aucfan.com — Japan's largest closed-auction price database. Search across Yahoo Auctions, Mercari, Mbok, Rakuma, and other JP marketplaces to retrieve realized closing prices, bid counts, and price trends for any keyword.
What Is Aucfan?
Aucfan (aucfan.com) aggregates historical closed-auction data from Japan's major secondary markets — Yahoo Auctions, Mercari, Rakuma, and more — into a single search interface. Where other tools show live asking prices, aucfan shows realized sold prices: what items actually sold for, how many bids they received, and when they closed. This makes it the authoritative comp-data layer for JP-market resellers, arbitrageurs, and market researchers.
What This Actor Returns
Each record is a closed auction result, with:
| Field | Description |
|---|---|
item_title |
Item title as listed on the source marketplace |
sold_price_jpy |
Winning / closing price in JPY |
formatted_price |
Price with comma separators (e.g. 16,000) |
source_marketplace |
Source: Yahoo Auctions, Mercari, Mbok, Rakuma, Amazon, or Yahoo Shopping |
bid_count |
Number of bids placed (Yahoo Auctions; null for fixed-price listings) |
end_date |
Auction close time as Unix timestamp |
end_date_iso |
Auction close time in YYYY-MM-DD HH:MM:SS JST format |
item_url |
Direct URL to the item on its source marketplace |
aucview_url |
Aucfan aucview detail page for this item |
image_url |
Thumbnail image URL |
auction_id |
Source-native auction ID |
item_status |
Item condition / status (e.g. used) |
shipping |
Shipping cost in JPY where available |
keyword |
The search keyword used to find this record |
Input
| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
keyword |
string | Yes | pokemon |
Keyword to search (supports kanji, kana, romaji) |
maxItems |
integer | Yes | 10 |
Maximum records to return |
Example input:
{
"keyword": "ポケモンカード リザードン",
"maxItems": 100
}
Usage Notes
- Results span all active marketplace sources — Yahoo Auctions, Mercari, and others are searched together
bid_countis populated for Yahoo Auctions; other marketplaces may return null- Price fields are normalized to integer JPY across all sources
- The actor throttles requests (~1 req / 2-3 sec) to avoid rate limiting; large
maxItemsvalues will take proportionally longer - Japanese keywords (kanji/kana) work correctly and often return more targeted results than romaji equivalents
Use Cases
- Reseller comp research: Get realistic sold prices before listing items to buy or sell
- Price trend analysis: Track how realized prices vary across time and marketplaces for a category
- Arbitrage identification: Compare sold prices across JP markets to spot mispriced inventory
- Market research: Build pricing datasets for JP secondary-market categories
Rate Limits
Aucfan rate-limits by IP. The actor uses a conservative 2.5-second inter-request delay with datacenter proxy rotation. For high-volume workloads, increase maxItems per run rather than running many small parallel runs.