# Price: Low to High Depop Secondhand Fashion - Search

**Use case:** 

Extract Depop Secondhand Fashion - Search Listings & Products data filtered by Price: Low to High. Export structured results ready for analysis, lead

## Input

```json
{
  "search": "jacket",
  "maxItems": 10,
  "sort": "priceAscending"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "size": {
    "label": "Size"
  },
  "condition": {
    "label": "Condition"
  },
  "seller": {
    "label": "Seller"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "category": {
    "label": "Category"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "scrapedAt": {
    "label": "Scraped At"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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