# Find Fotocasa Rentals in Barcelona

**Use case:** 

Find Fotocasa Rentals in Barcelona by scraping public apartment listings, prices, and property details.

## Input

```json
{
  "maxItems": 100,
  "location": "Barcelona",
  "operation": "rent",
  "propertyType": "home",
  "minPrice": 0,
  "maxPrice": 3000,
  "minSize": 0,
  "maxSize": 0,
  "publicationDate": "",
  "sortBy": "latest"
}
```

## Output

```json
{
  "propertyId": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "publicationDate": {
    "label": "Publication Date",
    "format": "date"
  },
  "transaction.price": {
    "label": "Price",
    "format": "number"
  },
  "surface": {
    "label": "Surface (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "zipCode": {
    "label": "Zip Code",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "agency.name": {
    "label": "Agency Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

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