Lamudi Real Estate Scraper avatar

Lamudi Real Estate Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Lamudi Real Estate Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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) and byUrls (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, sourceUrl
  • description
  • transactionTypebuy or rent
  • price, currency, priceUnit (rent listings only, e.g. month), availability
  • bedrooms, bathrooms, floorSizeSqm
  • region, city, streetAddress, country
  • neighborhood — barangay/district name (present on detail-page fetches only, mode=byUrls with an exact listing URL)
  • latitude, longitude
  • imageUrl — cover photo
  • imageUrls[] — full photo gallery (present on detail-page fetches, mode=byUrls with 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=byUrls with an exact listing URL)
  • recordType: "listing", scrapedAt

Input

FieldTypeDefaultDescription
modestringsearchsearch / byUrls
transactionTypestringbuybuy (for sale) / rent (for rent)
propertyTypestringcondocondo / 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.
regionstringmetro-manilaOne of 49 regions/provinces, or blank for nationwide
locationstringOptional city/area slug appended after region, e.g. quezon-city
keywordstringOptional free-text keyword matched against each listing's title/description/address (building/subdivision name). Applied client-side while paginating results.
propertyUrlsarrayExact listing or search-result URLs (mode=byUrls)
minPrice / maxPriceintPrice range in local currency (PHP)
minBedrooms / maxBedroomsintBedroom count range
minBathrooms / maxBathroomsintBathroom count range
minFloorSize / maxFloorSizeintFloor area range in square meters
sortBystringpopularitypopularity / newest / price-low / price-high (mode=search)
maxItemsint30Hard 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/location map 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/sourceUrl open normally in a real browser, but lamudi.com.ph's CloudFront WAF returns 401/403 to bare curl or non-browser HTTP clients without a full browser TLS/JS fingerprint — this is expected and does not indicate a broken link.