# Scrape Bogotá Apartments for Sale (50-150 sqm)

**Use case:** 

Extract current listings for apartments for sale in Bogotá, Colombia, specifically targeting mid-sized properties. This data helps real estate investors and age

## Input

```json
{
  "mode": "searchForSale",
  "propertyType": "Apartamento",
  "city": "Bogotá",
  "areaMin": 50,
  "areaMax": 150,
  "maxItems": 500
}
```

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