Inmuebles24 Property Listings Scraper avatar

Inmuebles24 Property Listings Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Inmuebles24 Property Listings Scraper

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

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

  1. Open the actor on Apify
  2. Click Try for free
  3. Set your inputs (listing type, property type, location)
  4. Click Start
  5. Download results from the Dataset tab when the run finishes

Input

FieldTypeDefaultRequiredDescription
listingTypestringsaleProperty listing type: sale (For Sale) or rent (For Rent).
propertyTypestringcasasType of property: casas (Houses), departamentos (Apartments), terrenos (Land), oficinas (Offices), locales (Commercial).
locationstringciudad-de-mexicoCity slug for the search location (e.g. ciudad-de-mexico, guadalajara, monterrey).
maxItemsinteger30Maximum number of listings to scrape (1–500).
startUrlsarrayDirect Inmuebles24 listing page URLs. When provided, overrides listingType, propertyType, and location.
proxyConfigurationobjectRESIDENTIAL MXProxy 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:

FieldDescription
priceListed price (number)
currencyCurrency code (e.g. MXN)
propertyTitleProperty type and size title
descriptionFull listing description
addressFull address string
neighborhoodNeighborhood / colonia name
areaProperty area in m²
urlDirect URL to the listing on Inmuebles24
datePostedDate the listing was published (ISO 8601)
scrapedAtISO 8601 timestamp when this item was scraped
agencyNameName of the real estate agency
countryCountry 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).