# Cheap new Supreme on Mercari Japan

**Use case:** 

Filter Mercari Japan for new & almost-new Supreme under ¥10,000: name, price, condition, brand, seller and URL. Condition + price filters, no login.

## Input

```json
{
  "searchQueries": [
    "supreme"
  ],
  "itemStatus": "onSale",
  "maxPrice": 10000,
  "conditions": [
    "1",
    "2"
  ],
  "sortBy": "relevance",
  "maxResults": 120,
  "maxPagesPerSearch": 50,
  "includeItemDetails": true,
  "includeComments": false,
  "includeSellerLeads": false,
  "maxSellerLeads": 200,
  "deduplicateItems": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "JP"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Item",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "numLikes": {
    "label": "Likes",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "createdAt": {
    "label": "Listed",
    "format": "text"
  },
  "url": {
    "label": "Item URL",
    "format": "link"
  }
}
```

## About this Actor

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