# Price Tracking for Specific Mercari Hot Items

**Use case:** 

Monitor price fluctuations for popular or trending items on Mercari to inform arbitrage strategies or personal purchase decisions. Get real-time updates to buy 

## Input

```json
{
  "platform": "mercari",
  "mode": "byItem",
  "query": "vintage levis",
  "urls": [],
  "itemIds": [
    "m77291410427",
    "m33860074121",
    "m88991234567"
  ],
  "usernames": [],
  "sellerIds": [],
  "brands": [],
  "nwtOnly": false,
  "availableOnly": true,
  "discountedOnly": false,
  "includeSellerProfile": false,
  "includeSellerListings": true,
  "maxItems": 10,
  "autoEscalateOnBlock": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "condition": {
    "label": "Condition"
  },
  "brand": {
    "label": "Brand"
  },
  "category": {
    "label": "Category"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Mercari + Poshmark + Depop Scraper](https://apify.com/crawlerbros/mercari-poshmark-depop-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/mercari-poshmark-depop-scraper) to learn more, explore other use cases, and run it yourself.