# Export Barcelona Fotocasa Rentals

**Use case:** 

Collect Barcelona Fotocasa rental listings with prices, locations, listing URLs, and property details for rental market analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.fotocasa.es/es/alquiler/viviendas/barcelona-capital/todas-las-zonas/l"
    }
  ],
  "maxListings": 25,
  "maxPages": 2,
  "includeDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "id",
    "format": "string"
  },
  "url": {
    "label": "url",
    "format": "string"
  },
  "title": {
    "label": "title",
    "format": "string"
  },
  "description": {
    "label": "description",
    "format": "string"
  },
  "operation": {
    "label": "operation",
    "format": "string"
  },
  "propertyType": {
    "label": "propertyType",
    "format": "string"
  },
  "price": {
    "label": "price",
    "format": "number"
  },
  "pricePerSquareMeter": {
    "label": "price / m²",
    "format": "number"
  },
  "area": {
    "label": "area",
    "format": "number"
  },
  "rooms": {
    "label": "rooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "bathrooms",
    "format": "number"
  },
  "floor": {
    "label": "floor",
    "format": "string"
  },
  "address": {
    "label": "address",
    "format": "string"
  },
  "location": {
    "label": "location",
    "format": "string"
  },
  "latitude": {
    "label": "latitude",
    "format": "number"
  },
  "longitude": {
    "label": "longitude",
    "format": "number"
  },
  "features": {
    "label": "features",
    "format": "array"
  },
  "images": {
    "label": "images",
    "format": "array"
  },
  "imageCount": {
    "label": "imageCount",
    "format": "integer"
  },
  "agencyName": {
    "label": "Agency Name",
    "format": "string"
  },
  "agencyPhone": {
    "label": "Agency Phone",
    "format": "string"
  },
  "energyRating": {
    "label": "energyRating",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "string"
  },
  "pageNumber": {
    "label": "pageNumber",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  },
  "changeStatus": {
    "label": "changeStatus",
    "format": "string"
  }
}
```

## About this Actor

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