# Monitor Cartagena Apartments for Short-Term Rent

**Use case:** 

Scrape apartment listings for rent in Cartagena to identify potential properties for short-term rental businesses and vacation home management. This helps asses

## Input

```json
{
  "mode": "searchForRent",
  "propertyType": "Apartamento",
  "city": "Cartagena",
  "priceMax": 5000000,
  "bedroomsMin": 1,
  "maxItems": 300
}
```

## 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.