ConsoleCatalog
Sign in
Dubizzle Egypt logo

Dubizzle Egypt

dubizzle.com.egReal Estateno auth

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

Filter Facets

ASYNCWRITENo auth

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

ParametersFormJSON

Property category URL slug used in the OLX msearch aggregation query

OLX location external ID (e.g. Maadi district) scoping facet counts

Optional location name substituted into the msearch payload when customizing area text

Optional province external ID for payload substitution in location-scoped queries

Optional listing title text substituted into the msearch payload when provided

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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",
      "location_query": "Maadi",
      "province_external_id": "1-5",
      "listing_title": "عاين واستلم شقة فندقية علي النيل بالفرش والأجهزة للبيع بتسهيلات"
    }
  }'