# Egypt real estate agent contact leads Giza

**Use case:** 

Collect agent and agency phone numbers from Giza property listings across all platforms using detail-page enrichment for lead generation.

## Input

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

## Output

```json
{
  "sourcePlatform": {
    "label": "Platform",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceEGP": {
    "label": "Price (EGP)",
    "format": "number"
  },
  "areaSqm": {
    "label": "Area",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "compound": {
    "label": "Compound",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "downPayment": {
    "label": "Down Payment",
    "format": "number"
  },
  "installmentYears": {
    "label": "Installment (yrs)",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "sellerPhone": {
    "label": "Phone",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  }
}
```

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