Copy each field directly from the Zameen.com listing. The listed price will be compared against the model's analysis to show if the property is overpriced or underpriced.
Listing Info
Property Details
Extended Info
Model:
Fill in the property details and your listed price. Type, Location, Bedrooms, Bathrooms and Listed Price are required.
Model:
Use the interactive API docs to test endpoints directly, explore request schemas, and integrate the API into your own apps.
Base URL
https://app.olaoluwa-ai.xyz
Endpoints
POST
/property/predict/unstructured/rfr
POST
/property/predict/unstructured/xgb
POST
/property/predict/structured/rfr
POST
/property/predict/structured/xgb
Response Format
⚠️ Important: All values are in millions
For example: 51.35 means 51.35 million PKR (51,350,000)
{
"amount": 51.35, // predicted price (in millions PKR)
"range": [41.08, 61.62] // [lower, upper] (in millions PKR)
}
"amount": 51.35, // predicted price (in millions PKR)
"range": [41.08, 61.62] // [lower, upper] (in millions PKR)
}