Discover/auctions.yahoo.co.jp API
live

auctions.yahoo.co.jp APIauctions.yahoo.co.jp

Search active and completed Yahoo Auctions Japan listings, retrieve item details, seller profiles, and identify underpriced items against 180-day market averages.

Endpoints
5
Updated
27d ago
Try it
Sort field: 'new', 'end', 'bids', 'price'
Number of results per page (max 50)
Sort order: 'a' (ascending), 'd' (descending)
Search keyword
Category ID
Pagination offset (increments of limit)
Item condition: 'new' or 'used'
Maximum price in Yen
Minimum price in Yen
api.parse.bot/scraper/db1cf3fd-add4-4ac6-a70d-1b9d1c8e99d7/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/db1cf3fd-add4-4ac6-a70d-1b9d1c8e99d7/search_listings?limit=5&query=%E3%82%AB%E3%83%A1%E3%83%A9' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search active auction and fixed-price listings by keyword and category. Returns paginated results with item title, price, ID, URL, and thumbnail image.

Input
ParamTypeDescription
sortstringSort field: 'new', 'end', 'bids', 'price'
limitintegerNumber of results per page (max 50)
orderstringSort order: 'a' (ascending), 'd' (descending)
querystringSearch keyword
auccatstringCategory ID
offsetintegerPagination offset (increments of limit)
conditionstringItem condition: 'new' or 'used'
max_priceintegerMaximum price in Yen
min_priceintegerMinimum price in Yen
Response
{
  "type": "object",
  "fields": {
    "items": "array of listing objects with title, id, url, price, image_url",
    "total": "integer total result count"
  },
  "sample": {
    "data": {
      "items": [
        {
          "id": "r1228403481",
          "url": "https://auctions.yahoo.co.jp/jp/auction/r1228403481",
          "price": 3680,
          "title": "バックカメラ 24V対応 トラック 等に",
          "image_url": "https://auc-pctr.c.yimg.jp/i/auctions.c.yimg.jp/images.auctions.yahoo.co.jp/image/dr000/auc0205/user/example/i-img800x800-1777.jpg"
        }
      ],
      "total": 0
    },
    "status": "success"
  }
}

About the auctions.yahoo.co.jp API

This API exposes 5 endpoints covering Yahoo Auctions Japan (auctions.yahoo.co.jp), letting you search active and completed listings, pull full item details, assess seller reputation, and surface underpriced deals. The compare_market_price endpoint alone bundles market-average calculation with active-listing filtering, returning only items priced below 80% of the 180-day sold average — a figure derived directly from search_completed_listings stats.

Search and Historical Pricing

search_listings accepts keyword (query), category (auccat), condition (new or used), max_price, sort field (new, end, bids, price), and a paginated offset. Each result object includes title, id, url, price, image_url, and a total count for page math. search_completed_listings targets sold items and returns the same item shape plus a stats object with min_price, avg_price, and max_price computed over a 180-day window — the primary way to establish fair market value for any keyword on the platform.

Item and Seller Detail

get_listing_detail takes a single item_id (e.g. r1228403481) and returns the full record: title, price, bid_count, and seller_id. That seller_id feeds directly into get_seller_profile, which returns the seller's display_name, integer rating_score (total feedback count), and good_ratio (a 0.0–1.0 positive feedback ratio). Together these two endpoints give you enough data to evaluate both the item and the counterparty before bidding.

Bargain Detection

compare_market_price is a compound endpoint: supply a query string and it returns market_avg_price (the 180-day average) alongside underpriced_items — an array of active listings each priced below 80% of that average. Each underpriced item carries title, id, url, price, image_url, and the market_avg_price for inline comparison. This is the most direct route to opportunistic sourcing without manually joining results from two separate endpoints.

Common use cases
  • Track resale values for specific product categories by polling search_completed_listings stats over time
  • Build a deal-alert tool that calls compare_market_price on a watchlist of keywords and flags items below the 80% threshold
  • Evaluate seller trustworthiness before bidding by chaining get_listing_detailget_seller_profile for good_ratio and rating_score
  • Aggregate Japanese market pricing for electronics or collectibles using the min_price, avg_price, and max_price fields from completed listings
  • Filter active auction inventory by condition and max_price to build a curated feed of budget new-in-box items
  • Compare bid activity across listings by sorting search_listings by bids descending to find high-demand items
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Yahoo Auctions Japan have an official developer API?+
Yahoo Japan provides the Yahoo! Shopping API (developer.yahoo.co.jp/webapi/shopping/) which covers its retail marketplace, but there is no publicly documented developer API specifically for auction listings, completed sale history, or seller feedback data on auctions.yahoo.co.jp.
What does the `stats` object in `search_completed_listings` actually represent?+
It contains three integer fields — min_price, avg_price, and max_price — calculated across completed (sold) listings matching the query over the past 180 days. These are aggregate figures across all returned results, not per-item stats.
Does the API return auction images or description text beyond the title?+
search_listings returns image_url (thumbnail) and get_listing_detail returns title, price, and bid_count. Full item description text, multiple image galleries, and shipping details are not currently exposed. You can fork the API on Parse and revise get_listing_detail to add those fields.
How does pagination work across the search endpoints?+
search_listings and search_completed_listings both accept an offset parameter that increments by the value of limit (max 50 per page). The total field in search_listings responses tells you how many results exist so you can calculate the number of pages needed.
Can I retrieve bid history or the list of individual bidders for an auction?+
No bid history or bidder list is currently exposed. get_listing_detail returns only the aggregate bid_count. You can fork the API on Parse and revise it to add a bid-history endpoint that returns individual bid records.
Page content last updated . Spec covers 5 endpoints from auctions.yahoo.co.jp.
Related APIs in MarketplaceSee all →
buyee.jp API
Search and retrieve item listings across Japanese marketplaces — including Yahoo Auctions Japan and Mercari Japan — via the Buyee proxy shopping service. Browse products, check prices, and fetch item details across multiple platforms in one place.
jp.mercari.com API
Search and browse millions of product listings on Mercari Japan with bilingual support, filtering by categories and getting detailed pricing, item specifications, and seller information. Access comprehensive marketplace data including product summaries, category overviews, and individual seller profiles to find exactly what you're looking for.
auction.com API
auction.com API
ebay.com API
Search and monitor eBay listings across any category, with support for active and completed/sold listings. Retrieve item details, pricing history, seller profiles and feedback, and category data. Filter by keyword, category, condition, seller, and sort order to support price research, market analysis, and inventory monitoring.
auctionzip.com API
Search and browse auction lots across the AuctionZip marketplace, view detailed lot information and complete auction catalogs, track historical prices realized, and discover auctioneers by name or location. Access auction schedules, item specifications, seller terms, and top-performing auctioneers.
ebay.com.au API
Search active and sold eBay Australia listings to research products, analyze competitors, and view detailed listing information like pricing and performance metrics. Get market insights including demand trends and pricing data to inform your selling strategy.
auctiontime.com API
Search and browse equipment and truck auction listings from AuctionTime.com, view detailed information about specific auctions, filter by category and auctioneer, and track auction results by date. Access comprehensive auction data including listings, categories, and auctioneer information all in one place.
ebay.co.uk API
Search eBay UK listings and sold items to find products, compare prices, and view seller feedback and ratings. Access detailed item information, explore categories, and discover daily deals all in one place.