# Pisos de Alquiler en Sevilla | Exportar CSV

**Use case:** 

Extrae todos los pisos de alquiler en Sevilla desde Idealista: renta mensual, m², dormitorios, contacto y fotos. Descarga CSV o JSON.

## Input

```json
{
  "country": "es",
  "operation": "rent",
  "endpoint": "listhomes",
  "searchUrl": "https://www.idealista.com/en/venta-viviendas/madrid-madrid/",
  "polygonUrl": "https://www.idealista.com/en/areas/venta-viviendas/?shape=((sample_polyline))",
  "deepSingleUrl": "https://www.idealista.com/en/inmueble/111577630/",
  "deepFieldSet": "extended",
  "locationId": "0-EU-ES-41-08-001-091",
  "locationName": "Sevilla",
  "numPages": 1,
  "order": "mostrecent",
  "language": "es",
  "furnished": "",
  "sinceDate": "",
  "center": "40.416775,-3.703790"
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Thumbnail",
    "format": "image"
  },
  "firstActivationDate": {
    "label": "First Listed",
    "format": "date"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "propertyCode": {
    "label": "Property Code",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "size": {
    "label": "Size (m²)",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "Price per m²",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "agentName": {
    "label": "Agent Name",
    "format": "text"
  },
  "agentPhoneRaw": {
    "label": "Phone (International)",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "exterior": {
    "label": "Exterior",
    "format": "boolean"
  },
  "hasLift": {
    "label": "Has Lift",
    "format": "boolean"
  },
  "newDevelopment": {
    "label": "New Development",
    "format": "boolean"
  },
  "propertyStatus": {
    "label": "Property Status",
    "format": "text"
  },
  "numPhotos": {
    "label": "Number of Photos",
    "format": "number"
  },
  "allImages": {
    "label": "All Image URLs",
    "format": "array"
  },
  "hasVideo": {
    "label": "Has Video",
    "format": "boolean"
  },
  "has3DTour": {
    "label": "Has 3D Tour",
    "format": "boolean"
  },
  "hasPlan": {
    "label": "Has Floor Plan",
    "format": "boolean"
  },
  "agencyName": {
    "label": "Agency Name",
    "format": "text"
  },
  "agentPhone": {
    "label": "Phone",
    "format": "text"
  },
  "isAgency": {
    "label": "Professional Agency",
    "format": "boolean"
  },
  "agencyUrl": {
    "label": "Agency Website",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "subtitle": {
    "label": "Subtitle",
    "format": "text"
  },
  "showAddress": {
    "label": "Show Address",
    "format": "boolean"
  },
  "municipality": {
    "label": "Municipality",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "locationId": {
    "label": "Location ID",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "detailedType": {
    "label": "Detailed Type",
    "format": "object"
  },
  "operation": {
    "label": "Operation",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "object"
  },
  "newProperty": {
    "label": "New Property",
    "format": "boolean"
  },
  "status": {
    "label": "Processing Status",
    "format": "text"
  },
  "processedAt": {
    "label": "Processed At",
    "format": "date"
  },
  "bulkMetadata": {
    "label": "Bulk Mode Metadata",
    "format": "object"
  }
}
```

## About this Actor

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