search_properties
Search Zameen.com for sale or rent properties by city, purpose, and type, with filters for price, beds, area, verified listings, and agent tier.
Instructions
Search Zameen.com property listings and return normalized JSON cards.
Use city names like "islamabad", "lahore", "karachi". purpose: sale|rent. property_type: homes|houses|flats|plots|commercial|rooms. Badge filters (verified_only, agent_tier e.g. "titanium", exclude_promoted, max_price_pkr) apply AFTER parsing over up to 3 result pages - these can express things Zameen's own UI cannot (e.g. verified listings only). min_beds/min_area_marla/keywords/sort are native site filters. limit is clamped to 1..50 and echoed back in filters_applied. Example: search_properties(city="lahore", purpose="sale", property_type="houses", min_beds=4, verified_only=True, agent_tier="titanium", max_price_pkr=200000000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| sort | No | ||
| limit | No | ||
| purpose | No | sale | |
| keywords | No | ||
| min_beds | No | ||
| agent_tier | No | ||
| max_price_pkr | No | ||
| property_type | No | homes | |
| verified_only | No | ||
| min_area_marla | No | ||
| exclude_promoted | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |