# Lamudi Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/lamudi/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/lamudi-search | ## Description Search Lamudi Philippines and Indonesia property listings by location and get price, area, bedrooms, tags, and agent data 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/lamudi/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Search condominiums for sale in Makati, Philippines ```json { "page": 1, "country": "ph", "results": [ { "id": "lm-ph-7293041", "url": "https://www.lamudi.com.ph/for-sale/condominium/makati/bel-air/2br-condo-the-rise-makati-72sqm-7293041.html", "tags": [ "Ready for Occupancy" ], "price": 8750000, "title": "2BR Condo for Sale in Makati - The Rise Makati, 72 sqm", "bedrooms": 2, "currency": "PHP", "location": { "city": "Makati", "region": "Metro Manila", "neighborhood": "Bel-Air" }, "bathrooms": 2, "operation": "sale", "thumbnail": "https://photos.lamudi.com.ph/photos/7293041/1/320x240.jpg", "lot_area_m2": null, "published_at": "2026-04-29T08:20:00.000Z", "floor_area_m2": 72, "property_type": "condominium", "publisher_name": "Ayala Land Premier" }, { "id": "lm-ph-7284519", "url": "https://www.lamudi.com.ph/for-sale/house/makati/san-lorenzo/house-and-lot-for-sale-san-lorenzo-village-makati-400sqm-7284519.html", "tags": [ "New Listing" ], "price": 45000000, "title": "House and Lot for Sale in San Lorenzo Village, Makati - 400 sqm", "bedrooms": 4, "currency": "PHP", "location": { "city": "Makati", "region": "Metro Manila", "neighborhood": "San Lorenzo Village" }, "bathrooms": 3, "operation": "sale", "thumbnail": "https://photos.lamudi.com.ph/photos/7284519/1/320x240.jpg", "lot_area_m2": 400, "published_at": "2026-04-25T11:05:00.000Z", "floor_area_m2": 280, "property_type": "house", "publisher_name": "Leechiu Property Consultants" } ], "total_results": 3841, "results_per_page": 20 } ``` ## Documentation ## Overview Lamudi is the leading real estate portal for the Philippines (lamudi.com.ph) and Indonesia (lamudi.co.id). The platform applies Cloudflare bot protection. Piloterr handles the bypass and returns paginated listings as structured JSON. Each result includes price in PHP or IDR, floor area, bedroom and bathroom count, city, region, neighborhood, listing tags, and publisher name. ## Quickstart ``` GET https://api.piloterr.com/v2/lamudi/search?location=Makati,+Metro+Manila&country=ph&operation=sale&property_type=condominium ``` ## Main use cases - Track real-time condo prices by city district in Metro Manila to build a Philippine property price index - Monitor new Pre-Selling listings from major developers to surface investment opportunities before public launch - Build a rental yield calculator using live Lamudi asking prices and rental rates across Metro Manila and Cebu - Collect Jakarta and Surabaya property data from lamudi.co.id for an Indonesian residential market report - Feed a property recommendation engine with live listing data filtered by area, bedrooms, and price per m²