# Rental Listings Scraper for Seville Housing

**Use case:** 

Collect up to 200 rental housing listings in Seville. Extract valuable property data to CSV or JSON for your research needs.

## Input

```json
{
  "transactionType": "rent",
  "propertyType": "housing",
  "location": "sevilla",
  "advertiserType": "all",
  "maxListings": 200,
  "maxPages": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "groups": [
      "RESIDENTIAL"
    ],
    "countryCode": "ES"
  }
}
```

## Output

```json
{
  "adId": {
    "label": "Ad id"
  },
  "title": {
    "label": "Title"
  },
  "transactionType": {
    "label": "Transaction type"
  },
  "propertyType": {
    "label": "Property type"
  },
  "price": {
    "label": "Price (EUR)"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "areaSqm": {
    "label": "Area (m²)"
  },
  "rooms": {
    "label": "Rooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "city": {
    "label": "City"
  },
  "province": {
    "label": "Province"
  },
  "advertiserName": {
    "label": "Advertiser name"
  },
  "advertiserType": {
    "label": "Advertiser type"
  },
  "detailUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Habitaclia.com Spain Scraper — Property Data](https://apify.com/logiover/habitaclia-com-spain-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/habitaclia-com-spain-scraper) to learn more, explore other use cases, and run it yourself.