Discover/dubizzle.com.eg API
live

dubizzle.com.eg APIdubizzle.com.eg

Access property listings, classifieds, agencies, and location data from Dubizzle Egypt (OLX Egypt) via 8 structured API endpoints.

Endpoints
8
Updated
3mo ago
Try it
Page number
Sort order: 'newly_listed', 'price_asc', 'price_desc'
Results per page
Maximum area in sqm
Minimum area in sqm
Number of bedrooms (e.g. '1', '2', '3')
Category slug (e.g. 'apartments-duplex-for-sale', 'villas-for-sale'). Defaults to 'propert
Location slug to filter by (e.g. 'cairo', 'new-cairo')
Number of bathrooms (e.g. '1', '2', '3')
Maximum price in EGP
Minimum price in EGP
api.parse.bot/scraper/c387c7a6-02cc-45c8-8c3c-1ad385542b86/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/c387c7a6-02cc-45c8-8c3c-1ad385542b86/search_properties?limit=2&bedrooms=3&category=apartments-duplex-for-sale' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Search for property listings with various filters. Returns paginated results sorted by newest listing by default.

Input
ParamTypeDescription
pageintegerPage number
sortstringSort order: 'newly_listed', 'price_asc', 'price_desc'
limitintegerResults per page
area_maxintegerMaximum area in sqm
area_minintegerMinimum area in sqm
bedroomsstringNumber of bedrooms (e.g. '1', '2', '3')
categorystringCategory slug (e.g. 'apartments-duplex-for-sale', 'villas-for-sale'). Defaults to 'properties'.
locationstringLocation slug to filter by (e.g. 'cairo', 'new-cairo')
bathroomsstringNumber of bathrooms (e.g. '1', '2', '3')
price_maxintegerMaximum price in EGP
price_minintegerMinimum price in EGP
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "items": "array of property listing objects",
    "total": "integer, total number of matching results"
  },
  "sample": {
    "data": {
      "page": 1,
      "items": [
        {
          "id": "503513515",
          "url": "https://www.dubizzle.com.eg/en/ad/prime-located-twin-house-ready-to-move-in-patio-zahraa-next-to-al-rabwa-ID503513515.html",
          "area": 275,
          "price": 9500000,
          "title": "Prime located Twin house ready to move in Patio Zahraa next to Al Rabwa",
          "bedrooms": "4",
          "category": "Villas For Sale",
          "currency": "EGP",
          "location": [
            {
              "name": "Egypt",
              "slug": "egypt",
              "level": 0
            },
            {
              "name": "Giza",
              "slug": "giza",
              "level": 1
            }
          ],
          "bathrooms": "4"
        }
      ],
      "total": 10000
    },
    "status": "success"
  }
}

About the dubizzle.com.eg API

The Dubizzle Egypt API provides access to real estate listings and general classifieds from dubizzle.com.eg across 8 endpoints. You can search properties with filters for bedrooms, area, price, and location using search_properties, retrieve full listing details including photos and seller info via get_property_detail, and explore agencies, categories, and Egypt's location hierarchy — all returned as structured JSON.

Property Search and Listing Detail

The search_properties endpoint accepts filters including category (e.g. apartments-duplex-for-sale, villas-for-sale), location (a slug from get_locations), bedrooms, area_min, area_max, and sort order (newly_listed, price_asc, price_desc). Results are paginated with page, total, and an items array. For a full listing, get_property_detail takes an ad_id and returns fields including price, area, currency (always EGP), photos (with url_800x600 and url_400x300 variants), bedrooms, category, and a seller object containing name, agency_name, and agency_id.

Categories, Filters, and Locations

get_property_categories returns all classifieds categories with their slug and active listing count, which you can pass directly into search_properties. Before searching, get_property_filters lets you introspect valid filter values for a given category — it returns arrays for types, bedrooms, bathrooms, ownership (e.g. resale, primary), and completion_status, each with value and count. Location slugs come from get_locations, which supports partial-match query strings and returns a hierarchy from country (level 0) down to compound (level 4).

