# Mercari Japan Louis Vuitton bag listings (ルイヴィトン バッグ)

**Use case:** 

Louis Vuitton bags for sale on Mercari Japan (keyword ルイヴィトン バッグ), newest first, with title, price in JPY, condition, brand, photo, link and listing time. Export as JSON, CSV or Excel.

## Input

```json
{
  "keywords": [
    "ルイヴィトン バッグ"
  ],
  "status": [
    "on_sale"
  ],
  "sort": "created_time",
  "order": "desc",
  "limit": 50,
  "monitoringMode": false,
  "resetMonitoringState": false
}
```

## Output

```json
{
  "itemUrl": {
    "label": "Item Url",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "priceJpy": {
    "label": "Price Jpy",
    "format": "string"
  },
  "itemStatus": {
    "label": "Item Status",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "createdAt": {
    "label": "Created At",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "string"
  },
  "thumbnailUrl": {
    "label": "Thumbnail Url",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "searchKeyword": {
    "label": "Search Keyword",
    "format": "string"
  },
  "isNewSinceLastRun": {
    "label": "Is New Since Last Run",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "searchId": {
    "label": "Search Id",
    "format": "string"
  },
  "searchInput": {
    "label": "Search Input",
    "format": "string"
  },
  "searchUrl": {
    "label": "Search Url",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "string"
  },
  "itemId": {
    "label": "Item Id",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "isPriceHidden": {
    "label": "Is Price Hidden",
    "format": "string"
  },
  "itemStatusRaw": {
    "label": "Item Status Raw",
    "format": "string"
  },
  "conditionId": {
    "label": "Condition Id",
    "format": "string"
  },
  "conditionJa": {
    "label": "Condition Ja",
    "format": "string"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "shopId": {
    "label": "Shop Id",
    "format": "string"
  },
  "categoryId": {
    "label": "Category Id",
    "format": "string"
  },
  "shippingPaidBy": {
    "label": "Shipping Paid By",
    "format": "string"
  },
  "isAuction": {
    "label": "Is Auction",
    "format": "string"
  },
  "photoUrl": {
    "label": "Photo Url",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "mercariResultCount": {
    "label": "Mercari Result Count",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Mercari Japan Scraper & New Listing Monitor - Prices in JPY](https://apify.com/neverempty/mercari-japan-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/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/neverempty/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`).
