# Monitor Cairo property price changes Egypt

**Use case:** 

Track price changes, new listings, and removed apartments in Cairo between scheduled runs using change detection and a named dataset.

## Input

```json
{
  "platforms": [
    "all"
  ],
  "listingType": "sale",
  "propertyCategory": "residential",
  "propertyType": "apartment",
  "location": "cairo",
  "sortBy": "newest",
  "maxListingsPerPlatform": 25,
  "enrichListings": false,
  "useAI": true,
  "useBrowser": "auto",
  "detectChanges": true,
  "datasetName": "cairo-apartments-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "sourcePlatform": {
    "label": "Platform",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceEGP": {
    "label": "Price (EGP)",
    "format": "number"
  },
  "hasChanges": {
    "label": "Changed",
    "format": "boolean"
  },
  "changes": {
    "label": "Changes",
    "format": "array"
  },
  "previousScrapedAt": {
    "label": "Previous",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Current",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Egyptian Real Estate Scraper](https://apify.com/constructive_calm/egypt-real-estate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/egypt-real-estate-scraper) to learn more, explore other use cases, and run it yourself.