Lamudi Philippines & Indonesia Property & Agent Leads Scraper avatar

Lamudi Philippines & Indonesia Property & Agent Leads Scraper

Pricing

from $17.00 / 1,000 results

Go to Apify Store
Lamudi Philippines & Indonesia Property & Agent Leads Scraper

Lamudi Philippines & Indonesia Property & Agent Leads Scraper

Scrape Lamudi property listings in the Philippines and Indonesia: title, price, property type, sale or rent, bedrooms, bathrooms, floor area, address, city, region, map coordinates, listing URL and the agency name plus agent contact phone. Export to JSON, CSV or Excel.

Pricing

from $17.00 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Lamudi Philippines & Indonesia Property & Agent Leads Scraper

Lamudi Philippines & Indonesia Property & Agent Leads Scraper

Here is one real result, with every field the actor returns:

{
"title": "House For Sale in Calamba",
"priceAmount": 6113580,
"priceCurrency": "PHP",
"propertyType": "House",
"operation": "sale",
"bedrooms": 4,
"bathrooms": 2,
"floorAreaM2": 80,
"landAreaM2": null,
"address": "Palo-Alto, Calamba City, Laguna, Calabarzon, PHL",
"city": "Calamba",
"region": "Laguna",
"country": "PH",
"latitude": 14.18853589,
"longitude": 121.11005665,
"agencyName": "Suntrust Properties, Inc.",
"agentName": null,
"agentPhone": "+639202022102",
"agentEmail": null,
"principalAmenity": "Swimming pool",
"image": "https://img.lamudi.com/eyJidWNrZXQiOiJwcmQtbGlmdWxsY29ubmVjdC1iYWNrZW5kLWIyYi1pbWFnZXMi...",
"description": "San Francisco Heights: A Peaceful Residential Development in Calamba, Laguna. San Francisco Heights offers a serene escape from the city while keeping you close to essential locations for work, leisure, and family life. Key amenities include a clubhouse, basketball court, swimming pool, playground, landscaped gardens and more.",
"listingUrl": "https://www.lamudi.com.ph/property/41032-73-2a2482086164-9eaa-1976469-a5d0-7c06",
"searchUrl": "https://www.lamudi.com.ph/buy/",
"source": "Lamudi",
"observedAt": "2026-08-10T14:33:25.632Z"
}

Note: image is a real URL, truncated here (the actor returns the full signed URL). description is real but trimmed from a much longer listing text; the wording shown is verbatim from the source.

The most complete Lamudi scraper available. It returns every field a Lamudi property listing exposes across the Philippines (lamudi.com.ph) and Indonesia (lamudi.co.id), including agent and agency contact leads, geocodes and specs, from any search or city URL you paste in.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor takes the Lamudi search or city URLs you paste in, paginates through the matching property listings, and writes one normalized record per listing to the run's dataset. Country is auto-detected from each URL's domain (.com.ph = Philippines, .co.id = Indonesia). Each record includes price with currency, property type and operation (sale or rent), bed/bath counts, floor and land area, full location with latitude/longitude, the listing agency and agent contact lead (name, phone, email when shown), the highlighted amenity, primary photo and full description. Missing source values are returned as null.

To scrape exactly what you want, open Lamudi in a browser, apply your filters (city, for sale or for rent, property type, price), copy the results URL, and paste it into searchUrls. One run can process many URLs.

Quickstart

Open the actor, paste this into the input, and press Run. It returns 10 listings from the Philippines and Indonesia buy feeds.

{
"searchUrls": [
"https://www.lamudi.com.ph/buy/",
"https://www.lamudi.co.id/jual/"
],
"country": "ph",
"maxListings": 10
}

Paste any filtered search URL for a specific city, property type or price band, for example https://www.lamudi.com.ph/metro-manila/condominium/buy/ or https://www.lamudi.co.id/jakarta/rumah/jual/.

Input reference

FieldTypeRequiredDefaultDescription
searchUrlsstring[]noPH + ID buy feedsLamudi search or city result URLs to scrape (lamudi.com.ph or lamudi.co.id). Apply filters on the site, copy the results URL, paste here. One run processes many URLs.
countryenumnophCountry when a bare search is used: ph (Philippines) or id (Indonesia). Auto-detected from each full URL's domain; only applies when no full URL is given.
maxListingsintegerno10Maximum property listings to collect across all search URLs.

Output reference

One dataset item per property listing. Types: string, integer, number, or null when the source value is absent.

