# Inmuebles24 Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/inmuebles24/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/inmuebles24-search | ## Description Search Inmuebles24 Mexico real estate listings by location and filters and get price, area, rooms, and agent info as structured JSON in real time. ## 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/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Search apartments for sale in Polanco, CDMX ```json { "page": 1, "results": [ { "id": "in24-63741829", "url": "https://www.inmuebles24.com/propiedades/departamento-en-venta-en-polanco-3-recamaras-63741829.html", "price": 7850000, "title": "Departamento en venta en Polanco, 3 recámaras", "area_m2": 148, "parking": 2, "bedrooms": 3, "currency": "MXN", "location": { "state": "Ciudad de México", "municipality": "Miguel Hidalgo", "neighborhood": "Polanco V Sección" }, "bathrooms": 2, "operation": "sale", "thumbnail": "https://img.inmuebles24.com/photos/63741829/1/320x240.jpg", "lot_area_m2": null, "published_at": "2026-05-01T10:30:00.000Z", "property_type": "apartment", "publisher_name": "ERA Inmobiliaria México" } ], "total_results": 5813, "results_per_page": 20 } ``` ## Documentation ## Overview Inmuebles24 is Mexico's leading real estate portal (OLX Group), with hundreds of thousands of listings across all Mexican states. The platform applies Cloudflare Bot Management (TLS fingerprinting, JavaScript challenges). Piloterr handles the bypass and returns paginated listings as structured JSON. Each result includes price in MXN, construction area, bedroom and bathroom count, parking spaces, colonia, municipality, state, and publisher name. ## Quickstart ``` GET https://api.piloterr.com/v2/inmuebles24/search?location=Polanco,+Ciudad+de+México&operation=sale&property_type=apartment ``` ## Main use cases - Track real-time price per m² by colonia in CDMX to build a Mexican property valuation model - Monitor new listings in key neighborhoods to surface buying opportunities before investor attention arrives - Build a rental affordability index aggregating Inmuebles24 prices across Mexican cities - Collect listing volume and price data by state for Mexican real estate market reports - Feed competitive intelligence tools for agencies tracking listing counts and price trends - Compare Inmuebles24 data with other portals to detect cross-platform price discrepancies