# Find Luxury Houses for Rent in Medellín, Colombia

**Use case:** 

Discover high-end houses available for rent in Medellín, ideal for relocation services or luxury property managers. This provides a focused list of premium rent

## Input

```json
{
  "mode": "searchForRent",
  "propertyType": "Casa",
  "city": "Medellín",
  "priceMin": 10000000,
  "bedroomsMin": 4,
  "bathroomsMin": 3,
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "propertyType": {
    "label": "Property type"
  },
  "operationType": {
    "label": "Operation type"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "city": {
    "label": "City"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "areaSqm": {
    "label": "Area sqm"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

This example demonstrates how to use [FincaRaiz Colombia Real Estate Scraper](https://apify.com/crawlerbros/fincaraiz-colombia-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/fincaraiz-colombia-scraper) to learn more, explore other use cases, and run it yourself.