FieldTypeDescription
titlestringListing title.
priceAmountnumberPrice amount, or null if not shown.
priceCurrencystringPrice currency: PHP or IDR.
propertyTypestringProperty type, for example Condo, House, Apartemen, Rumah.
operationstringsale or rent.
bedroomsintegerNumber of bedrooms, or null.
bathroomsintegerNumber of bathrooms, or null.
floorAreaM2numberFloor area in square metres, or null.
landAreaM2numberLand / plot area in square metres, when shown.
addressstringStreet address.
citystringCity / locality.
regionstringRegion / province.
countrystringCountry code: PH or ID.
latitudenumberLatitude, or null.
longitudenumberLongitude, or null.
agencyNamestringListing agency name (lead).
agentNamestringListing agent name, when shown.
agentPhonestringAgent / agency contact phone (lead).
agentEmailstringAgent / agency email, when shown.
principalAmenitystringHighlighted amenity.
imagestringPrimary photo URL.
descriptionstringListing description.
listingUrlstringListing detail page URL.
searchUrlstringSearch URL that produced this record.
sourcestringData source. Always Lamudi.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. On a failed run, a single item with a populated error field is written instead.

Example output record

Real record from a live run (input {"searchUrls":["https://www.lamudi.com.ph/buy/","https://www.lamudi.co.id/jual/"],"country":"ph","maxListings":10}):

{
"title": "House For Sale in Calamba",
"priceAmount": 6113580,
"priceCurrency": "PHP",
"propertyType": "House",
"operation": "sale",
"bedrooms": 4,
"bathrooms": 2,
"floorAreaM2": 80,
"landAreaM2": null,
"address": "Palo-Alto, Calamba City, Laguna, Calabarzon, PHL",
"city": "Calamba",
"region": "Laguna",
"country": "PH",
"latitude": 14.18853589,
"longitude": 121.11005665,
"agencyName": "Suntrust Properties, Inc.",
"agentName": null,
"agentPhone": "+639202022102",
"agentEmail": null,
"principalAmenity": "Swimming pool",
"image": "https://img.lamudi.com/eyJidWNrZXQiOiJwcmQtbGlmdWxsY29ubmVjdC1iYWNrZW5kLWIyYi1pbWFnZXMi...",
"description": "San Francisco Heights: A Peaceful Residential Development in Calamba, Laguna. San Francisco Heights offers a serene escape from the city while keeping you close to essential locations for work, leisure, and family life.",
"listingUrl": "https://www.lamudi.com.ph/property/41032-73-2a2482086164-9eaa-1976469-a5d0-7c06",
"searchUrl": "https://www.lamudi.com.ph/buy/",
"source": "Lamudi",
"observedAt": "2026-08-10T14:33:25.632Z"
}

image and description are trimmed above for length; the actor returns the full values.

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~lamudi-property-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchUrls":["https://www.lamudi.com.ph/metro-manila/condominium/buy/"],"maxListings":25}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~lamudi-property-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchUrls":["https://www.lamudi.co.id/jakarta/rumah/jual/"],"maxListings":100}'

Apify CLI:

apify call scrapers_lat/lamudi-property-scraper \
--input '{"searchUrls":["https://www.lamudi.com.ph/buy/"],"maxListings":10}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per listing record returned (result event). See the pricing tab for the current per-result price.
  • No charge on failure. If a run errors, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 records per run. Upgrade for higher maxListings.

FAQ and troubleshooting

A run returned 0 records. Why? The search URL matched nothing, or the filters were too narrow. Open the URL in a browser to confirm it shows results, then paste it again. Zero-result runs are not charged.

How do I scrape a specific city or property type? Apply the filters on lamudi.com.ph or lamudi.co.id, then copy the resulting URL into searchUrls. The actor follows whatever filters are encoded in the URL.

Does it get agent contact details? Yes, when the listing exposes them: agencyName, agentName, agentPhone and agentEmail are captured as leads. Fields not shown on the source are returned as null.

Can I mix Philippines and Indonesia URLs? Yes. Country is auto-detected per URL from the domain, so a single run can process both.

Why is landAreaM2 null? The listing did not publish a land/plot area (common for condos and apartments). Missing values are returned as null, never invented.

Is this an official Lamudi tool? No. This actor is independent and has no affiliation with Lamudi. It reads only data that is publicly available on Lamudi. Use it in accordance with Lamudi's terms of service.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with Lamudi. Accesses only publicly available Lamudi data. Use in accordance with Lamudi's terms of service.