# Inmuebles24 Listings for an n8n or AI Agent Workflow

**Use case:** 

Structured Inmuebles24 rental listing data for an n8n workflow or an AI agent, ready to use with no scraping or browser setup needed. $2 per 1,000 returned.

## Input

```json
{
  "searches": [
    "Ciudad de Mexico"
  ],
  "operation": "rent",
  "propertyType": "apartment",
  "testRun": false,
  "onlyFound": false,
  "includeKeywords": [],
  "excludeKeywords": [],
  "maxListingsPerSearch": 30,
  "priceCurrency": "MXN",
  "deltaMode": false,
  "deltaName": "",
  "alertOnNew": true,
  "alertOnPriceDrop": true,
  "minPriceDropPct": 5,
  "skipFirstRun": false,
  "includeSellerInfo": false,
  "columns": [
    "searchQuery",
    "listingCount",
    "totalAvailable",
    "truncated",
    "newCount",
    "priceDropCount",
    "monitorStatus",
    "listings",
    "listingId",
    "url",
    "title",
    "operation",
    "price",
    "currency",
    "expenses",
    "expensesCurrency",
    "propertyType",
    "postingType",
    "totalAreaM2",
    "coveredAreaM2",
    "bedrooms",
    "bathrooms",
    "toilettes",
    "ageYears",
    "parking",
    "neighbourhood",
    "city",
    "state",
    "country",
    "lat",
    "lng",
    "agencyName",
    "agencyId",
    "sellerType",
    "sellerHash",
    "isPremier",
    "updatedAt",
    "photoCount",
    "imageUrl",
    "description",
    "isNew",
    "changeType",
    "previousPrice",
    "priceDropPct",
    "firstSeenAt"
  ],
  "expandRows": true,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "UNBLOCKER"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Search submitted",
    "format": "string"
  },
  "found": {
    "label": "Found?",
    "format": "boolean"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "message": {
    "label": "Details",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search",
    "format": "string"
  },
  "listingCount": {
    "label": "Listings returned",
    "format": "number"
  },
  "totalAvailable": {
    "label": "Total matching on Inmuebles24",
    "format": "number"
  },
  "truncated": {
    "label": "More results were available",
    "format": "boolean"
  },
  "newCount": {
    "label": "New since last run",
    "format": "number"
  },
  "priceDropCount": {
    "label": "Price drops since last run",
    "format": "number"
  },
  "monitorStatus": {
    "label": "Monitoring status",
    "format": "string"
  },
  "listings": {
    "label": "All listings found (full list)",
    "format": "array"
  },
  "listingId": {
    "label": "Inmuebles24 listing ID",
    "format": "string"
  },
  "url": {
    "label": "Listing link",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "operation": {
    "label": "Renta / Venta",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "expenses": {
    "label": "Maintenance fee",
    "format": "number"
  },
  "expensesCurrency": {
    "label": "Maintenance fee currency",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "postingType": {
    "label": "PROPERTY or DEVELOPMENT",
    "format": "string"
  },
  "totalAreaM2": {
    "label": "Total area (m²)",
    "format": "number"
  },
  "coveredAreaM2": {
    "label": "Covered area (m²)",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "toilettes": {
    "label": "Toilettes",
    "format": "number"
  },
  "ageYears": {
    "label": "Age (years)",
    "format": "number"
  },
  "parking": {
    "label": "Parking spaces",
    "format": "number"
  },
  "neighbourhood": {
    "label": "Neighbourhood",
    "format": "string"
  },
  "city": {
    "label": "City/municipality",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "lat": {
    "label": "Latitude",
    "format": "number"
  },
  "lng": {
    "label": "Longitude",
    "format": "number"
  },
  "agencyName": {
    "label": "Agency name (business publishers only)",
    "format": "string"
  },
  "agencyId": {
    "label": "Agency ID",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type (business/private)",
    "format": "string"
  },
  "sellerHash": {
    "label": "Anonymous seller ID",
    "format": "string"
  },
  "isPremier": {
    "label": "Premier/featured listing",
    "format": "boolean"
  },
  "updatedAt": {
    "label": "Last updated",
    "format": "string"
  },
  "photoCount": {
    "label": "Photo count",
    "format": "number"
  },
  "imageUrl": {
    "label": "Main photo",
    "format": "string"
  },
  "description": {
    "label": "Description (contact info redacted)",
    "format": "string"
  },
  "isNew": {
    "label": "Is this listing new?",
    "format": "boolean"
  },
  "changeType": {
    "label": "Change (new / price-drop / seen)",
    "format": "string"
  },
  "previousPrice": {
    "label": "Previous price",
    "format": "number"
  },
  "priceDropPct": {
    "label": "Price drop %",
    "format": "number"
  },
  "firstSeenAt": {
    "label": "First seen on a run",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Inmuebles24 Scraper: Mexico Property Listing Alerts](https://apify.com/accountable_eel/inmuebles24-listing-lookup.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/accountable_eel/inmuebles24-listing-lookup.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/accountable_eel/inmuebles24-listing-lookup.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`).
