# Yu-Gi-Oh Cards on Mercari Japan

**Use case:** 

Yu-Gi-Oh cards on Mercari Japan are a steady trading card resale niche outside the crowded Pokemon card search. This example pulls active Yu-Gi-Oh listings sorted by newest, with published condition, brand, and seller evidence from detail enrichment. Card resellers and TCG shops track fresh supply and price inventory. Results include JPY price, condition code, category, and seller rating count.

## Input

```json
{
  "keywords": [
    "遊戯王カード"
  ],
  "sort": "created_time",
  "order": "desc",
  "status": [
    "on_sale"
  ],
  "shippingPayer": "any",
  "fetchItemDetails": true,
  "maxItemsPerQuery": 25,
  "maxResults": 25,
  "monitorMode": false,
  "emitUnchanged": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Listing",
    "format": "string"
  },
  "brand_name": {
    "label": "Brand name",
    "format": "string"
  },
  "category_name": {
    "label": "Category name",
    "format": "string"
  },
  "condition_name": {
    "label": "Condition name",
    "format": "string"
  },
  "shipping_payer": {
    "label": "Shipping payer",
    "format": "string"
  },
  "shipping_method": {
    "label": "Shipping method",
    "format": "string"
  },
  "shipping_from_area": {
    "label": "Shipping from area",
    "format": "string"
  },
  "seller_id": {
    "label": "Seller id",
    "format": "string"
  },
  "seller_name": {
    "label": "Seller name",
    "format": "string"
  },
  "seller_rating_count": {
    "label": "Seller ratings",
    "format": "number"
  },
  "seller_score": {
    "label": "Published seller score",
    "format": "number"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/getascraper/mercari-japan-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
