Lamudi Real Estate Scraper avatar

Lamudi Real Estate Scraper

Pricing

$4.00 / 1,000 listing scrapeds

Go to Apify Store
Lamudi Real Estate Scraper

Lamudi Real Estate Scraper

Scrape real estate listings from Lamudi (lamudi.com.ph, lamudi.co.id) by search/category URL. Returns price, currency, bedrooms, bathrooms, floor size, address, and URL.

Pricing

$4.00 / 1,000 listing scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape real estate listings from Lamudi (lamudi.com.ph, lamudi.co.id) by search or category URL. Returns price, currency, bedrooms, bathrooms, floor size, address and the listing URL — no login required.

Input

FieldTypeDescription
startUrlsarrayOne or more Lamudi search/category URLs, e.g. https://www.lamudi.com.ph/buy/metro-manila/house/
maxItemsintegerMax listings to return across all start URLs (paginates automatically, default 30, max 300)
maxPagesPerUrlintegerMax result pages to paginate through per start URL (default 5)

Example:

{
"startUrls": ["https://www.lamudi.com.ph/buy/metro-manila/house/"],
"maxItems": 60
}

Output

{
"name": "House For Sale in Almanza Dos",
"price": 90800000,
"currency": "PHP",
"bedrooms": 5,
"bathrooms": 7,
"floorSizeSqm": 709,
"address": "Las Piñas, Metro Manila",
"image": "https://img.lamudi.com/...",
"url": "https://www.lamudi.com.ph/property/...",
"scrapedAt": "2026-08-04T00:00:00.000Z"
}

Common uses

  • Real estate market and price research in the Philippines and Indonesia
  • Building property catalogs and comparison tools
  • Lead generation for agents and brokers
  • Tracking new listings by city or property type

Notes

Find the right start URL by browsing lamudi.com.ph or lamudi.co.id for your city/property type, then copy the search-result page URL into startUrls.