# Scrape apartments for sale in Bogotá

**Use case:** 

Extract apartments for sale in Bogotá from Metrocuadrado. Structured Colombian property data with prices and locations. Pay per result.

## Input

```json
{
  "operationType": "sale",
  "propertyType": "apartment",
  "city": "bogota",
  "maxItems": 5,
  "fetchDetailsEnabled": false,
  "maxConcurrency": 3,
  "startUrls": []
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "operationType": {
    "label": "Operation",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "priceText": {
    "label": "Price",
    "format": "text"
  },
  "priceAmount": {
    "label": "Price (COP)",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "adminFee": {
    "label": "Admin Fee (COP)",
    "format": "number"
  },
  "adminFeeText": {
    "label": "Admin Fee",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "zone": {
    "label": "Zone",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "stratum": {
    "label": "Stratum",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "garages": {
    "label": "Garages",
    "format": "number"
  },
  "surfaceTotal": {
    "label": "Area Total (m²)",
    "format": "number"
  },
  "surfaceCovered": {
    "label": "Area Covered (m²)",
    "format": "number"
  },
  "propertyState": {
    "label": "State",
    "format": "text"
  },
  "ownerType": {
    "label": "Owner Type",
    "format": "text"
  },
  "projectName": {
    "label": "Project",
    "format": "text"
  },
  "contactPhone": {
    "label": "Phone",
    "format": "text"
  },
  "hasWhatsappBot": {
    "label": "WhatsApp Bot",
    "format": "boolean"
  },
  "contactsCount": {
    "label": "Inquiries",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "locationApproximate": {
    "label": "Approx. Location",
    "format": "boolean"
  },
  "orderScore": {
    "label": "Score",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Metrocuadrado Scraper](https://apify.com/unfenced-group/metrocuadrado-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/metrocuadrado-scraper) to learn more, explore other use cases, and run it yourself.