Data sources / Inmuebles24
Inmuebles24 is a rental listings source we track. HousingFeed extracts Inmuebles24 rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 557 Inmuebles24 listings are live right now, refreshed daily.
Inmuebles24 does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Inmuebles24 listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Inmuebles24 listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Inmuebles24 specifically:
| Field | Coverage on Inmuebles24 |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 97% |
| Bathrooms | ██████████ 98% |
| Floor area | ██████████ 98% |
| Property type | ██████████ 100% |
| Photo | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Inmuebles24 feed:
{
"platform": "inmuebles24",
"url": "https://www.inmuebles24.com/propiedades/clasificado/alclapin-departamento-exterior-con-balcones-y-persianas-en-la-141564940.html",
"address": "LA MORENA, Narvarte Poniente, Benito Ju\u00e1rez",
"city": "Narvarte Poniente",
"state": "Mexico",
"rent_min": 29000,
"beds": 2,
"baths": 2,
"image": "https://img10.naventcdn.com/avisos/18/01/41/56/49/40/720x532/1613091181.jpg?isFirstImage=true",
"scraped_at": "2026-07-04T17:29:48+00:00"
}
Filter the HousingFeed API to inmuebles24 and get Inmuebles24 listings back as JSON:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"platform":"inmuebles24","maxItems":100}'
557 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.