Inmuebles24 Property Listings Scraper
Pricing
from $4.99 / 1,000 results
Inmuebles24 Property Listings Scraper
Extract comprehensive property listings directly from Inmuebles24 Property Listings, including sale/rental prices, location coordinates, BHK configuration, amenities, agent contact information, and developer metadata. Perfect for real estate market research, housing price trends, and investment m...
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Extract comprehensive property listings from Inmuebles24 (inmuebles24.com), Mexico's largest real estate portal. Get sale and rental prices, addresses, property sizes, neighborhoods, agency details, and more. Perfect for real estate market research, housing price trends, and investment modeling.
Features
- Sale & rental listings — scrape properties listed for sale or rent
- Multiple property types — houses, apartments, land, offices, commercial spaces
- Location-based search — filter by city slug (e.g.
ciudad-de-mexico,guadalajara,monterrey) - Direct URL support — supply your own Inmuebles24 listing page URLs via
startUrls - Configurable result limit — set exactly how many listings to collect per run
- Cloud-ready — runs on Apify with scheduling, proxy rotation, and webhook support
Use Cases
- Real estate market analysis and price benchmarking across Mexican cities
- Investment opportunity discovery for residential and commercial properties
- Data collection for housing price trend reports
- Aggregating listings from multiple property types in one dataset
- Lead generation for real estate agents and developers
How to Run
- Open the actor on Apify
- Click Try for free
- Set your inputs (listing type, property type, location)
- Click Start
- Download results from the Dataset tab when the run finishes
Input
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
listingType | string | sale | ✓ | Property listing type: sale (For Sale) or rent (For Rent). |
propertyType | string | casas | ✓ | Type of property: casas (Houses), departamentos (Apartments), terrenos (Land), oficinas (Offices), locales (Commercial). |
location | string | ciudad-de-mexico | City slug for the search location (e.g. ciudad-de-mexico, guadalajara, monterrey). | |
maxItems | integer | 30 | Maximum number of listings to scrape (1–500). | |
startUrls | array | Direct Inmuebles24 listing page URLs. When provided, overrides listingType, propertyType, and location. | ||
proxyConfiguration | object | RESIDENTIAL MX | Proxy settings. Mexican residential proxy is strongly recommended to bypass Cloudflare. |
Example Input
{"listingType": "sale","propertyType": "departamentos","location": "ciudad-de-mexico","maxItems": 50,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "MX"}}
Output
Each scraped listing includes:
| Field | Description |
|---|---|
price | Listed price (number) |
currency | Currency code (e.g. MXN) |
propertyTitle | Property type and size title |
description | Full listing description |
address | Full address string |
neighborhood | Neighborhood / colonia name |
area | Property area in m² |
url | Direct URL to the listing on Inmuebles24 |
datePosted | Date the listing was published (ISO 8601) |
scrapedAt | ISO 8601 timestamp when this item was scraped |
agencyName | Name of the real estate agency |
country | Country code |
Sample Output
{"price": 3500000,"currency": "MXN","propertyTitle": "Casa · 185m² · 3 Recámaras","description": "Hermosa casa en fraccionamiento privado...","address": "Col. Polanco, Ciudad de México, CDMX","neighborhood": "Polanco","area": 185,"url": "https://www.inmuebles24.com/propiedades/casa-en-polanco-12345.html","datePosted": "2026-05-18T00:00:00.000Z","scrapedAt": "2026-05-20T10:30:00.000Z","agencyName": "Inmuebles Plus","country": "MX"}
Notes
- Proxy: Mexican residential proxy is required — set
proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"], apifyProxyCountry: "MX" }. Cloudflare JS challenge is bypassed automatically with real Chrome + residential proxy. - Prices: Prices are rendered client-side after React hydration — the actor waits for
[data-qa="POSTING_CARD_PRICE"]to appear before extracting. - Scheduling: Use Apify Scheduler to monitor price changes on a recurring basis for a continuously updated dataset.
- Location slugs: Use Spanish city names in slug form (e.g.
ciudad-de-mexico,guadalajara,monterrey,puebla,queretaro).