# Departamentos en Renta en CDMX — Monitoreo de Precios

**Use case:** 

Extrae departamentos en renta en Ciudad de México (más de 7,500 listados) con precio, área, recámaras, ubicación y datos del publicador. Ideal para monitorear rentas en CDMX, investigar el mercado inmobiliario mexicano y encontrar departamentos cerca de tu zona.

## Input

```json
{
  "startUrls": [
    "https://www.inmuebles24.com/departamentos-en-renta-en-ciudad-de-mexico.html"
  ],
  "maxItems": 500,
  "proxy": {
    "useApifyProxy": true
  },
  "enrichContacts": false,
  "verbose": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "parking": {
    "label": "Parking spots",
    "format": "number"
  },
  "totalArea": {
    "label": "Total area",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "province": {
    "label": "Province / state",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "whatsApp": {
    "label": "WhatsApp",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "agencyEmail": {
    "label": "Agency email",
    "format": "string"
  },
  "publisherName": {
    "label": "Publisher name",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Inmuebles24 Scraper [Only $0.9💰] | Mexico Property + Leads](https://apify.com/ahmed_jasarevic/inmuebles24-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmed_jasarevic/inmuebles24-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

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

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
