# Monitor UAE Used-Car Price Drops Weekly

**Use case:** 

Track price drops, new and removed used-car listings across runs with webhook alerts using named-dataset change detection.

## Input

```json
{
  "platforms": [
    "all"
  ],
  "make": "toyota",
  "model": "camry",
  "sellerType": "all",
  "maxListingsPerPlatform": 20,
  "includeNew": false,
  "useBrowser": "auto",
  "useAI": true,
  "detectChanges": true,
  "datasetName": "uae-camry-weekly",
  "webhookUrl": "https://your-webhook.example.com/cars",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "sourcePlatform": {
    "label": "Platform",
    "format": "text"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  },
  "sellerType": {
    "label": "Seller",
    "format": "text"
  },
  "isGccSpec": {
    "label": "GCC",
    "format": "boolean"
  },
  "hasChanges": {
    "label": "Changed",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Gulf Used Car Scraper - Multi-Platform MENA Automotive Data](https://apify.com/constructive_calm/gulf-used-car-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/gulf-used-car-scraper) to learn more, explore other use cases, and run it yourself.