# New Cairo price per sqm apartment comparison

**Use case:** 

Benchmark New Cairo apartment prices per square meter across Aqarmap, PropertyFinder, and Dubizzle for real estate investment analysis.

## Input

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

## Output

```json
{
  "sourcePlatform": {
    "label": "Platform",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  },
  "priceEGP": {
    "label": "Price (EGP)",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "EGP/sqm",
    "format": "number"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "listingType": {
    "label": "Sale/Rent",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "compound": {
    "label": "Compound",
    "format": "text"
  },
  "areaSqm": {
    "label": "Area (sqm)",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped",
    "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.