# Find JDM Car Parts Listings Yahoo Auctions Japan

**Use case:** 

Scrape listings for specific JDM car parts, filtering by keyword and price, to source rare or affordable components. Streamline inventory acquisition for auto p

## Input

```json
{
  "mode": "searchItems",
  "query": "R34 GT-R 純正",
  "sortBy": "new",
  "minPrice": 10000,
  "maxPrice": 150000,
  "maxItems": 60
}
```

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