# Track Trending GOAT Sneaker Sales Data

**Use case:** 

Monitor the hottest and most popular sneakers on GOAT to identify emerging trends and high-demand products. Gain insights into fast-moving inventory and custome

## Input

```json
{
  "mode": "trending",
  "query": "Air Jordan 1",
  "slugs": [],
  "category": "shoes",
  "sort": "most_popular",
  "condition": "",
  "maxItems": 20
}
```

## 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.