Inmuebles24 Scraper: Mexico Property Listing Alerts
Pricing
from $1.52 / 1,000 listing returneds
Inmuebles24 Scraper: Mexico Property Listing Alerts
Inmuebles24 scraper for Mexico property listings: price, area, rooms, location, agency and link per listing. Monitoring mode returns only new listings and price drops since your last run. No login. Pay per listing; quiet runs are free.
Pricing
from $1.52 / 1,000 listing returneds
Rating
0.0
(0)
Developer
Adrian Voss
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Watch a property search, get only what's new. This actor runs your search against Inmuebles24.com — Mexico's best-validated Navent-family real-estate portal (part of the QuintoAndar-owned Navent family alongside Zonaprop in Argentina and ImovelWeb in Brazil) — and returns one clean row per listing: price, area, rooms, location, agency and a permanent link. Turn on monitoring and it becomes a watchlist: new listings and price drops since your last run, charged per new row, free on quiet days. Schedule it hourly and send the results to Discord, Slack, Google Sheets, or n8n.
This actor is Inmuebles24's member of the Navent real-estate lane alongside zonaprop-listing-lookup
(Argentina) and imovelweb-listing-lookup (Brazil) in this catalogue — all three share one underlying
platform (window.__PRELOADED_STATE__.listStore.listPostings), confirmed live on all three domains.
Who it's for
A renter, investor or relocation scout watching one city or neighbourhood for newly-posted or repriced listings wants a live feed of what's actually on Inmuebles24 right now, without refreshing the search page by hand. A market research team tracking asking prices per m², or a Sheets/n8n workflow that reacts the moment something new is posted, gets the same shape here: paste a location or a saved search link, get back a flat row per listing, and pay only for listings actually returned — a search that finds nothing costs nothing.
Why this one
- Monitoring first, not a one-off dump. Turn on "Only return listings that are new, or dropped in price" and this actor becomes a watchlist: it remembers every listing ID it has already shown you, and only bills you for what's actually new or has dropped in price since the last run.
- Reads Inmuebles24's own structured listing data. Every field comes from the
window.__PRELOADED_STATE__object Inmuebles24's own pages embed to render the search results — not text scraped from rendered HTML — so price, area, rooms and location are exact, typed values. - Never charged for a miss, or a quiet monitoring run. A search that finds nothing, or a scheduled watchlist run where nothing changed, still gets a row explaining what happened, and costs nothing.
- Covers new-build developments too. Inmuebles24 mixes finished-property listings with
new-construction "desarrollos" (developments) in the same search results —
postingTypetells you which is which, so you're never surprised by a pre-construction unit mixed into a rental search. - Paste a city/neighbourhood or your own saved search URL. Type a location (e.g. "Ciudad de Mexico"), or paste an Inmuebles24 search-results URL you've already filtered on the site — its filters carry straight through.
What you get
One row per listing by default (turn off "Expand rows" in Advanced to get one row per search
instead, with the listings nested under listings).
| Field | Type | Description |
|---|---|---|
query | text | The search you submitted, echoed back |
found | boolean | true if Inmuebles24 returned a real search-results page for this search |
status | text | OK on a match; NOT_FOUND, BLOCKED, or BAD_FORMAT on a miss |
message | text | Plain-English reason for a miss — only present when found is false |
searchQuery | text | The search line actually run |
listingCount | number | Listings returned and billed for this search |
totalAvailable | number | Total listings Inmuebles24 reports matching this search |
truncated | boolean | true if more results existed than were returned |
newCount | number | New listings this run (monitoring only) |
priceDropCount | number | Price drops this run (monitoring only) |
monitorStatus | text | NO_NEW_ROWS on a quiet monitoring run, SEEDED on a silent first run, otherwise empty |
listingId | text | Inmuebles24's own numeric posting ID |
url | text (link) | Permanent listing link |
title | text | Listing title |
operation | text | Renta (rent) or Venta (sale), as Inmuebles24 labels it |
price | number | Listed price |
currency | text | MXN or USD — most listings price in pesos, some (mainly higher-end sales) in dollars |
expenses | number | Maintenance fee ("mantenimiento"), when listed |
expensesCurrency | text | Currency of expenses |
propertyType | text | e.g. "Departamentos" or "Desarrollos verticales" |
postingType | text | PROPERTY or DEVELOPMENT (a new-build project) — confirmed live, both appear in the same search |
totalAreaM2 / coveredAreaM2 | number | Total and covered area in m² |
bedrooms / bathrooms / toilettes | number | As Inmuebles24's own feature fields report them |
ageYears | number | Building age in years, when listed |
parking | number | Parking spaces, when listed |
neighbourhood / city / state / country | text | Walked from Inmuebles24's own location hierarchy (Mexico has a state level, unlike Argentina) |
lat / lng | number | Geolocation |
agencyName / agencyId | text | The listing's business publisher (agency, developer, or brokerage) — never a private individual's name |
sellerType | text | business for every sampled listing on this build (see the FAQ) |
sellerHash | text | Anonymous seller ID (stable hash), always present |
isPremier | boolean | Featured/paid-placement listing |
updatedAt | text | Inmuebles24's own modified_date (see the FAQ — this is not a posting date) |
photoCount | number | Number of photos |
imageUrl | text (link) | First listing image |
description | text | Full listing description, with emails and phone-like strings redacted |
changeType | text | new, price-drop, or seen (monitoring only) |
isNew | boolean | true on this listing's first appearance (monitoring only) |
previousPrice | number | The price last recorded for this listing, when it dropped (monitoring only) |
priceDropPct | number | Percentage drop from the previous recorded price (monitoring only) |
firstSeenAt | date | When this watchlist first saw this listing (monitoring only) |
scrapedAt | date | When this row was fetched |
Deselect any field in the Input tab's column picker to drop it from every row — query, found,
status, message, and scrapedAt always stay.
Pricing
Pay-per-event. A flat per-run fee covers session/proxy warmup; you're billed
per item only when data is actually found and returned — see
.actor/pay_per_event.json for exact prices. A miss is never charged.
Monitoring / only new results
Turn on "Only return listings that are new, or dropped in price" and a search line becomes a watchlist instead of a one-off dump:
- A listing counts as new the first time its Inmuebles24 listing ID is returned by this watchlist.
- A listing counts as a price drop when its price falls by at least "Minimum price drop" (5% by default) since it was last seen, measured against the most recently seen price.
- Already-seen, unchanged listings are dropped before you're billed. A quiet run still finishes and
returns one free row with
monitorStatus: NO_NEW_ROWS. - The first run has nothing to compare against and returns everything as "new" by default. Turn on "Seed silently" to instead bank everything quietly with zero rows and zero charge, and start alerting from the second run.
No confirmed newest-first sort. Same finding as the reference actor zonaprop-listing-lookup:
Inmuebles24's page data lists a "Recientes" (most recent) sort option, but its URL form isn't exposed
anywhere in the page's links or state, and a ?sort=more_recent query parameter was tried live and
silently ignored. So every search runs in Inmuebles24's own default order, and this actor does not
claim a sort control it can't back up. Instead, when monitoring is on, paging stops early once an
entire page comes back fully already-seen. Practical effect: a genuinely new listing that doesn't
rank into your maxListingsPerSearch window this run may be missed until it does. Keep searches
reasonably narrow (a specific city or neighbourhood) for the most reliable monitoring.
Schedule recipe. Save this actor as an Apify Task with deltaMode: true and a deltaName
you choose, add an hourly (or daily) Schedule, and point the task's webhook at Discord, Slack,
Google Sheets, or an n8n/Make webhook URL.
Price-drop window limitation. Same as above: a price drop is only seen while the listing is still inside what a run actually fetches.
How to use
- In the Apify Console. Open the actor page and click Start — the
searchesfield is already pre-filled with a working example. Results land in the run's dataset as soon as each item is found. - Via the API. Call it directly with a POST request — no Console needed once you have an API token:
curl "https://api.apify.com/v2/acts/accountable_eel~inmuebles24-listing-lookup/run-sync-get-dataset-items?token=<YOUR_TOKEN>" \-X POST \-H "Content-Type: application/json" \-d '{"searches":["Ciudad de Mexico"]}'
- On a schedule. Save this actor as an Apify Task with the input you want, then add a Schedule (hourly, daily, weekly) so it runs on its own — no server of your own required.
- Turn on "Only return listings that are new, or dropped in price" under Monitoring once you want a watchlist instead of a one-off dump — see "Monitoring / only new results" above.
Input
{"searches": ["Ciudad de Mexico"]}
One search per line: a location slug such as "Ciudad de Mexico" or "guadalajara"-style text (combined with the Operation/Property type settings below), or a full search-results link copied from inmuebles24.com (its own filters carry straight through). No login required. Accepted formats: Ciudad de Mexico, Guadalajara, https://www.inmuebles24.com/departamentos-en-renta-en-monterrey.html.
A bare location line (e.g. "Ciudad de Mexico") combines with the Operation (rent/sale) and Property type settings under Advanced to build the search URL. A pasted Inmuebles24 URL is used exactly as given and ignores those two settings.
Sample output
| query | found | status | 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 | scrapedAt |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Ciudad de Mexico | true | OK | Ciudad de Mexico | 30 | 7927 | true | 30 | 0 | 145861222 | https://www.inmuebles24.com/propiedades/clasificado/alclapin-residencial-tres-cumbres-santa-fe-03-recamaras-con-145861222.html | Residencial Tres Cumbres Santa Fe 03 Recamaras con Terraza Privada | Renta | 100000 | MXN | 0 | MXN | Departamentos | PROPERTY | 283 | 283 | 3 | 3 | 1 | 2 | Santa Fe | Alvaro Obregón | Ciudad de México | Mexico | 19.3471583 | -99.2563503 | D´CASA Inmobiliaria | 50062586 | business | 4e4cbe59a0796b29 | true | 2026-09-18T11:29:05-0400 | 8 | https://img10.naventcdn.com/avisos/18/01/45/86/12/22/720x532/1517382410.jpg | Excelente departamento en Residencial Tres Cumbres... | true | new | 2026-09-18T20:23:00.000Z | 2026-09-18T20:23:00.000Z |
A search that finds nothing comes back as a row with "found": false and is never charged. A quiet
monitoring run comes back as a row with "found": true, "monitorStatus": "NO_NEW_ROWS" and is also
never charged.
Use it from Clay, n8n, Make, or an AI agent
This actor runs synchronously over plain HTTP — call it directly from a script, a workflow tool, or an AI agent, no Apify Console needed once you have an API token.
curl "https://api.apify.com/v2/acts/accountable_eel~inmuebles24-listing-lookup/run-sync-get-dataset-items?token=<YOUR_TOKEN>" \-X POST \-H "Content-Type: application/json" \-d '{"searches":["Ciudad de Mexico"]}'
n8n. Add an HTTP Request node: Method POST, URL https://api.apify.com/v2/acts/accountable_eel~inmuebles24-listing-lookup/run-sync-get-dataset-items?token=<YOUR_TOKEN>, Body Content Type JSON, JSON Body {"searches":["Ciudad de Mexico"]} (swap in an expression from an earlier node for a real value).
Clay. Add an "HTTP API" column: Method POST, URL https://api.apify.com/v2/acts/accountable_eel~inmuebles24-listing-lookup/run-sync-get-dataset-items?token=<YOUR_TOKEN>, Body {"searches":["{{search}}"]}, mapping the row's search into the searches array.
MCP. In Claude, Cursor, or any MCP client with the Apify MCP server, ask for "Inmuebles24 Scraper: Mexico Property Alerts" — the agent will find and run this actor.
For monitoring, point the Task's webhook (Console → your Task → Webhooks) at a Discord or Slack incoming-webhook URL, a Google Sheets automation, or an n8n/Make workflow's own webhook trigger.
Tips
- Start monitoring with "Seed silently" on for any watchlist you're setting up on a schedule.
- Keep a monitored search reasonably narrow (one city or neighbourhood) — see "No confirmed newest-first sort" above.
- Filter
postingTypetoPROPERTYafter the fact if you want to exclude new-build developments from a resale-only search. - Set the currency filter to match the listing type you're browsing: MXN for most listings, USD for higher-end sales — a price bound never filters out a listing priced in the other currency.
- A
BLOCKEDstatus means Inmuebles24 returned a 403, 429, 502 or 503 — lowering "Max concurrency" or trying again shortly usually clears it.
vs. the current Store leader
The current Apify Store leader for Inmuebles24, azzouzana, has 57 users in the last 30 days (214
lifetime) at 4.58 stars (8 reviews) — the best-validated Navent-family site found in this catalogue's
research, but with no monitoring mode.
| What it costs | What you get | Trade-off | |
|---|---|---|---|
| This actor | Pay per listing returned; nothing for a miss or a quiet monitoring run | New-listing and price-drop monitoring, PROPERTY/DEVELOPMENT distinction, works across the whole Navent family (same shape on Zonaprop and ImovelWeb) | No confirmed newest-first sort (see above); no posting date, only a "last updated" timestamp |
| Inmuebles24's own site | Free | Browsing only | No alerts, no export, no automation |
Data & privacy
This actor reads public search results that anyone can see without logging in. It doesn't log in, solve CAPTCHAs or reveal hidden contact details. Seller identity is off by default: you get a business/private flag and an anonymous seller hash so you can group listings by seller without names — a business publisher's agency name is shown (agencies are public businesses, not private individuals), but no private individual's name is ever output. Turning on seller info makes you responsible for having a lawful reason to process it. Agent and owner phone numbers, WhatsApp numbers and emails are never collected. Not affiliated with Inmuebles24 / Navent / QuintoAndar.
Is this allowed? It collects the same public listing data your browser shows, for the searches you choose. It's built for monitoring a search, not for copying the marketplace. Check that your use fits Inmuebles24's terms and your local law.
FAQ
Why does state show a value here but not on the Zonaprop actor?
Mexico's own location hierarchy on Inmuebles24 has a state level (e.g. "Ciudad de México",
"Jalisco") between city and country. Argentina's does not (Buenos Aires' federal-capital status means
there's no separate province) — zonaprop-listing-lookup doesn't declare a state column for
exactly this reason, confirmed on both sites' live data.
Why is a row empty, or why does found say false?
Either the input line was blank (status: BAD_FORMAT), Inmuebles24 returned a 403/429/502/503
(status: BLOCKED), or the search matched nothing (status: NOT_FOUND). None of these are billed.
Am I charged for a quiet monitoring run?
No. When monitoring finds nothing new and no price drops, you get one row with
monitorStatus: NO_NEW_ROWS and listingCount: 0 — billing only fires when listingCount is
greater than zero.
Why doesn't sellerType ever say "private"?
Every listing sampled while building this Navent-family trio came from a business publisher (a
real-estate agency, developer or brokerage) — no private-individual posting was ever observed live.
Is updatedAt a posting date?
No. Inmuebles24's payload carries a modified_date (last-updated timestamp) and nothing resembling a
true creation/posting date anywhere in the listing data. This actor never fabricates a postedAt
field.
Do I need to configure proxies? No, but this actor requires Apify's UNBLOCKER proxy group by default — Inmuebles24 is behind a Cloudflare JS challenge that UNBLOCKER clears server-side (confirmed live), unlike a plain datacenter or residential IP.
Can an AI agent call this directly? Yes. It's registered on the Apify MCP server — an agent in Claude, Cursor, or another MCP client can find and run it by name ("Inmuebles24 Scraper: Mexico Property Alerts").
Related actors
- Zonaprop Scraper — the same search and monitoring shape for Zonaprop.com.ar, Argentina's member of the same Navent family (the reference implementation this actor is a config swap of).
- ImovelWeb Scraper — the Brazilian member of the same family.