← Home Get Properties

Get Properties

GEThttps://api.bayut.com/v1/properties

This endpoint lists properties based of the given filters.

🔐 Bearer Token: Provide your bearer token in the Authorization header when making requests to protected resources.
Query Parameters
NameTypeRequiredDescriptionExample
per_pagestringOptionalThe number of results per page.10
bayut_statestringOptionalThe state of property onbayut, properties with matching state on Bayut will be returned.active
dubizzle_statestringOptionalThe state of property ondubizzle, properties with matching state on Dubizzle will be returned.active
user_idstringOptionalThe user filter, properties for this user will be returned.2113494
agency_idstringOptionalThe agency filter, properties belong to agency ID will be returned.112002
category_idstringOptionalThe category filter, properties with matching category ID will be returned.
location_idstringOptionalThe location filter, properties with matching location ID will be returned.14736
min_pricestringOptionalThe minimum price filter, properties greater than this value would be returned.15000
max_pricestringOptionalThe maximum price filter, properties lesser than this value would be returned.20000
referencestringOptionalThe reference number filter, property with matching reference number will be returned.
Response Schema
NameTypeRequiredDescriptionExample
dataobjectOptionalDetailed representation of a property resource.
idintegerOptionalUnique identifier of the property.95
titleobjectOptionalLocalized title of the property.
descriptionobjectOptionalLocalized description of the property.
bedroomsintegerOptionalNumber of bedrooms in the property.
bathroomsintegerOptionalNumber of bathrooms in the property.
areanumberOptionalBuilt-up area of the property.
area_unitstringOptionalMeasurement unit for area. Default: sqftsqft
pricenumberOptionalPrice of the property.
purposeobjectOptionalLocalized purpose of the property (e.g. For Sale / For Rent).
categoryobjectOptionalProperty category and parent classification.
rental_detailsobjectOptional
sale_detailsobjectOptional
furnishing_statusenum<string>Optional
completion_statusenum<string>Optional
completion_datestringOptional
offplan_detailsobjectOptional
coordinatesobjectOptionalGeographical coordinates of the property.
commentstringOptionalInternal or moderation comment.
verification_stateenum<string>Optional
permitobjectOptionalPermit details, shown when permit relation is loaded.
locationOptionalUnique identifier of the property.95
imagesarray[object]Optional
videosarray[object]Optional
portalsarray[object]Optional
amenitiesarray[object]Optional
user_detailOptionalUnique identifier of the property.95
created_atstringOptional
updated_atstringOptional
linksobjectOptionalThe links to pages.
firststringOptionalThe link to first page.
laststringOptionalThe link to last page.
prevstringOptionalThe link to previous page.
nextstringOptionalThe link to next page.
metaobjectOptionalMeta about pagination data.
current_pageintegerOptionalThe page you are currently on.
fromintegerOptionalThe first page of the paginated results.
pathstringOptionalThe path of the current page.
tointegerOptionalThe last page of the paginated results.
totalintegerOptionalThe total number of results.
Responses
200
401⚠️
403⚠️
Code Examples
curl --location 'https://api.bayut.com/v1/properties?per_page=10&bayut_state=active&dubizzle_state=active&user_id=2113494&agency_id=112002&category_id=&location_id=14736&min_price=15000&max_price=20000&reference=undefined' \
--header 'Authorization: Bearer <token>'
{
    "data": [
        {
            "id": 7950859,
            "reference": "102917-BbUwMm",
            "title": {
                "en": "villa",
                "ar": null
            },
            "description": {
                "en": "villa",
                "ar": null
            },
            "bedrooms": 2,
            "bathrooms": 2,
            "area": 6499,
            "area_unit": "sqft",
            "price": 15000,
            "purpose": {
                "en": "For Sale",
                "ar": "\u0644\u0644\u0628\u06cc\u0639"
            },
            "category": {
                "id": 3,
                "title": {
                    "en": "Villa",
                    "ar": "\u0641\u06cc\u0644\u0627"
                },
                "parent_title": "Residential"
            },
            "sale_details": {
                "financing_available": null,
                "financing_institute": null
            },
            "furnishing_status": null,
            "completion_status": "completed",
            "completion_date": null,
            "offplan_details": {
                "sale_type": null,
                "dld_waiver": null,
                "original_price": null,
                "amount_paid": null
            },
            "coordinates": {
                "latitude": 31.527557363256243,
                "longitude": 74.35022725756896
            },
            "comment": null,
            "verification_state": "checked",
            "permit": {
                "number": null,
                "status": null,
                "comment": "Compliance status is Pending our team's review"
            },
            "location": {
                "id": 14736,
                "title": {
                    "en": "Mudfak",
                    "ar": "\u0627\u0644\u0645\u062f\u0641\u0642"
                },
                "breadcrumb": {
                    "en": [
                        "UAE",
                        "Ras Al Khaimah",
                        "Mudfak"
                    ],
                    "ar": [
                        "\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a",
                        "\u0631\u0623\u0633 \u0627\u0644\u062e\u064a\u0645\u0629",
                        "\u0627\u0644\u0645\u062f\u0641\u0642"
                    ]
                },
                "coordinates": {
                    "latitude": 25.588080222539,
                    "longitude": 55.959356863772
                }
            },
            "images": [
                {
                    "url": "https:\/\/assets.bayut.com\/listing-images\/rYoxkrs3PV1BGTaGmA4KOJwyPQqqsV6LrUsNUUMg",
                    "is_main": true
                }
            ],
            "videos": [],
            "portals": [
                {
                    "id": 1,
                    "name": "bayut",
                    "state": "active",
                    "published_at": "2025-06-20T11:18:25.000000Z",
                    "refreshed_at": "2025-10-12T20:00:04.000000Z",
                    "ad_products": [
                        {
                            "id": 77,
                            "name": "hot",
                            "alias": {
                                "l1": "Hot 7 days",
                                "l2": null
                            },
                            "expires_at": "2025-10-20 23:59:59",
                            "auto_renew": 1,
                            "created_at": "2025-05-02 15:00:41",
                            "updated_at": "2025-10-13 00:00:04"
                        }
                    ]
                },
                {
                    "id": 2,
                    "name": "dubizzle",
                    "state": "active",
                    "published_at": "2025-06-20T11:18:25.000000Z",
                    "refreshed_at": "2025-09-26T20:07:02.000000Z",
                    "ad_products": []
                }
            ],
            "amenities": [],
            "user_detail": {
                "id": 2113494,
                "name": {
                    "en": "LakeCity OWNER",
                    "ar": "lake city"
                },
                "about": "Local Exporting",
                "gender": "male",
                "image": "https:\/\/assets.stage.bayut.sector.run\/agents\/9XZteAidMYN2iWEgUj9YhAHk0MyYlDHOvOAA2ZFY",
                "experience_in_years": "5",
                "brn_number": "58185",
                "bln_number": null,
                "contact": {
                    "email": "lakecityrealestate@mail.com",
                    "phone": "+971-4-6666527",
                    "cell": "+971-12-1111113",
                    "whatsapp": "+971-4-6666527"
                }
            },
            "created_at": "2023-09-19T13:59:51.000000Z",
            "updated_at": "2025-10-17T11:37:05.000000Z"
        },
        {
            "id": 11026039,
            "reference": "102917-r9ncRS",
            "title": {
                "en": "test",
                "ar": ""
            },
            "description": {
                "en": "test<br>",
                "ar": ""
            },
            "bedrooms": 3,
            "bathrooms": 2,
            "area": 122,
            "area_unit": "sqft",
            "price": 18000,
            "purpose": {
                "en": "For Rent",
                "ar": "\u0644\u0644\u0627\u06cc\u062c\u0627\u0631"
            },
            "category": {
                "id": 4,
                "title": {
                    "en": "Apartments",
                    "ar": "\u0634\u0642\u0629"
                },
                "parent_title": "Residential"
            },
            "rental_details": {
                "occupancy_status": null,
                "rent_frequency": "weekly",
                "minimum_contract_period": null,
                "vacating_notice_period": 0,
                "maintenance_fee": null,
                "maintenance_fee_paid_by": null
            },
            "furnishing_status": null,
            "completion_status": "completed",
            "completion_date": null,
            "offplan_details": {
                "sale_type": null,
                "dld_waiver": null,
                "original_price": null,
                "amount_paid": null
            },
            "comment": null,
            "verification_state": null,
            "permit": {
                "number": null,
                "status": null
            },
            "location": {
                "id": 14736,
                "title": {
                    "en": "Mudfak",
                    "ar": "\u0627\u0644\u0645\u062f\u0641\u0642"
                },
                "breadcrumb": {
                    "en": [
                        "UAE",
                        "Ras Al Khaimah",
                        "Mudfak"
                    ],
                    "ar": [
                        "\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a",
                        "\u0631\u0623\u0633 \u0627\u0644\u062e\u064a\u0645\u0629",
                        "\u0627\u0644\u0645\u062f\u0641\u0642"
                    ]
                },
                "coordinates": {
                    "latitude": 25.588080222539,
                    "longitude": 55.959356863772
                }
            },
            "images": [
                {
                    "url": "https:\/\/assets.stage.bayut.sector.run\/listing-images\/zAWwZdliAgPeWe1LoNfWNZHn4xAZTqLvUmrYzffd",
                    "is_main": true
                }
            ],
            "videos": [],
            "portals": [
                {
                    "id": 1,
                    "name": "bayut",
                    "state": "active",
                    "published_at": "2025-07-08T10:56:32.000000Z",
                    "refreshed_at": "2025-10-10T20:05:05.000000Z",
                    "ad_products": []
                },
                {
                    "id": 2,
                    "name": "dubizzle",
                    "state": "active",
                    "published_at": "2025-07-08T10:56:32.000000Z",
                    "refreshed_at": "2025-10-10T20:05:18.000000Z",
                    "ad_products": []
                }
            ],
            "amenities": [
                {
                    "id": 4,
                    "title": {
                        "en": "Barbeque Area",
                        "ar": "\u0645\u0643\u0627\u0646 \u0645\u062e\u0635\u0635 \u0644\u0644\u0634\u0648\u0627\u0621"
                    },
                    "value": "1"
                },
                {
                    "id": 36,
                    "title": {
                        "en": "Lawn or Garden",
                        "ar": "\u062d\u062f\u064a\u0642\u0629"
                    },
                    "value": "1"
                }
            ],
            "user_detail": {
                "id": 2113494,
                "name": {
                    "en": "LakeCity OWNER",
                    "ar": "lake city"
                },
                "about": "Local Exporting",
                "gender": "male",
                "image": "https:\/\/assets.stage.bayut.sector.run\/agents\/9XZteAidMYN2iWEgUj9YhAHk0MyYlDHOvOAA2ZFY",
                "experience_in_years": "5",
                "brn_number": "58185",
                "bln_number": null,
                "contact": {
                    "email": "lakecityrealestate@mail.com",
                    "phone": "+971-4-6666527",
                    "cell": "+971-12-1111113",
                    "whatsapp": "+971-4-6666527"
                }
            },
            "created_at": "2025-03-17T11:26:26.000000Z",
            "updated_at": "2025-10-17T11:37:05.000000Z"
        }
    ],
    "links": {
        "first": "https:\/\/nova.bayut.sector.run\/v1\/properties?page=1",
        "last": null,
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "path": "https:\/\/nova.bayut.sector.run\/v1\/properties",
        "per_page": "10",
        "to": 2,
        "total": 2
    }
}