# Find High-Value Deadstock Sneakers on GOAT

**Use case:** 

Identify new, unworn sneakers with no defects that command high prices on GOAT, perfect for premium inventory sourcing. This allows businesses to focus on high-

## Input

```json
{
  "mode": "search",
  "query": "Dunk Low",
  "slugs": [],
  "category": "shoes",
  "sort": "highest_price",
  "brand": "Nike",
  "condition": "new_no_defects",
  "minPrice": 300,
  "maxItems": 15
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "sku": {
    "label": "Sku"
  },
  "lowestAskPrice": {
    "label": "Lowest ask price"
  },
  "lastSalePrice": {
    "label": "Last sale price"
  },
  "category": {
    "label": "Category"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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