# Scrape NWT Coach Bags Under $120 - Poshmark

**Use case:** 

Find NWT Coach bags under $120 on Poshmark with brand, size, condition, price, original price, off % and seller. Export to JSON, CSV or Excel.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "nike air force 1"
  ],
  "brand": "Coach",
  "department": "Women",
  "priceMax": 120,
  "conditionFilter": "nwt",
  "sortBy": "newest",
  "enrichSellerLeads": false,
  "crawlSellerWebsites": false,
  "maxResults": 100,
  "maxSellers": 200,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Listing",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "originalPrice": {
    "label": "Original",
    "format": "object"
  },
  "discountPercent": {
    "label": "Off %",
    "format": "number"
  },
  "isSold": {
    "label": "Sold",
    "format": "boolean"
  },
  "soldDate": {
    "label": "Sold date",
    "format": "text"
  },
  "daysToSell": {
    "label": "Days to sell",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "sellerUsername": {
    "label": "Seller",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Poshmark Scraper - Listings, Sold Comps & Seller Leads](https://apify.com/scrapesage/poshmark-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/poshmark-scraper) to learn more, explore other use cases, and run it yourself.