# Monitor Sold Pokémon Cards on Mercari Japan

**Use case:** 

Track sold-out Pokémon card listings on Mercari Japan. Access data on listings, prices, and export your findings easily.

## Input

```json
{
  "searchTerms": [
    "ポケモンカード"
  ],
  "status": "sold_out",
  "sort": "SORT_CREATED_TIME",
  "priceMin": 0,
  "priceMax": 0,
  "fetchDetails": false,
  "maxItemsPerTerm": 0,
  "maxResults": 200,
  "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.