For agencies on Market Leader
Zim Estates API
Pull your listings and enquiries into your own systems, and benchmark against live market aggregates. Included with the Market Leader plan.
Free during launch trial / month
What the API provides
RESTful JSON API. Authenticate with a Bearer key you generate and revoke from your account settings.
Your listings
GET /v1/listings returns the listings on your own account: title, status, price, type, suburb, city, beds, baths, featured state and dates. Paginated up to 100 per page.
Your leads
GET /v1/leads returns enquiries received on your listings, so you can pull them into your own CRM instead of working from the dashboard inbox.
Aggregate market stats
GET /v1/market-stats returns listing counts and median asking price grouped by city, property type and sale/rent across all live listings. Aggregates only — no per-listing or per-person data.
Key-based access you control
Authenticate with a Bearer key you mint and revoke yourself from your account settings. Revoking a key blocks it immediately.
Sample API response
{
"success": true,
"page": 1,
"pageSize": 50,
"data": [
{
"id": "clp9x2k4m0001t9...",
"title": "4-bed house in Borrowdale",
"status": "LIVE",
"price": 285000,
"priceType": "SALE",
"propertyType": "HOUSE",
"suburb": "Borrowdale",
"city": "Harare",
"beds": 4,
"baths": 3,
"isFeatured": false,
"featuredUntil": null,
"publishedAt": "2026-07-14T09:22:11.000Z",
"createdAt": "2026-07-12T16:04:52.000Z"
}
]
}Common use cases
✓Sync your listings into your own website or CRM instead of maintaining two systems
✓Pull enquiries straight into your sales pipeline as they arrive
✓Benchmark your asking prices against median market prices by city and property type
✓Build internal reporting on your portfolio without exporting spreadsheets by hand
Ready to integrate?
Free during launch trial per month on the Market Leader plan, which includes API access. Cancel anytime.
Need something the endpoints above do not cover? Tell us what you are building and we will talk it through.