# Compare public Depop prices for a focused product category

**Use case:** 

Collect public Depop listings for a narrow category and compare asking price, size, condition, and seller history across live records.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "carhartt jacket"
  ],
  "productUrls": [
    "https://www.depop.com/products/redheadthreadf-vintage-y2k-levis-501-jeans-1a85/"
  ],
  "country": "us",
  "maxItems": 10,
  "maxPages": 1,
  "fetchDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brandName": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "size": {
    "label": "Primary size",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "likeCount": {
    "label": "Like count",
    "format": "integer"
  },
  "sellerUsername": {
    "label": "Seller username",
    "format": "string"
  },
  "sellerItemsSold": {
    "label": "Seller items sold",
    "format": "integer"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Main image",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Depop Scraper](https://apify.com/khadinakbar/depop-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/depop-scraper) to learn more, explore other use cases, and run it yourself.