# Monitor Sony PS5 Prices on Yahoo Auctions Japan

**Use case:** 

Track current bids and Buy It Now prices for Sony PlayStation 5 consoles on Yahoo Auctions Japan. Gain competitive intelligence on pricing trends and market dem

## Input

```json
{
  "mode": "searchItems",
  "query": "PlayStation 5",
  "sortBy": "new",
  "maxItems": 50
}
```

## 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.