# Scrape Motor City Dubai Properties

**Use case:** 

Collect apartments, villas and townhouses in Motor City including prices, bedrooms, bathrooms, area, agencies, phone numbers and listing details.

## Input

```json
{
  "url": "https://www.propertyfinder.ae/en/search?l=80&c=1&fu=0&ob=mr",
  "startPage": 1,
  "endPage": 5,
  "maxResults": 100,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "price_per_sqft": {
    "label": "Price Per Sqft",
    "format": "number"
  },
  "listing_type": {
    "label": "Listing Type",
    "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"
  },
  "developer_name": {
    "label": "Developer Name",
    "format": "string"
  },
  "handover_date": {
    "label": "Handover Date",
    "format": "string"
  },
  "agent_name": {
    "label": "Agent Name",
    "format": "string"
  },
  "agency_name": {
    "label": "Agency Name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "image_count": {
    "label": "Image Count",
    "format": "integer"
  },
  "listing_age_days": {
    "label": "Listing Age Days",
    "format": "integer"
  },
  "property_hash": {
    "label": "Property Hash",
    "format": "string"
  },
  "cover_image": {
    "label": "Cover Image",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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