# Scrape Sold Prices for Gucci & Chanel Bags on Mercari JP

**Use case:** 

Retrieve sold prices for Gucci and Chanel handbags on Mercari Japan. Get accurate data for up to 100 sold listings.

## Input

```json
{
  "searchTerms": [
    "グッチ バッグ",
    "シャネル バッグ"
  ],
  "status": "sold_out",
  "sort": "SORT_PRICE",
  "priceMin": 0,
  "priceMax": 0,
  "fetchDetails": false,
  "maxItemsPerTerm": 0,
  "maxResults": 100,
  "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.