# Scrape Japanese Whisky Prices & Listings

**Use case:** 

Gather auction data for premium Japanese whisky brands to analyze price fluctuations and availability. Inform procurement strategies and identify opportunities 

## Input

```json
{
  "mode": "searchItems",
  "query": "サントリー 響",
  "sortBy": "price_asc",
  "minPrice": 20000,
  "maxItems": 25
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "currentPrice": {
    "label": "Current price"
  },
  "currency": {
    "label": "Currency"
  },
  "buyItNowPrice": {
    "label": "Buy it now price"
  },
  "condition": {
    "label": "Condition"
  },
  "bids": {
    "label": "Bids"
  },
  "endDate": {
    "label": "End date"
  },
  "itemUrl": {
    "label": "Item url"
  }
}
```

## About this Actor

This example demonstrates how to use [Yahoo Auctions Japan Scraper](https://apify.com/crawlerbros/yahoo-auctions-japan-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/yahoo-auctions-japan-scraper) to learn more, explore other use cases, and run it yourself.