# Vintage Levis Jeans Listings from Mercari Japan

**Use case:** 

Access real-time listings and prices for vintage Levis jeans on Mercari Japan. Get detailed data on available pairs and their sale status.

## Input

```json
{
  "searchTerms": [
    "リーバイス ヴィンテージ"
  ],
  "status": "on_sale",
  "sort": "SORT_CREATED_TIME",
  "priceMin": 0,
  "priceMax": 0,
  "fetchDetails": false,
  "maxItemsPerTerm": 0,
  "maxResults": 150,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "searchTerm": {
    "label": "Search term",
    "format": "string"
  },
  "name": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "brandName": {
    "label": "Brand",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Mercari Japan Scraper — Listings, Prices & Sold Data](https://apify.com/logiover/mercari-japan-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/mercari-japan-scraper) to learn more, explore other use cases, and run it yourself.