# Aqarmap Egypt property inventory monitor

**Use case:** 

Monitor Aqarmap search inventory quickly and export listing IDs, prices, areas, rooms, locations, images, and source URLs on a schedule.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://aqarmap.com.eg/en/for-rent/property-type/cairo?page=1"
    }
  ],
  "maxItems": 100,
  "maxPagesPerSearch": 5,
  "enrichDetails": false
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "transactionType": {
    "label": "Transaction",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "pricePerSquareMeter": {
    "label": "Price / m²",
    "format": "number"
  },
  "areaSquareMeters": {
    "label": "Area m²",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "datePosted": {
    "label": "Date posted",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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