# Arriendo en Bogotá — Todos los Inmuebles

**Use case:** 

Arriendos en Bogotá como datos: canon mensual en COP, área, habitaciones, baños, estrato, barrio, GPS y fotos. Exporta a CSV, JSON o Excel.

## Input

```json
{
  "operation": "search",
  "location": "Bogotá",
  "locations": [
    "Medellín",
    "Cali"
  ],
  "agencyUrls": [],
  "transactionType": "rent",
  "propertyType": "all",
  "minPrice": 0,
  "maxPrice": 0,
  "minArea": 0,
  "maxArea": 0,
  "stratum": "any",
  "bedrooms": "any",
  "antiquity": "any",
  "has3dTour": false,
  "sortBy": "newest",
  "maxResults": 25
}
```

## Output

```json
{
  "propertyId": {
    "label": "🆔 Property ID",
    "format": "number"
  },
  "listingUrl": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "propertyTitle": {
    "label": "🏷️ Title",
    "format": "string"
  },
  "propertyType": {
    "label": "🏘️ Type",
    "format": "string"
  },
  "transactionType": {
    "label": "🤝 Market",
    "format": "string"
  },
  "price": {
    "label": "💰 Price (COP)",
    "format": "number"
  },
  "priceUsd": {
    "label": "💵 Price (USD)",
    "format": "number"
  },
  "adminFee": {
    "label": "🧾 Admin fee (COP)",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "📊 Price / m²",
    "format": "number"
  },
  "areaSqm": {
    "label": "📐 Private area (m²)",
    "format": "number"
  },
  "builtAreaSqm": {
    "label": "🏠 Built area (m²)",
    "format": "number"
  },
  "terrainAreaSqm": {
    "label": "🌳 Terrain (m²)",
    "format": "number"
  },
  "terraceAreaSqm": {
    "label": "🌤️ Terrace (m²)",
    "format": "number"
  },
  "bedrooms": {
    "label": "🛏️ Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "🛁 Bathrooms",
    "format": "number"
  },
  "rooms": {
    "label": "🚪 Rooms",
    "format": "number"
  },
  "parkingSpaces": {
    "label": "🚗 Parking",
    "format": "number"
  },
  "stratum": {
    "label": "🏘️ Estrato",
    "format": "number"
  },
  "constructionState": {
    "label": "🏗️ Construction state",
    "format": "string"
  },
  "constructionYear": {
    "label": "📅 Build year",
    "format": "number"
  },
  "floor": {
    "label": "🏢 Floor",
    "format": "number"
  },
  "totalFloors": {
    "label": "🏢 Floors in building",
    "format": "number"
  },
  "listingDescription": {
    "label": "📝 Description",
    "format": "string"
  },
  "amenities": {
    "label": "✨ Amenities",
    "format": "array"
  },
  "address": {
    "label": "📍 Address",
    "format": "string"
  },
  "neighborhood": {
    "label": "🏘️ Neighbourhood",
    "format": "string"
  },
  "zone": {
    "label": "🧭 Zone",
    "format": "string"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "state": {
    "label": "🗺️ Department",
    "format": "string"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "publisherName": {
    "label": "🏢 Listed by",
    "format": "string"
  },
  "publisherId": {
    "label": "🆔 Publisher ID",
    "format": "number"
  },
  "publisherType": {
    "label": "🧑‍💼 Publisher type",
    "format": "string"
  },
  "publisherUrl": {
    "label": "🔗 Publisher page",
    "format": "string"
  },
  "publisherPhoneMasked": {
    "label": "📞 Phone (masked)",
    "format": "string"
  },
  "publisherHasWhatsapp": {
    "label": "💬 WhatsApp",
    "format": "boolean"
  },
  "isProject": {
    "label": "🏗️ New development",
    "format": "boolean"
  },
  "isFeatured": {
    "label": "⭐ Featured",
    "format": "boolean"
  },
  "hasVideo": {
    "label": "🎬 Video",
    "format": "boolean"
  },
  "has3dTour": {
    "label": "🔄 3D tour",
    "format": "boolean"
  },
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "imageUrls": {
    "label": "🖼️ All photos",
    "format": "array"
  },
  "imageCount": {
    "label": "📸 Photo count",
    "format": "number"
  },
  "publishedAt": {
    "label": "🕒 Published",
    "format": "string"
  },
  "updatedAt": {
    "label": "🕒 Updated",
    "format": "string"
  },
  "searchedLocation": {
    "label": "🔎 Searched place",
    "format": "string"
  },
  "status": {
    "label": "✅ Status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ Problem",
    "format": "string"
  },
  "_operation": {
    "label": "🎯 Mode",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Fincaraiz Scraper - Colombia Property Listings & Prices](https://apify.com/sian.agency/fincaraiz-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/fincaraiz-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/fincaraiz-property-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
