# Track Apple refurbished MacBook Pro price drops

**Use case:** 

Monitor Apple Certified Refurbished MacBook Pro listings for price drops, new inventory, 32GB+ memory filters, budget alerts, and datasets.

## Input

```json
{
  "watchMode": "models",
  "models": [
    "macbookpro"
  ],
  "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": 32,
  "minPrice": 0,
  "maxPrice": 2500,
  "keywordFilter": "",
  "webhookUrls": [],
  "webhookFormat": "auto",
  "notifyOn": [
    "new-listing",
    "price-drop"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "record_type": {
    "label": "Record type",
    "format": "string"
  },
  "status": {
    "label": "Listing status",
    "format": "string"
  },
  "title": {
    "label": "Product",
    "format": "string"
  },
  "model": {
    "label": "Model family",
    "format": "string"
  },
  "chip": {
    "label": "Chip",
    "format": "string"
  },
  "memoryGb": {
    "label": "Unified memory (GB)",
    "format": "integer"
  },
  "storage": {
    "label": "Storage",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "savingsUsd": {
    "label": "Savings vs new ($)",
    "format": "number"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  }
}
```

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