# Monitor Poshmark Competitor Prices for Top Brands

**Use case:** 

Track pricing trends for key brands on Poshmark to inform your competitive strategy and optimize your own pricing. Gain an edge by reacting quickly to market sh

## Input

```json
{
  "platform": "poshmark",
  "mode": "byBrand",
  "query": "vintage levis",
  "urls": [],
  "itemIds": [],
  "usernames": [],
  "sellerIds": [],
  "brands": [
    "Lululemon",
    "Nike",
    "Free People"
  ],
  "department": "Women",
  "sortBy": "newlyListed",
  "minPrice": 20,
  "maxPrice": 150,
  "nwtOnly": false,
  "availableOnly": true,
  "discountedOnly": false,
  "includeSellerProfile": true,
  "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.