# Export Poshmark Listing Details from a URL - Poshmark

**Use case:** 

Export full Poshmark listing details from a URL with brand, size, condition, price, original, off %, likes and seller. No login required.

## Input

```json
{
  "mode": "itemDetail",
  "searchQueries": [
    "nike air force 1"
  ],
  "startUrls": [
    {
      "url": "https://poshmark.com/listing/Nike-Air-Force-1-07-White-64f0a1b2c3d4e5f6a7b8c9d0"
    }
  ],
  "department": "All",
  "conditionFilter": "any",
  "sortBy": "relevance",
  "enrichSellerLeads": false,
  "crawlSellerWebsites": false,
  "maxResults": 200,
  "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.