# Poshmark Sold Listings Scraper - sold prices & dates

**Use case:** 

SOLD Poshmark listings as clean records: sold price & date, brand, size, condition. Filter by brand, category, keyword. First 25 free, then $0.004/record.

## Input

```json
{
  "brand": "Nike",
  "maxItems": 25,
  "includeRaw": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "sold_price": {
    "label": "Sold price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "original_price": {
    "label": "Original price",
    "format": "number"
  },
  "sold_at": {
    "label": "Sold at",
    "format": "date"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "listing_url": {
    "label": "Listing",
    "format": "link"
  },
  "seller_handle": {
    "label": "Seller",
    "format": "text"
  },
  "id": {
    "label": "Id"
  }
}
```

## About this Actor

This example demonstrates how to use [Poshmark Sold Listings Scraper - sold prices & dates](https://apify.com/ciel_labs/poshmark-sold-listings-price-comps) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ciel_labs/poshmark-sold-listings-price-comps) to learn more, explore other use cases, and run it yourself.