Piloterr

Lamudi Search

GET
/v2/lamudi/search

Search Lamudi Philippines and Indonesia listings. Pass a search URL in query, or use location and filters. Prices, area, rooms, tags, and pagination via browser rendering (2 credits).

Credit cost: 2 credits per call

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query?string

Full Lamudi search URL. Used first when set. Location and path filters are ignored.

Put ?page=2 in the URL to paginate.

Example 1 (Philippines):

https://www.lamudi.com.ph/buy/metro-manila/makati/condo/

Example 2 (page 2):

https://www.lamudi.com.ph/buy/metro-manila/makati/condo/?page=2

Example 3 (Indonesia):

https://www.lamudi.co.id/jual/rumah/jakarta-pusat/menteng/
location?string

City or district. Used when query is empty. Builds a Philippines URL (lamudi.com.ph). For Indonesia, pass a search URL in query.

Example 1:

Makati, Metro Manila

Example 2:

Cebu City, Cebu
operation?string

Transaction type. Used when query is empty.

  • sale: for sale (default)
  • rent: for rent
Default"sale"
property_type?string

Property type. Used when query is empty. Maps to Lamudi slugs (condominium/condo/, land/lot/).

  • condominium
  • house
  • apartment
  • land
  • commercial
  • warehouse
min_price?number

Minimum asking price in PHP or IDR.

Example:

3000000
max_price?number

Maximum asking price in PHP or IDR.

Example:

15000000
min_bedrooms?number

Minimum bedroom count.

Example:

2
max_bedrooms?number

Maximum bedroom count.

Example:

4
min_bathrooms?number

Minimum bathroom count.

Example:

1
min_area?number

Minimum area in m².

Example:

40
max_area?number

Maximum area in m².

Example:

300
sort?string

Sort order.

  • relevance: most relevant (default)
  • price_asc
  • price_desc
  • date
Default"relevance"

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/lamudi/search"
{  "results": [    {      "id": "41032-73-86961cab0c33-7596-4cacf18a-9188-49f0",      "url": "https://www.lamudi.com.ph/property/41032-73-86961cab0c33-7596-4cacf18a-9188-49f0",      "tags": [        "Featured",        "New Development",        "Fully verified"      ],      "price": 4282813,      "title": "Condo For Sale in San Antonio",      "bedrooms": 1,      "currency": "PHP",      "location": {        "city": "Makati",        "region": "Metro Manila",        "neighborhood": "Malugay Street"      },      "bathrooms": 1,      "operation": "sale",      "thumbnail": "https://img.lamudi.com/eyJidWNrZXQiOiJwcmQtbGlmdWxsY29ubmVjdC1iYWNrZW5kLWIyYi1pbWFnZXMiLCJrZXkiOiJpbmdlc3Rlci80Y2FjZjE0MS03NTRkLTQ5YTctOTEzZi04Njk2MWNhYjBiZWEvaG9tZS0xLmpwZyIsImJyYW5kIjoibGFtdWRpIiwiZWRpdHMiOnsicm90YXRlIjpudWxsLCJyZXNpemUiOnsid2lkdGgiOjMyMCwiaGVpZ2h0IjoyNDAsImZpdCI6ImNvdmVyIn19fQ==",      "lot_area_m2": null,      "published_at": null,      "floor_area_m2": 27,      "property_type": "condominium",      "publisher_name": null    },    {      "id": "41032-73-fd54c1228caf-1fa8-1991388-8ea8-7691",      "url": "https://www.lamudi.com.ph/property/41032-73-fd54c1228caf-1fa8-1991388-8ea8-7691",      "tags": [        "Featured",        "New Development",        "Fully verified"      ],      "price": 6216923,      "title": "Studio For Sale in San Antonio",      "bedrooms": 1,      "currency": "PHP",      "location": {        "city": "Makati",        "region": "Metro Manila",        "neighborhood": "Malugay Street"      },      "bathrooms": 1,      "operation": "sale",      "thumbnail": "https://img.lamudi.com/eyJidWNrZXQiOiJwcmQtbGlmdWxsY29ubmVjdC1wcm9qZWN0cy1hZG1pbi1pbWFnZXMiLCJrZXkiOiI1YTZhMjdjYi0zYTc3LTQ2ZmQtYWY4Ni01NjE1ZjQ1ZmFmOTgvNWE2YTI3Y2ItM2E3Ny00NmZkLWFmODYtNTYxNWY0NWZhZjk4XzEuMC1QSC0xMDIzNjQwLVBKLTE3NDU2LTEyMTc2MDc5NzY2MGU0ZjgyNTQ0YTJkLTEtMTIwMC04MDAuanBnIiwiYnJhbmQiOiJsYW11ZGkiLCJlZGl0cyI6eyJyb3RhdGUiOm51bGwsInJlc2l6ZSI6eyJ3aWR0aCI6MzIwLCJoZWlnaHQiOjI0MCwiZml0IjoiY292ZXIifX19",      "lot_area_m2": null,      "published_at": null,      "floor_area_m2": 22,      "property_type": "condominium",      "publisher_name": null    }  ],  "pagination": {    "next": 2,    "current": 1,    "other_pages": [      2,      3,      4,      5,      6,      7,      8    ],    "total_pages": 282,    "has_next_page": true  },  "total_results": 8435,  "results_per_page": 30}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}