# Poshmark Sold Anthropologie Dresses

**Use case:** 

Collect public Poshmark sold-listing comps for sold anthropologie dresses to research resale prices, brands, categories, and recent marketplace demand.

## Input

```json
{
  "query": "anthropologie dresses",
  "startUrls": [
    {
      "url": "https://poshmark.com/search?query=nike%20shoes&type=listings&availability=sold_out"
    }
  ],
  "maxItems": 20,
  "sortBy": "added_desc",
  "maxPages": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "soldPrice": {
    "label": "Sold price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "size": {
    "label": "Size",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "sellerUsername": {
    "label": "Seller",
    "format": "string"
  },
  "inventoryStatus": {
    "label": "Inventory status",
    "format": "string"
  },
  "soldAt": {
    "label": "Sold at",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "createdAt": {
    "label": "Created at",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated at",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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