Real estate
Real estate attributes
The following table provides an overview of the attributes that are available in the real estate data.
Attribute name | Type / Values | Description |
---|---|---|
id | INT | Unique id of the real estate entry |
published | DATE | Published date of the real estate entry |
rooms | INT | Number of rooms mentioned in the ad |
currency | VARCHAR(3) | Local currency used in the ad (e.g. NGN, XAF, KSH, etc.) |
price | DOUBLE | Price stated in the ad in the local currency |
usdPrice | DOUBLE | Converted USD price of the ad according to the exchange rate of the published day |
realEstateType | enum (“Apartment”, “House”, “Office”, “Land”) | The realEstateType shows if the object is an apartment, house, office or land |
offerType | enum (“Rent”, “Sale”) | The offer type distinguishes between properties for sale and rent |
location | String | The location of the property as stated in the ad. |
long | POINT | The longitude of the property based on the location. |
lat | POINT | The latitude of the property based on the location |
admin_level_2 | String | The administration level 2 of the object in the ad (e.g. constituency, department) if available |
admin_level_3 | String | the administration level 3 of the real estate (e.g. ward, LGA, communes) if available |