Lamudi Real Estate Scraper
Pricing
from $3.00 / 1,000 results
Lamudi Real Estate Scraper
Scrape real estate listings from lamudi.com.ph - condos, houses, apartments, land and commercial property for sale or rent across the Philippines. Filter by region, price and bedrooms, or fetch exact listing URLs.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape real estate listings from lamudi.com.ph — the Philippines' leading property portal. Search condos, houses, apartments, land and commercial property for sale or for rent, filtered by region, city/area, price and bedroom count — or fetch exact listing/search URLs directly. Returns price, bedrooms/bathrooms, floor size, exact location with coordinates, amenities and images.
What this actor does
- Two modes:
search(filtered browse) andbyUrls(exact listing/search URL lookup) - Full transaction coverage: for sale (
buy) and for rent (rent) - Full property-type coverage: condo, house, apartment, land, commercial, foreclosures (sale), short-term rentals
- 49 regions/provinces plus an optional free-text city/area refinement
- Filters: min/max price, min/max bedrooms, min/max bathrooms, min/max floor size (sqm), free-text keyword
- Sort order: popularity (default), newest, price low-to-high, price high-to-low
- Empty fields are omitted — no null/blank/sentinel values in the output
Output per listing
listingId,title,propertyUrl,sourceUrldescriptiontransactionType—buyorrentprice,currency,priceUnit(rent listings only, e.g.month),availabilitybedrooms,bathrooms,floorSizeSqmregion,city,streetAddress,countryneighborhood— barangay/district name (present on detail-page fetches only,mode=byUrlswith an exact listing URL)latitude,longitudeimageUrl— cover photoimageUrls[]— full photo gallery (present on detail-page fetches,mode=byUrlswith an exact listing URL)amenities[]— building/unit amenities (present on detail-page fetches)agencyName,agencyUrl,agencyVerification(e.g.Fully verified),agencyPhone— publisher identity/contact, present on detail-page fetches only (mode=byUrlswith an exact listing URL)recordType: "listing",scrapedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | search | search / byUrls |
transactionType | string | buy | buy (for sale) / rent (for rent) |
propertyType | string | condo | condo / house / apartment / land / commercial / foreclosures / short-term. foreclosures only exists under For Sale on Lamudi and short-term only under For Rent — if transactionType doesn't match, the actor auto-corrects it to the only valid combination rather than returning unrelated listings. |
region | string | metro-manila | One of 49 regions/provinces, or blank for nationwide |
location | string | – | Optional city/area slug appended after region, e.g. quezon-city |
keyword | string | – | Optional free-text keyword matched against each listing's title/description/address (building/subdivision name). Applied client-side while paginating results. |
propertyUrls | array | – | Exact listing or search-result URLs (mode=byUrls) |
minPrice / maxPrice | int | – | Price range in local currency (PHP) |
minBedrooms / maxBedrooms | int | – | Bedroom count range |
minBathrooms / maxBathrooms | int | – | Bathroom count range |
minFloorSize / maxFloorSize | int | – | Floor area range in square meters |
sortBy | string | popularity | popularity / newest / price-low / price-high (mode=search) |
maxItems | int | 30 | Hard cap (1–1000) |
Example: condos for sale in Quezon City under ₱10M
{"mode": "search","transactionType": "buy","propertyType": "condo","region": "metro-manila","location": "quezon-city","maxPrice": 10000000,"maxItems": 50}
Example: 2+ bedroom houses for rent in Cebu
{"mode": "search","transactionType": "rent","propertyType": "house","region": "cebu","minBedrooms": 2,"maxItems": 30}
Example: look up specific listings
{"mode": "byUrls","propertyUrls": ["https://www.lamudi.com.ph/property/41032-73-a7e7750450ef-ea74-5bd7ca66-bf19-48cc"]}
Use cases
- PropTech aggregators — feed Philippine listing data into a cross-portal property search app
- Real estate agencies — monitor competitor listings and pricing in target regions
- Market research — track price-per-sqm trends across Metro Manila and provincial markets
- Investment analysis — filter for-rent yields vs for-sale prices in a specific city/area
- Relocation services — build curated shortlists of condos/houses matching a client's budget and bedroom needs
- Lead generation — identify verified agencies and their active listing inventory
FAQ
Do I need a proxy or login? No. The actor reads lamudi.com.ph's public listing pages directly — no cookies, no API key, no residential proxy.
How current is the data? Every run fetches live data at request time; nothing is cached. Sold/rented or removed listings simply won't appear.
Why do some listings have fewer fields than others? Not every listing includes every optional field (e.g. amenities is more commonly populated on individual listing pages than on search-result cards). Missing fields are omitted rather than shown as empty.
Can I get amenities for every listing? Amenities appear most reliably when fetching individual listing pages directly via mode=byUrls; search-result cards sometimes omit them.
Can I see who's listing the property? mode=byUrls with an exact listing URL also returns the publisher/agency name, its Lamudi profile URL, and its verification badge (e.g. Fully verified).
Can I get every photo, not just the cover image? Yes — mode=byUrls with an exact listing URL returns imageUrls[], the full photo gallery from the listing page (in addition to imageUrl, the single cover photo also available on search results).
Limitations
- Coverage is the Philippines site (
lamudi.com.ph) only; Lamudi's Indonesia and Mexico sites use different platforms and are not covered by this actor. region/locationmap to Lamudi's own URL taxonomy; an unrecognized city/area slug simply returns 0 results (no crash).- Personal agent contact details (phone/email) are not part of the public listing data and are not included; only the publicly displayed agency/publisher name, profile URL and verification badge are.
propertyUrl/sourceUrlopen normally in a real browser, but lamudi.com.ph's CloudFront WAF returns 401/403 to barecurlor non-browser HTTP clients without a full browser TLS/JS fingerprint — this is expected and does not indicate a broken link.