# Aqarmap property detail extractor example

**Use case:** 

Extract one Aqarmap property listing with its price, coordinates, image gallery, amenities, description, and visible seller context.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://aqarmap.com.eg/en/listing/6819977-for-sale-cairo-hadayek-el-ahram-lmntq-t/"
    }
  ],
  "maxItems": 1,
  "maxPagesPerSearch": 2,
  "enrichDetails": true
}
```

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