Real Estate
Dubizzle Egypt logo

Dubizzle Egypt API

dubizzle.com.eg

Egypt property marketplace - listings by location and category, pricing, area, and location.

Actions
3
Category
Real Estate
Login
Not required
Output
JSON

Call the Dubizzle Egypt API

Submit a task, then poll the job until it settles. This example runs act_dubizzle_eg_filter_facets.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_dubizzle_eg_filter_facets",
    "params": {
      "category_slug": "apartments-duplex-for-sale",
      "location_external_id": "2-322"
    }
  }'

3 actions on dubizzle.com.eg

Write

Write actions change state on dubizzle.com.eg and run as the account you connect.

  • Filter Facets

    act_dubizzle_eg_filter_facetswrite2 credits / call

    Returns available search filters with listing counts by location and category.

    category_slug
    string · required
    location_external_id
    string · required
    location_query
    string
    province_external_id
    string
    listing_title
    string
  • Property Listing Search

    act_dubizzle_eg_property_listing_searchwrite2 credits / call

    Returns property listings by category and location, with price, area, and filter counts.

    category_slug
    string · required
    location_external_id
    string · required
    category_lvl0_external_id
    string
    location_query
    string
    province_external_id
    string
    listing_title
    string
  • Related Listings

    act_dubizzle_eg_related_listingswrite2 credits / call

    Returns property listings similar to a given listing by title, category, and price range.

    listing_title
    string · required
    category_slug
    string · required
    location_query
    string
    location_external_id
    string
    province_external_id
    string

Dubizzle Egypt API questions

Is there an API for Dubizzle Egypt?
Dubizzle Egypt does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for dubizzle.com.eg. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Dubizzle Egypt data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when dubizzle.com.eg changes its markup, Anakin updates the action.
Do I need a Dubizzle Egypt account?
No. Every Dubizzle Egypt action listed here runs anonymously — no account and no credentials required.
What does the Dubizzle Egypt API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Real Estate APIs

All Real Estate sites