# Find Idealista Madrid Offices

**Use case:** 

Find Idealista Madrid Offices by scraping public commercial property listings for business location research.

## Input

```json
{
  "maxItems": 100,
  "operation": "rent",
  "propertyType": "offices",
  "country": "es",
  "location": "Madrid",
  "propertyCodes": [],
  "sortBy": "mostRecent",
  "fetchDetails": false,
  "fetchStats": false,
  "minPrice": "0",
  "maxPrice": "0",
  "minSize": "0",
  "maxSize": "0",
  "publicationDate": "",
  "airConditioning": false,
  "fittedWardrobes": false,
  "lift": false,
  "balcony": false,
  "terrace": false,
  "exterior": false,
  "garage": false,
  "garden": false,
  "swimmingPool": false,
  "storageRoom": false,
  "accessible": false,
  "seaViews": false,
  "luxury": false,
  "plan": false,
  "virtualTour": false,
  "agency": "",
  "splitLocation": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "propertyCode": {
    "label": "Code",
    "format": "text"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "image"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "operation": {
    "label": "Operation",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "size": {
    "label": "Size (m²)",
    "format": "number"
  },
  "priceByArea": {
    "label": "Price per m²",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "text"
  },
  "exterior": {
    "label": "Exterior",
    "format": "boolean"
  },
  "hasLift": {
    "label": "Lift",
    "format": "boolean"
  },
  "parkingSpace.hasParkingSpace": {
    "label": "Parking",
    "format": "boolean"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "municipality": {
    "label": "Municipality",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "contactInfo.commercialName": {
    "label": "Agency Name",
    "format": "text"
  },
  "contactInfo.contactName": {
    "label": "Contact Name",
    "format": "text"
  },
  "contactInfo.phone1.phoneNumber": {
    "label": "Phone Number",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Idealista Scraper - Real Estate Data for Spain, Italy, Portugal](https://apify.com/igolaizola/idealista-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/idealista-scraper) to learn more, explore other use cases, and run it yourself.