Agencies and General Classifieds

get_featured_agencies returns up to 50 real estate agencies sorted by ads_count, with fields for id, name, logo, agents_count, and product tier. Pass an agency's id into get_agency_listings to retrieve that agency's full paginated inventory. For non-property searches, search_all_classifieds accepts a free-text query and searches across all classified fields — title, description, category — returning results sorted by relevance score.

Common use cases
  • Build a property price tracker for Cairo apartments by polling search_properties with price_asc sort and storing EGP price fields over time.
  • Aggregate agency performance dashboards using ads_count and agents_count from get_featured_agencies alongside their listings via get_agency_listings.
  • Generate location-aware property alerts by combining get_locations hierarchy data with search_properties filters for specific governorates or compounds.
  • Populate a property comparison tool using get_property_detail photo arrays, area, bedrooms, and seller info for multiple ad IDs.
  • Discover valid filter options before presenting a search UI by calling get_property_filters for a given category slug.
  • Search cross-category classifieds (electronics, cars, etc.) using search_all_classifieds with keyword queries like 'iphone' or 'toyota'.
  • Map Egypt's property listing density by location level using get_locations combined with category counts from get_property_categories.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Dubizzle Egypt have an official developer API?+
Dubizzle Egypt (dubizzle.com.eg) does not publish a public developer API or official API documentation for third-party access to its listings data.
What does get_property_detail return beyond basic listing info?+
It returns the full listing including a photos array with two image size variants (url_800x600 and url_400x300), a seller object with name, agency_name, and agency_id, plus area in sqm, bedrooms, category, price, and currency (always EGP). The url field gives the canonical link back to the original listing.
How granular is the location data returned by get_locations?+
Locations are returned with a level field ranging from 0 (country) through 4 (compound). A query like cairo will return matching entries at multiple hierarchy levels — governorate, city, and sub-area — each with a slug ready for use in search_properties.
Does the API expose property description text or amenity lists?+
The documented response fields for get_property_detail cover price, area, bedrooms, photos, seller, category, and title, but do not include a free-text description field or a structured amenities list. You can fork this API on Parse and revise it to add those fields if they are accessible from the source listing.
Can I filter search_properties by price range?+
The search_properties endpoint supports sorting by price_asc and price_desc but does not currently expose price_min or price_max filter parameters. You can fork this API on Parse and revise it to add price-range filtering.
Page content last updated . Spec covers 8 endpoints from dubizzle.com.eg.
Related APIs in Real EstateSee all →
padmapper.com API
Search and browse rental listings across cities with detailed property information including prices, contact details, and market trends. Discover apartments and homes through city-wide searches or map-based exploration, and access comprehensive listing details to help you find your next rental.
casa.it API
Search and browse property listings from Casa.it, Italy's real estate marketplace. Retrieve listings by location, price, size, property type, and transaction type (sale or rent), and fetch full details for individual properties including descriptions, photos, features, and publisher information.
catastro.minhap.es API
Search Spanish property records by address, coordinates, or cadastral reference to find detailed land parcel information, ownership details, and location data across all Spanish provinces and municipalities. Browse the complete hierarchy of Spanish geographic and administrative divisions including provinces, municipalities, and streets to pinpoint exact property locations.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
homes.com API
Search for real estate agents and properties available for sale or rent, while accessing detailed agent profiles with their 1-year transaction history, active listings, and performance statistics. Get comprehensive property details and agent information all in one place to help you find the right agent or property that matches your needs.
idealista.pt API
Search and filter property listings across Portugal by location, price, and size, then access detailed information about each property including its characteristics and pricing history. Monitor how property prices change over time to help you make informed decisions about buying or selling real estate.
Dubizzle Egypt API – Property & Classifieds Data · Parse