# Providencia Offices for Sale and Rent Data

**Use case:** 

Pull the full Providencia office market in both sale and rent operations in one snapshot. Helps commercial analysts compare inventory for studies.

## Input

```json
{
  "location": "Providencia",
  "operation": [
    "COMPRAR",
    "ARRENDAR"
  ],
  "propertyType": "oficina",
  "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.