# Vina del Mar Houses for Rent Lead Listings

**Use case:** 

Build a weekly list of houses for rent in Vina del Mar with fresh listing URLs and prices. Helps rental brokers and property managers find clients.

## Input

```json
{
  "location": "Viña del Mar",
  "operation": [
    "ARRENDAR"
  ],
  "propertyType": "casas",
  "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.