# Scrape Depop with Structured Data for Research and Automatio

**Use case:** 

scrape depop for AI agents and Apify MCP: structured, source-linked records with bounded inputs for research, automation, monitoring, and export.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "depop"
  ],
  "productUrls": [
    "https://www.depop.com/products/redheadthreadf-vintage-y2k-levis-501-jeans-1a85/"
  ],
  "country": "us",
  "maxItems": 15,
  "maxPages": 15,
  "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.