# Giza Aqarmap Egypt Real Estate

**Use case:** 

Extract Aqarmap Egypt Real Estate data filtered by Giza. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "city": "giza",
  "transaction": "for-sale",
  "propertyType": "apartment"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🔑 ID",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "availability": {
    "label": "📋 Status",
    "format": "text"
  },
  "position": {
    "label": "#️⃣ Position",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "transaction": {
    "label": "🔄 Transaction",
    "format": "text"
  },
  "propertyType": {
    "label": "🏠 Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "🛏️ Beds",
    "format": "text"
  },
  "bathrooms": {
    "label": "🛁 Baths",
    "format": "text"
  },
  "areaSqm": {
    "label": "📐 m²",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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