# Track Vintage Camera Sales Trends Yahoo Auctions

**Use case:** 

Monitor the sales performance of vintage cameras and lenses within a specific price range on Yahoo Auctions Japan. Understand market demand and pricing for clas

## Input

```json
{
  "mode": "browseCategory",
  "query": "PlayStation 5",
  "category": "2084005118",
  "sortBy": "endTime",
  "minPrice": 5000,
  "maxPrice": 50000,
  "maxItems": 40
}
```

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