# Extract Poshmark Seller Inventory for Lead Generation

**Use case:** 

Pull complete inventory lists from high-volume Poshmark sellers to identify potential suppliers or competitors. This data supports targeted outreach for busines

## Input

```json
{
  "platform": "poshmark",
  "mode": "bySeller",
  "query": "vintage levis",
  "urls": [],
  "itemIds": [],
  "usernames": [
    "_luxury_finds_",
    "vintagecoutureco",
    "trendsetterboutique"
  ],
  "sellerIds": [],
  "brands": [],
  "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.