# Monitor Specific SKU Prices on eBay Daily

**Use case:** 

Track price fluctuations for a list of specific product SKUs across eBay to stay updated on real-time market pricing. This enables dynamic pricing adjustments a

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ebay.com/itm/Apple-AirPods-Pro-2nd-Gen-MQD83AM-A-Brand-New-Sealed/305567890123"
    },
    {
      "url": "https://www.ebay.com/itm/Samsung-Galaxy-S24-Ultra-256GB-Unlocked-SM-S928U1-Phantom-Black/226123456789"
    }
  ],
  "maxItems": 10,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "seller": {
    "label": "Seller",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EBAY | Single Item | Store | Store Categories](https://apify.com/crawlerbros/ebay-item-store-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/ebay-item-store-scraper) to learn more, explore other use cases, and run it yourself.