# Lamudi Ad ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/lamudi/ad` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/lamudi-ad | ## Description Retrieve a full Lamudi property listing by URL: price, area, amenities, coordinates, virtual tour, and agent details 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/ad' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Lookup condo listing in Makati, Philippines ```json { "id": "lm-ph-7293041", "url": "https://www.lamudi.com.ph/for-sale/condominium/makati/bel-air/2br-condo-the-rise-makati-72sqm-7293041.html", "area": { "lot_m2": null, "floor_m2": 72 }, "tags": [ "Ready for Occupancy" ], "price": { "amount": 8750000, "currency": "PHP", "price_per_m2": 121527, "monthly_estimate": 48200 }, "title": "2BR Condo for Sale in Makati - The Rise Makati, 72 sqm", "images": [ "https://photos.lamudi.com.ph/photos/7293041/1/1024x768.jpg", "https://photos.lamudi.com.ph/photos/7293041/2/1024x768.jpg", "https://photos.lamudi.com.ph/photos/7293041/3/1024x768.jpg", "https://photos.lamudi.com.ph/photos/7293041/4/1024x768.jpg" ], "status": "active", "country": "ph", "features": { "parking": 1, "bedrooms": 2, "bathrooms": 2, "furnishing": "Semi Furnished", "year_built": 2021, "floor_level": "18" }, "location": { "city": "Makati", "region": "Metro Manila", "latitude": 14.5575, "longitude": 121.0145, "full_address": "The Rise Makati, Heckler St, Bel-Air, Makati, 1209 Metro Manila", "neighborhood": "Bel-Air" }, "amenities": [ "Swimming Pool", "Gym", "24-Hour Security", "Function Room", "Sky Lounge", "Retail Podium", "Basement Parking", "High-Speed Elevators" ], "operation": "sale", "publisher": { "name": "Shang Properties", "type": "developer", "phone": "+63 2 8863 2888", "logo_url": "https://photos.lamudi.com.ph/agencies/shang-properties/logo.jpg", "verified": true }, "thumbnail": "https://photos.lamudi.com.ph/photos/7293041/1/320x240.jpg", "video_url": null, "updated_at": "2026-05-02T09:30:00.000Z", "description": "Spacious 2-bedroom unit on the 18th floor of The Rise Makati, a Shang Properties development in Bel-Air. Features floor-to-ceiling windows, premium Italian kitchen with Miele appliances, engineered hardwood flooring, and direct access to lifestyle amenities. Walking distance to Ayala Center and Greenbelt. Ready for immediate occupancy.", "published_at": "2026-04-29T08:20:00.000Z", "property_type": "condominium", "virtual_tour_url": "https://tours.lamudi.com.ph/7293041" } ``` ## Documentation ## Overview Lamudi serves the Philippines and Indonesia as the primary online real estate marketplace. The platform uses Cloudflare bot protection. Piloterr handles the bypass and returns the full listing record as structured JSON from a single GET call with the listing URL. The response covers price in PHP or IDR, floor area, bedrooms, bathrooms, parking, furnishing, amenities, images, coordinates, virtual tour URL, and verified publisher details. ## Quickstart ``` GET https://api.piloterr.com/v2/lamudi/ad?url=https://www.lamudi.com.ph/for-sale/condominium/makati/bel-air/2br-condo-the-rise-makati-72sqm-7293041.html ``` ## Main use cases - Enrich a property investment database with full listing data from Lamudi URLs collected across Metro Manila districts - Build a price-per-m² map of BGC, Makati, and Ortigas using real-time coordinates and prices from individual listings - Monitor target listings for price reductions or status changes from Pre-Selling to Ready for Occupancy - Extract amenity data and building features from Lamudi condo listings to train a property scoring model - Automate data collection for a PropTech platform comparing Indonesian and Philippine property markets