# Casablanca Apartments for Sale

**Use case:** 

Extract Casablanca apartment listings for sale from Mubawab with prices, areas, locations, amenities, and property details.

## Input

```json
{
  "startUrls": [],
  "transactionType": "vente",
  "cities": [
    "casablanca"
  ],
  "propertyTypes": [
    "appartements"
  ],
  "maxListings": 5,
  "maxSearchPages": 1,
  "maxConcurrency": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing ID",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "string"
  },
  "property_type": {
    "label": "Property type",
    "format": "string"
  },
  "transaction_type": {
    "label": "Transaction type",
    "format": "string"
  },
  "price_dh": {
    "label": "Price (MAD)",
    "format": "number"
  },
  "price_per_m2": {
    "label": "Price per m²",
    "format": "number"
  },
  "surface_m2": {
    "label": "Surface (m²)",
    "format": "number"
  },
  "num_rooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "num_bathrooms": {
    "label": "Bathrooms",
    "format": "integer"
  },
  "floor": {
    "label": "Floor",
    "format": "integer"
  },
  "standing": {
    "label": "Standing",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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