# Get Alerts for New Yeezy Drops on GOAT

**Use case:** 

Be among the first to know about newly listed Yeezy products on GOAT, enabling quick action on fresh inventory. This is crucial for collectors and resellers loo

## Input

```json
{
  "mode": "search",
  "query": "Yeezy",
  "slugs": [],
  "category": "shoes",
  "sort": "newest",
  "brand": "Adidas",
  "condition": "",
  "maxItems": 10
}
```

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