# Office space for rent in Valencia on Fotocasa

**Use case:** 

Scrape commercial office listings for rent in Valencia from Fotocasa.es. Get prices, floor area, location coordinates, and agency details.

## Input

```json
{
  "maxItems": 50,
  "location": "Valencia",
  "operation": "rent",
  "rentalTypes": [],
  "propertyType": "office",
  "minPrice": 0,
  "maxPrice": 0,
  "minSize": 0,
  "maxSize": 0,
  "publicationDate": "",
  "sortBy": "cheapest",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "propertyId": {
    "label": "ID",
    "format": "text"
  },
  "transaction": {
    "label": "Transaction",
    "format": "object"
  },
  "surface": {
    "label": "Area (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "floor": {
    "label": "Floor",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "text"
  },
  "agency": {
    "label": "Agency",
    "format": "object"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Fotocasa Scraper](https://apify.com/parsebird/fotocasa-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/fotocasa-scraper) to learn more, explore other use cases, and run it yourself.