# Las Condes Apartments for Sale Supply Data

**Use case:** 

Track daily apartment-for-sale inventory in Las Condes, Santiago, with prices and listing velocity. For real estate analysts and appraisers in Chile.

## Input

```json
{
  "location": "Las Condes",
  "operation": [
    "COMPRAR"
  ],
  "propertyType": "departamento",
  "maxResults": 10
}
```

## Output

```json
{
  "property_id": {
    "label": "Property ID",
    "format": "integer"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "extraction_date": {
    "label": "Extraction Date",
    "format": "string"
  },
  "extraction_datetime": {
    "label": "Extracted At",
    "format": "string"
  }
}
```

## About this Actor

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