# Meydan Property Listings

**Use case:** 

Extract Meydan City property listings including apartments, villas, prices, agent contacts and listing URLs.

## Input

```json
{
  "url": "https://www.bayut.com/for-sale/property/meydan-city-dubai/",
  "startPage": 1,
  "endPage": 5,
  "maxResults": 100,
  "includeImages": false,
  "includeDescription": true,
  "includePermitDetails": true,
  "includeUnitDetails": true,
  "includeAgentDetails": true,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "purpose": {
    "label": "Purpose",
    "format": "string"
  },
  "property_type": {
    "label": "Property Type",
    "format": "string"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "integer"
  },
  "area_sqft": {
    "label": "Area Sqft",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "area": {
    "label": "Area",
    "format": "string"
  },
  "building_name": {
    "label": "Building Name",
    "format": "string"
  },
  "permit_number": {
    "label": "Permit Number",
    "format": "string"
  },
  "unit_number": {
    "label": "Unit Number",
    "format": "string"
  },
  "agent_name": {
    "label": "Agent Name",
    "format": "string"
  },
  "agency_name": {
    "label": "Agency Name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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