search_properties
Find property listings on Zameen.com by city, purpose, and type, applying filters like verified-only, agent tier, price, and bed count for targeted results.
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. 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 |