# Monitor Apple refurbished Mac Studio restocks

**Use case:** 

Track Apple Certified Refurbished Mac Studio restocks, back-in-stock changes, new listings, and price drops with Apify schedules and webhooks.

## Input

```json
{
  "watchMode": "productUrls",
  "models": [
    "macstudio",
    "macmini"
  ],
  "productUrls": [
    "https://www.apple.com/shop/product/g1ce5ll/a/Refurbished-Mac-Studio-Apple-M3-Ultra-chip-with-28%E2%80%91Core-CPU-and-60%E2%80%91Core-GPU"
  ],
  "country": "us",
  "minMemoryGb": 0,
  "minPrice": 0,
  "maxPrice": 0,
  "keywordFilter": "",
  "webhookUrls": [],
  "webhookFormat": "auto",
  "notifyOn": [
    "new-listing",
    "back-in-stock",
    "price-drop"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "record_type": {
    "label": "Record type",
    "format": "string"
  },
  "event": {
    "label": "Event",
    "format": "string"
  },
  "title": {
    "label": "Product",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "previousPrice": {
    "label": "Previous price",
    "format": "number"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "dispatchedAt": {
    "label": "When",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Refurb Mac Sniper](https://apify.com/pyralislabs/refurb-mac-sniper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pyralislabs/refurb-mac-sniper) to learn more, explore other use cases, and run it yourself.