Download OpenAPI specification:Download
Bayut Egypt API is a property finder API that allows you to search for real estate properties in the Egypt by scraping data from Bayut's Website (https://bayut.eg).
You can gather data related to properties, agencies, agents, amenities, etc…
Search for locations (city, community, sub-community, etc.) by name.
| query required | string Example: query=cai Text to search for in location names. |
| page | integer Example: page=0 Page number for paginated results (0-based). |
| langs | string Example: langs=ar Language code for translated fields (e.g., “ar”). |
{- "results": [
- {
- "name": "Cairo",
- "name_ar": "القاهرة",
- "id": 2,
- "full": {
- "community": {
- "name": "New Cairo",
- "id": 58,
- "name_ar": "القاهرة الجديدة"
}, - "sub_community": {
- "name": "5th Settlement",
- "id": 1402,
- "name_ar": "التجمع الخامس"
}, - "city": {
- "name": "Cairo",
- "id": 2,
- "name_ar": "القاهرة"
}, - "country": {
- "name": "Egypt",
- "id": 1,
- "name_ar": "مَصر"
}, - "cluster": {
- "name": "Hyde Park New Cairo Compound",
- "id": 828,
- "name_ar": "كومباوند هايد بارك القاهرة الجديدة"
}
}, - "level": "city",
- "completion_status": "mixed",
- "coordinates": {
- "lng": 31.236,
- "lat": 30.044
}
}
], - "count": 25,
- "query": "cai",
- "page": 0
}Search properties on Bayut Egypt using filters like location, price, and features.
| page | integer Example: page=0 Page number for results (0-based). Use to paginate results. |
| langs | string Example: langs=ar Language code for text fields (e.g. "ar" for Arabic). Affects title/keywords when available. |
| purpose | string Purpose of search (e.g., for-sale, for-rent). |
| category | string Property category/subtype (e.g., apartments, villas). |
| locations_ids | Array of integers List of location IDs to search within. |
| index | string Index or sorting preset (e.g., popular, newest). |
| is_completed | boolean Filter to only show completed properties when true. |
| agent_id | string Filter results to a specific agent by ID. |
| agency_id | string Filter results to a specific agency by ID. |
| rooms | Array of integers List of acceptable bedroom counts (e.g., [1,2,3]). |
| baths | Array of integers List of acceptable bathroom counts. |
| price_min | integer Minimum price filter. |
| price_max | integer Maximum price filter. |
| has_video | boolean If true, only include listings with video. |
| has_360_tour | boolean If true, only include listings with 360 tours. |
| has_floorplan | boolean If true, only include listings with floorplans. |
| area_min | integer Minimum built-up area (in same unit as listing). |
| area_max | integer Maximum built-up area. |
{- "purpose": "for-sale",
- "category": "apartments",
- "locations_ids": [
- 1
], - "index": "popular",
- "is_completed": false,
- "agent_id": "00000000-477d-801f-8000-024213371337",
- "agency_id": "5000974",
- "rooms": [
- 0
], - "baths": [
- 0
], - "price_min": 5000000,
- "price_max": 30000000,
- "has_video": false,
- "has_360_tour": false,
- "has_floorplan": false,
- "area_min": 70,
- "area_max": 230
}{- "results": [
- {
- "title_ar": "شقة للبيع متشطبة سوبر لوكس في قلب االتجمع الخامس على الدائري الاوسطي في كمبوند بالم هيلز نيو كايرو بجوار ماونتن فيو اي سيتي نيو كايرو",
- "amenities": [
- null
], - "verified_score": 2,
- "agent": {
- "is_profile_completed": true,
- "contact": {
- "whatsapp": "201103600270",
- "phone": "",
- "proxy_phone": "",
- "mobile": "+201125476549"
}, - "name_ar": "samia mohamed",
- "is_tru_broker": false,
- "name": "samia mohamed",
- "id": "00000000-477d-801f-8000-024213371337"
}, - "city_level_score": 1,
- "media": {
- "video_count": 0,
- "panoramas": [
- null
], - "photo_count": 10,
- "videos": [
- null
], - "panaroma_count": 0
}, - "keywords_ar": [
- "جديدة اول ساكن"
], - "payment": {
- "rent_frequency": null,
- "down_payment": 282000,
- "installments_payment_duration_years": 10,
- "monthly_installment": 50000
}, - "verification": {
- "verified_at": "",
- "truchecked_at": "",
- "is_verified": false
}, - "indy_score": 860,
- "amenities_ar": [
- null
], - "area": {
- "built_up": 90,
- "unit": "sqm",
- "plot": null
}, - "tru_broker_score": 1,
- "contact_methods": [
- "whatsapp"
], - "legal": {
- "ownership": "primary",
- "permit_number": "",
- "dld_property_sk": "502820032"
}, - "agency": {
- "name_ar": "Everscopes",
- "licenses": [
- null
], - "name": "Everscopes",
- "short_number": null,
- "commercial_number": null,
- "tier": 1,
- "product": "premium",
- "product_score": 2,
- "id": "5000974"
}, - "purpose": "for-sale",
- "tru_checked_score": 0,
- "meta": {
- "created_at": "2025-11-13 09:53:29",
- "source_id": 4,
- "product": "superhot",
- "product_label": "default",
- "updated_at": "2025-11-13 10:04:24",
- "reactivated_at": "2025-11-13 09:53:48"
}, - "type": {
- "main": "Residential",
- "main_ar": "عقارات-سكنية",
- "sub_ar": "شقق",
- "sub": "Apartments"
}, - "score": 75,
- "location_purpose_tier": 0,
- "reference_number": "5000974-gZi0FM",
- "truchecked_popular_score": 0,
- "verified_popular_score": 2,
- "price": 9400000,
- "location": {
- "neighbourhood": {
- "name": "Palm Hills New Cairo Compound",
- "name_ar": "كومباوند بالم هيلز القاهرة الجديدة",
- "id": 875
}, - "coordinates": {
- "lat": 30.0600801,
- "lng": 31.5985531
}, - "province": {
- "name": "Cairo",
- "name_ar": "القاهرة",
- "id": 2
}, - "country": {
- "name": "Egypt",
- "name_ar": "مَصر",
- "id": 1
}, - "city": {
- "name": "New Cairo",
- "name_ar": "القاهرة الجديدة",
- "id": 58
}, - "community": {
- "name": "5th Settlement",
- "name_ar": "التجمع الخامس",
- "id": 1402
}
}, - "details": {
- "is_furnished": false,
- "bathrooms": 1,
- "completion_status": "under-construction",
- "bedrooms": 2
}, - "id": 502820032,
- "title": "Apartment for sale in the heart of the Fifth Settlement on the Middle Ring Road in Palm Hills New Cairo Compound",
- "keywords": [
- "new"
]
}
], - "count": 25,
- "page": 0
}Get full details of a single property by its ID.
| property_id required | string Example: 502820032 Unique ID of the property you want to fetch. |
| langs | string Example: langs=ar Language code for translated fields (e.g., "ar"). |
{- "meta": {
- "product_label": "default",
- "reactivated_at": "2025-11-13 09:51:20",
- "touched_at": "2025-11-15 00:45:18",
- "product": "superhot",
- "created_at": "2025-11-13 09:50:01",
- "approved_at": "2025-11-13 09:50:01",
- "updated_at": "2025-11-13 09:57:55",
- "source_id": 4
}, - "price": 6000000,
- "media": {
- "photo_count": 21,
- "panaroma_count": 0,
- "videos": [
- null
], - "video_count": 0,
- "panoramas": [
- null
],
}, - "location": {
- "neighbourhood": {
- "name_ar": "كومباوند تاج سيتي",
- "name": "Taj City Compound",
- "id": 906
}, - "city": {
- "name_ar": "القاهرة الجديدة",
- "name": "New Cairo",
- "id": 58
}, - "coordinates": {
- "lat": 30.06805,
- "lng": 31.406379
}, - "country": {
- "name_ar": "مَصر",
- "name": "Egypt",
- "id": 1
}, - "province": {
- "name_ar": "القاهرة",
- "name": "Cairo",
- "id": 2
}, - "community": {
- "name_ar": "التجمع الاول",
- "name": "1st Settlement",
- "id": 1400
}
}, - "score": 75,
- "contact_methods": [
- "whatsapp"
], - "legal": {
- "ownership": "primary",
- "permit_number": null,
- "dld_property_sk": "502820008"
}, - "city_level_score": 1,
- "type": {
- "main": "Residential",
- "sub": "Apartments",
- "main_ar": "عقارات-سكنية",
- "sub_ar": "شقق"
}, - "indy_score": 860,
- "agent": {
- "contact": {
- "phone": "",
- "whatsapp": "",
- "mobile": "",
- "proxy_phone": ""
}, - "name": "samia mohamed",
- "id": "00000000-477d-801f-8000-024213371337"
}, - "payment": {
- "down_payment": 0,
- "rent_frequency": null,
- "monthly_installment": 10000,
- "installments_payment_duration_years": 10
}, - "description": "Apartment for sale in Taj City Compound...",
- "id": 502820008,
- "area": {
- "plot": null,
- "built_up": 166,
- "unit": "sqm"
}, - "purpose": "for-sale",
- "title": "Apartment for sale in Taj City direct on Suez Road( 50% discount)",
- "verification": {
- "truchecked_at": "",
- "verified_at": "",
- "is_verified": false,
- "updated_at": "2025-11-13 09:51:21"
}, - "reference_number": "5000974-SfhNWs",
- "details": {
- "bedrooms": 3,
- "bathrooms": 2,
- "completion_status": "under-construction",
- "is_furnished": false
}, - "location_purpose_tier": 0,
- "amenities": [
- null
], - "agency": {
- "commercial_number": null,
- "id": 5000974,
- "product": "premium",
- "name_ar": "Everscopes",
- "tier": 1,
- "performance": null,
- "name": "Everscopes",
- "product_score": 2,
- "short_number": null,
- "licenses": [
- null
]
}, - "description_ar": "<strong>شقة للبيع في كمبوند تاج سيتي – التجمع الأول</strong> ...",
- "title_ar": "شقتك امام مطارالقاهرة مباشرة...",
- "floorplans": [
- null
]
}Search for real estate agencies by name.
| query required | string Example: query=el Agency name or partial name to search for. |
| page | string Example: page=0 Page number for paginated results (0-based). |
| lang | string Example: lang=ar Language code for translated fields (e.g., "ar"). |
{- "results": [
- {
- "agents_count": 1,
- "contact_methods": [
- "call"
], - "product_score": 2,
- "agency_sg": null,
- "created_at": "2025-10-31T10:36:20+00:00",
- "licenses": [
- {
- "number": "00000",
- "authority": "ORN"
}
], - "base_locations": [
- null
], - "product": "premium",
- "language_codes": [
- "ar"
], - "speciality_codes": [
- "residential_sales"
], - "ex_status": 0,
- "name": "El Amer Real Estate",
- "base_location": "",
- "is_featrured": false,
- "stats": {
- "service_areas": [
- "Cairo"
], - "purposes": [
- "for-sale"
], - "categories": [
- "Apartments"
], - "properties_sale_count": 10,
- "properties_total_count": 22,
- "properties_rent_count": 12
}, - "slug": "el-amer-real-estate-5001379",
- "agents": [
- {
- "name": "El Amer Real Estate",
- "bln_number": "",
- "id": "00000000-5a4d-801f-8000-024213371337",
- "brn_number": ""
}
], - "id": 5001379,
- "phone_numbers": {
- "mobile": "",
- "phone": "",
- "proxy_phone": ""
}, - "elite_status": false
}
], - "count": 25,
- "query": "el",
- "page": 0
}Get full details about a specific real estate agency by its ID.
| agency_id required | string Example: 5001379 Unique ID of the agency. |
| langs | string Example: langs=ar Language code for translated fields (e.g., "ar"). |
{- "is_featured": false,
- "description_ar": "El Arabia Real Estate",
- "name_ar": "El Arabia Real Estate",
- "product_score": 2,
- "description": "El Arabia Real Estate",
- "base_location": "",
- "base_location_ar": "",
- "stats": {
- "purposes": [
- "for-sale"
], - "service_areas": [
- "Cairo"
], - "categories": [
- "Apartments"
], - "properties_sale_count": 7,
- "properties_total_count": 34,
- "properties_rent_count": 27,
- "service_areas_ar": [
- "القاهرة"
], - "category_types_ar": [
- "شقق"
]
}, - "contact_methods": [
- "call"
], - "short_number": 0,
- "id": 16258,
- "base_locations": [
- null
], - "licenses": [
- {
- "number": "00000",
- "authority": "ORN"
}
], - "agents_count": 2,
- "phone_numbers": {
- "phone": "+201000547909",
- "proxy_phone": "",
- "mobile": ""
}, - "slug": "el-arabia-real-estate-16258",
- "product": "premium",
- "name": "El Arabia Real Estate"
}Search for real estate agents by their name.
| query required | string Example: query=elsayed Name or partial name of the agent to search for. |
| page | string Example: page=0 Page number for paginated results (0-based). |
| langs | string Example: langs=ar Language code for translated fields (e.g., "ar"). |
{- "results": [
- {
- "speciality_codes": [
- "residential_sales"
], - "total_xp": 7980,
- "slug": "elsayed-elkholy-00000000-4595-801f-8000-024213371337",
- "id": "00000000-4595-801f-8000-024213371337",
- "specialities_ar": [
- "بيع العقارات السكنية"
], - "name_ar": "elsayed elkholy",
- "phone_numbers": {
- "proxy_whatsapp": "",
- "email": "elsayedelkholy@gmail.com",
- "whatsapp": "+201016093289",
- "proxy_mobile": "",
- "proxy_phone": "",
- "phone": "",
- "cell": "+201016093289"
}, - "about_user": "خبرة تزيد عن 9 سنوات في السوق العقاري المصري...",
- "service_areas": [
- "North Coast"
], - "avg_star_rating": null,
- "user_langs": [
- "English"
], - "about_user_ar": "خبرة تزيد عن 9 سنوات...",
- "stats": {
- "daily_rent_count": 0,
- "total_count": 224,
- "trucheck_count": 0,
- "review_count": 0,
- "rent_count": 0,
- "sale_count": 224,
- "check_count": 0
}, - "is_quality_lister": false,
- "has_badges": true,
- "specialities": [
- "Residential Sales"
], - "contact_methods": [
- "email"
], - "is_tru_broker": false,
- "service_areas_ar": [
- "الساحل الشمالي"
], - "name": "elsayed elkholy",
- "agency": {
- "slug": "ahmed-ali-elsayed-5000955",
- "id": 5000955,
- "licenses": [
- null
], - "name_ar": "Ahmed Ali Elsayed",
- "name": "Ahmed Ali Elsayed",
- "phone_numbers": {
- "mobile": "",
- "proxy_phone": "",
- "phone": ""
}
}, - "is_highly_responsive": true,
- "user_langs_ar": [
- "الإنجليزية"
], - "language_codes": [
- "en"
], - "leaderboard_filters": {
- "location": "",
- "purpose": "",
- "completion_status": "",
- "category": ""
}
}
], - "count": 21,
- "query": "elsayed",
- "page": 0
}Returns a list of amenities that match the search query.
| query required | string Example: query=air Search term for filtering amenities |
{- "results": [
- "Centrally Air-Conditioned",
- "Distance From Airport (kms)"
], - "count": 2,
- "query": "air"
}