# Export Poshmark Reseller Seller Leads - Poshmark

**Use case:** 

Build a Poshmark reseller lead list with username, name, location, followers, items sold, rating, website and Instagram. Ready-to-use contact list.

## Input

```json
{
  "mode": "sellers",
  "searchQueries": [
    "nike"
  ],
  "department": "All",
  "conditionFilter": "any",
  "sortBy": "relevance",
  "enrichSellerLeads": true,
  "crawlSellerWebsites": true,
  "maxResults": 200,
  "maxSellers": 100,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "itemsSold": {
    "label": "Items sold",
    "format": "number"
  },
  "sellerRating": {
    "label": "Rating",
    "format": "number"
  },
  "superSeller": {
    "label": "Super seller",
    "format": "boolean"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "instagram": {
    "label": "Instagram",
    "format": "link"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Closet",
    "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.