# Scrape Depop Vintage Fashion Listings for Market Research

**Use case:** 

Gather comprehensive data on vintage clothing listings on Depop to identify emerging trends and demand. This data is crucial for sourcing decisions, inventory p

## Input

```json
{
  "platform": "depop",
  "mode": "searchListings",
  "query": "vintage 90s graphic tee",
  "urls": [],
  "itemIds": [],
  "usernames": [],
  "sellerIds": [],
  "brands": [],
  "sortBy": "best_match",
  "minPrice": 15,
  "maxPrice": 100,
  "nwtOnly": false,
  "availableOnly": true,
  "discountedOnly": false,
  "includeSellerProfile": true,
  "includeSellerListings": true,
  "maxItems": 10,
  "autoEscalateOnBlock": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "condition": {
    "label": "Condition"
  },
  "brand": {
    "label": "Brand"
  },
  "category": {
    "label": "Category"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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