# Tenerife Property Listings for Sale

**Use case:** 

Retrieve listings for properties for sale in Tenerife. Get prices, coordinates, features, and agent contact details directly.

## Input

```json
{
  "country": "spain",
  "listingType": "for_sale",
  "query": "tenerife",
  "startUrls": [],
  "includeDetails": false,
  "maxItems": 100,
  "maxPages": 5,
  "requestDelay": 500,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "ES"
  }
}
```

## Output

```json
{
  "propertyId": {
    "label": "Property id"
  },
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "Url"
  },
  "listingType": {
    "label": "Listing type"
  },
  "propertyType": {
    "label": "Property type"
  },
  "price": {
    "label": "Price"
  },
  "priceFormatted": {
    "label": "Price formatted"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "builtM2": {
    "label": "Built m2"
  },
  "address": {
    "label": "Address"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "description": {
    "label": "Description"
  },
  "images": {
    "label": "Images"
  },
  "agentName": {
    "label": "Agent name"
  },
  "dateListed": {
    "label": "Date listed"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Kyero Scraper — Property Listings, Coordinates & Agent Contacts](https://apify.com/haketa/kyero-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/haketa/kyero-scraper) to learn more, explore other use cases, and run it yourself.