Lamudi Scraper | Philippines Real Estate + Exact GPS Pin
Pricing
from $1.50 / 1,000 property listings
Lamudi Scraper | Philippines Real Estate + Exact GPS Pin
Scrape lamudi.com.ph — Philippines real-estate listings with the EXACT map-pin coordinates (lat/lng), street-level address, price, beds, baths, floor area, amenities, and full photo gallery. Houses, condos, land — rent or sale. Monitoring mode returns only new listings
Pricing
from $1.50 / 1,000 property listings
Rating
0.0
(0)
Developer
Muhamed Didovic
Maintained by CommunityActor stats
0
Bookmarked
19
Total users
18
Monthly active users
17 hours ago
Last modified
Categories
Share
Lamudi Philippines Scraper — Real Estate Listings with Precise Map-Pin Coordinates 🏠📍
Scrape lamudi.com.ph — one of the Philippines' largest property portals — and get every listing as clean, structured data: price, bedrooms, bathrooms, floor area, amenities, full photo galleries, street-level addresses, and — unlike any other Lamudi scraper — the exact map-pin latitude/longitude for every listing, not just a vague "Metro Manila, Makati" text label.

Why use this scraper?
- 📍 Precise coordinates on every row — the exact map pin from the listing's own map (
14.5732687, 121.0005171), so you can plot listings, compute distances to MRT stations/schools/offices, and run real geo analysis. Competing Lamudi scrapers only return the coarse location text. - 🏠 Street-level addresses — Lamudi listings expose the actual street in their structured data (
"Diamante, San Andres Bukid, Manila"), and this actor captures it. - 🏘️ Complete listing data — price with currency and rent period, property type, bedrooms, bathrooms, floor area, amenity tags, full description, and the photo gallery in full resolution.
- 🧭 Three ways to start — paste any listing URL, paste direct property URLs, or just give it locations + rent/sale + property types and let the actor build the searches.
- 🔁 Monitoring mode — run it on a schedule and receive only new listings each time. Ideal for deal-alerting, price tracking, and lead generation.
- ⚡ Fast, HTTP-only pipeline — no headless browsers. Server-rendered HTML parsed directly; hundreds of listings per minute at low cost.
- 🎁 Bonus: Dot Property support — add
dotpropertyto thesitesinput (or paste dotproperty.com.ph URLs) and sweep both major PH portals in one run; every row carries asourcefield.
What data does it extract?
| Field group | Fields |
|---|---|
| Identity | listingId, listingUrl, title, name, propertyType, operation (rent/sale), source |
| 💰 Price | price.amount, price.currency, price.period, plus rentPrice / salePrice (both set on listings offered for rent AND sale at once) |
| 📍 Location | coordinates.latitude / coordinates.longitude (exact map pin), region, city, locationText (street-level), breadcrumbs |
| 🛏️ Specs | bedrooms, bathrooms, usableAreaSqm |
| 🏊 Amenities | facilities[] — 24-hour security, Garage, Balcony, Concierge, … |
| 📝 Content | description, images[] (full-size gallery), ogImage |
Use cases
- Property investment analysis — map every rental in a barangay with real coordinates, compare ₱/sqm across areas, find under-priced listings near transit.
- Relocation / OFW search tooling — build a filtered feed of family-sized houses near a specific office or school using true distance, not location strings.
- Market monitoring — schedule with monitoring mode to get only newly posted listings; feed alerts to Slack/Telegram/email via Apify integrations.
- Academic / urban research — housing price distribution, supply density, amenity coverage across Philippine metros.
Input configuration
Either paste URLs:
{"startUrls": ["https://www.lamudi.com.ph/rent/metro-manila/makati/house/","https://www.lamudi.com.ph/property/41032-73-3f893ff3e404-f4bc-19e5841-8dbd-73e3"],"maxItems": 200}
Or use the search builder:
{"locations": ["Metro Manila", "Cebu"],"operation": "rent","propertyTypes": ["houses", "condos"],"maxItems": 500}
| Input | Type | Description |
|---|---|---|
startUrls | array | Any lamudi.com.ph listing or property URLs — auto-classified. Takes priority over the search builder. |
locations | array | Location names or slugs ("Metro Manila", "makati", "cebu"). |
operation | string | rent (default) or sale. |
propertyTypes | array | properties (all), houses, condos, apartments, land, offices. |
sites | array | Defaults to ["lamudi"]; add dotproperty to sweep both portals. |
monitoringMode | boolean | Only return listings not delivered on previous runs. |
maxItems | integer | Hard cap on listings collected (default 1000). |
proxy | object | Proxy settings; a small residential pool is plenty. |
Output sample
{"type": "property","source": "lamudi","listingId": "41032-73-3f893ff3e404-f4bc-19e5841-8dbd-73e3","listingUrl": "https://www.lamudi.com.ph/property/41032-73-3f893ff3e404-f4bc-19e5841-8dbd-73e3","title": "House For Rent in Central Manila","operation": "rent","propertyType": "House","price": { "amount": 70000, "currency": "PHP", "period": "month" },"coordinates": { "latitude": 14.5732687, "longitude": 121.0005171 },"region": "Metro Manila","city": "Manila","locationText": "Diamante, San Andres Bukid, Manila, Kalakhang Maynila, Pilipinas","bedrooms": 3,"bathrooms": 4,"usableAreaSqm": 210,"facilities": ["24 hours security", "Garage", "Balcony", "Concierge"],"description": "House for Rent — newly renovated house …","images": ["https://img.lamudi.com/…full-size…jpg"],"scrapedAt": "2026-07-08T03:20:00.000Z"}
Export as JSON, CSV, Excel, or XML straight from the Apify dataset, or pull via API into your own pipeline.
How it works
- Classify every start URL: listing page vs direct property URL.
- Walk pagination on listing pages (
?page=N) untilmaxItemsis reached. - Fetch each property page once and parse Lamudi's structured-data block: geo coordinates (the precise pin), price specification, address, specs, amenities, plus the photo gallery.
- Push one row per listing — no padding rows, no duplicate charges.
FAQ
How are the coordinates different from other Lamudi scrapers? Other scrapers return only the location text. This actor extracts the listing's own map-pin latitude/longitude — the same pin you see on the listing's map — precise enough to compute walking distance to an MRT station.
Does it include the agent's name or phone?
No. Lamudi does not expose agent identity or contact details in its public pages, and this actor does not bypass authentication or lead forms. (Tip: Dot Property rows — via the sites input — do include agent name, city, and listing count.)
Can I only get new listings on repeat runs?
Yes — enable monitoringMode. The first run seeds a private per-user baseline; every later run returns only listings you haven't received before, and skipped listings are never charged.
Does it work for sale listings as well as rentals? Yes — both, across houses, condos, apartments, land, and commercial.
What about listings offered for rent AND sale at the same time?
Some Lamudi listings carry two prices. Both are returned: rentPrice (with monthly period) and salePrice, while price reflects the operation context the listing was found under. Single-operation listings fill only the matching field.
Are monitoring IDs kept separate per portal?
Yes — delivered-listing IDs are namespaced by portal (dp_… / lm_…) in your private per-user store, so Dot Property and Lamudi IDs can never collide or cause a listing to be skipped incorrectly.
How many listings can it handle?
Broad searches match tens of thousands of listings. Use maxItems to cap the run; the actor streams results as it goes.
Support & feature requests
Found an issue or need an extra field? Open an issue in the Issues tab of this actor in the Apify Console — we typically respond within 24 hours.
Additional services
Need a custom scraper, a private variant of this actor, delivery to your own database, or a different property portal covered? Reach out via the Apify contact form.
Explore more scrapers
Check out our other actors on the memo23 Apify profile — job boards, real estate, travel, e-commerce, and lead-generation scrapers.
⚠️ Disclaimer
This actor is not affiliated with, endorsed by, or sponsored by Lamudi, Lifull Connect, or any of their subsidiaries. It only accesses publicly available data that any visitor can see in a browser, and it does not bypass authentication or access controls. You are solely responsible for how you use the extracted data and for complying with applicable laws, the target website's terms of service, and data-protection regulations (including the Philippine Data Privacy Act) in your jurisdiction. Use reasonable request rates. If you plan to republish or commercialize scraped data, obtain independent legal advice first.
SEO Keywords
lamudi scraper, lamudi.com.ph scraper, lamudi philippines data, philippines real estate scraper, philippines property data, manila property listings scraper, makati condo rental data, cebu property scraper, philippines rental listings api, property listing coordinates latitude longitude, real estate data extraction philippines, philippines housing market data, condo for sale data philippines, house for rent scraper manila, property market monitoring philippines, lamudi api alternative