# Monitor Air Jordan 1 Prices on GOAT Daily

**Use case:** 

Keep a close watch on the fluctuating prices of specific Air Jordan 1 models to stay competitive in the resale market. This helps resellers optimize pricing str

## Input

```json
{
  "mode": "search",
  "query": "Air Jordan 1 Retro High OG Mocha",
  "slugs": [],
  "category": "shoes",
  "sort": "lowest_price",
  "brand": "Jordan",
  "condition": "",
  "maxItems": 5
}
```

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