# Inmuebles24 Ad ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/inmuebles24/ad` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/inmuebles24-ad | ## Description Fetch a single Inmuebles24 Mexico property listing by URL and get full details: price, area, rooms, amenities, images, location, and publisher info as structured JSON. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/inmuebles24/ad' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Lookup apartment in Polanco, CDMX ```json { "id": "in24-63741829", "url": "https://www.inmuebles24.com/propiedades/departamento-en-venta-en-polanco-3-recamaras-63741829.html", "area": { "lot_m2": null, "construction_m2": 148 }, "price": { "amount": 7850000, "currency": "MXN", "price_per_m2": 53040, "maintenance_fee": 4200 }, "title": "Departamento en venta en Polanco V Sección, 3 recámaras", "images": [ "https://img.inmuebles24.com/photos/63741829/1/1024x768.jpg", "https://img.inmuebles24.com/photos/63741829/2/1024x768.jpg", "https://img.inmuebles24.com/photos/63741829/3/1024x768.jpg" ], "status": "active", "features": { "floor": "12", "parking": 2, "bedrooms": 3, "bathrooms": 2, "condition": "Excelente", "year_built": 2020, "half_bathrooms": 1 }, "location": { "lat": 19.4324, "lng": -99.1954, "state": "Ciudad de México", "address": "Presidente Masaryk 111, Polanco V Sección", "municipality": "Miguel Hidalgo", "neighborhood": "Polanco V Sección" }, "amenities": [ "Roof garden", "Alberca", "Gimnasio", "Seguridad 24 hrs", "Circuito cerrado", "Business center", "Salón de eventos", "Bodega" ], "operation": "sale", "publisher": { "id": "re-agency-mx-2947", "name": "ERA Inmobiliaria México", "type": "real_estate_agency", "profile_url": "https://www.inmuebles24.com/inmobiliaria/era-inmobiliaria-mexico", "total_listings": 184 }, "thumbnail": "https://img.inmuebles24.com/photos/63741829/1/320x240.jpg", "updated_at": "2026-05-03T09:00:00.000Z", "description": "Hermoso departamento en Polanco V Sección, piso 12 con vistas a Reforma. Amplia sala-comedor, cocina integral equipada, 3 recámaras (master en suite con walk-in closet), 2.5 baños, cuarto de servicio. Amenidades de primer nivel en el edificio. 2 cajones de estacionamiento y bodega incluidos.", "published_at": "2026-05-01T10:30:00.000Z", "property_type": "apartment" } ``` ## Documentation ## Overview Inmuebles24 is Mexico's leading real estate portal (OLX Group). Individual listing pages are protected by Cloudflare Bot Management (TLS fingerprinting, JavaScript challenges). Piloterr handles the bypass and returns complete listing details as structured JSON: price, area, amenities, images, coordinates, maintenance fee, and publisher info. ## Quickstart ``` GET https://api.piloterr.com/v2/inmuebles24/ad?url=https://www.inmuebles24.com/propiedades/departamento-en-venta-en-polanco-3-recamaras-63741829.html ``` ## Main use cases - Enrich a Mexican property database with amenities, maintenance fees, and coordinates after collecting URLs from search results - Monitor real-time price changes on specific listings to detect reductions and relisting activity - Build a dataset of apartment conditions and construction years in CDMX colonias - Extract coordinates and maintenance fees to build price-per-m² maps and total cost of ownership estimates - Feed a real estate CRM with structured data including publisher type and active listing count