Dubizzle UAE Classifieds Scraper avatar

Dubizzle UAE Classifieds Scraper

Pricing

from $0.70 / 1,000 listings

Go to Apify Store
Dubizzle UAE Classifieds Scraper

Dubizzle UAE Classifieds Scraper

Listings from Dubizzle's general classifieds across the UAE: furniture, appliances, electronics, phones, clothing, sports gear and more. Price, category, exact location with coordinates, item age, attributes and photos for every listing.

Pricing

from $0.70 / 1,000 listings

Rating

0.0

(0)

Developer

Andrey

Andrey

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Export listings from Dubizzle's general classifieds across the UAE — furniture, home appliances, electronics, mobile phones, clothing, sports gear and more. Every listing comes with price, exact location with map coordinates, item age, brand, category-specific attributes and photos.

Most Dubizzle tools cover property and cars. This one covers everything else.

What you get

FieldDescription
id, uuidListing identifiers
url, short_urlLinks to the listing
title_en, title_arTitle in English and Arabic
priceAsking price in AED (null when the seller did not publish one)
category, category_treeCategory path and its readable form
city, neighbourhood, location_pathEmirate, area and full location path
lat, lngMap coordinates
conditionItem age, e.g. Brand New, 1-6 months
brandBrand when the seller stated one — some categories (phones and tablets, for example) use a Model attribute instead, see attributes
attributesEverything else the seller filled in — capacity, colour, size, warranty and more, one per listing category — as Label: value pairs separated by ;
seller_typebusiness or individual
is_verified_business, is_trusted_sellerSeller verification
has_phone_number, has_whatsapp_numberWhich contact channels the seller enabled
photos, photos_countFull-size photo URLs, comma-separated
is_premium, is_super_adPaid promotion flags
added, last_updated_atWhen the listing was published and last touched

Input

{
"categories": ["classified/mobile-phones-pdas"],
"cities": ["dubai"],
"query": "iphone",
"priceMin": 500,
"priceMax": 3000,
"condition": ["brand-new"],
"verifiedBusinessOnly": false,
"maxItems": 1000
}

Leave categories and cities empty to cover the whole of the UAE. Add a query keyword to search within the selected categories, for example a model name or brand. Turn on verifiedBusinessOnly to keep only listings from sellers Dubizzle has verified as businesses — useful for sourcing leads rather than one-off sellers.

Output

One row per listing. This is a real result from a test run:

{
"id": 19540408,
"url": "https://dubai.dubizzle.com/classified/home-appliances/vacuums-floor-care/2026/7/23/bissell-crosswave-hydrosteam-wet-dry-3527e-2-745---5059fecc8f964d72a92e7be03305b870/",
"title_en": "BISSELL CrossWave HydroSteam Wet & Dry 3527E",
"price": 1049,
"category": "classified/home-appliances/vacuums-floor-care",
"category_tree": "Home Appliances > Vacuums & Floor Care",
"city": "Dubai",
"neighbourhood": "Dubai Creek Harbour",
"lat": 25.19868745,
"lng": 55.35913823,
"condition": "0-1 month",
"brand": "Other",
"attributes": "Condition: Excellent; Type: Wet & Dry Vacuums; Usage: Used Once; Warranty: Yes; Power Source Type: Corded Electric; Color: Silver",
"seller_type": "business",
"is_verified_business": true,
"photos": "https://dbz-images.dubizzle.com/images/2026/07/23/dcd7cff0f3eb4990a365397d2dd01b22-.png?impolicy=dpc, https://dbz-images.dubizzle.com/images/2026/07/23/465256956fef4d199e8f55377730b3a4-.png?impolicy=dpc, https://dbz-images.dubizzle.com/images/2026/07/23/251b308c29fa49d0a28fdc0590f9382e-.png?impolicy=dpc",
"photos_count": 3,
"added": "2026-07-23T11:43:56Z"
}

attributes varies by category — a phone listing carries Storage Capacity, Memory and Model; a bed carries Size and Color; a cooking range carries Energy Input and No of Burners/Hobs. The field always exists, but which labels show up in it depends on what the seller's category asks for.

How results come back

Within a category and city, listings come back roughly newest-first — recently added or renewed listings lead, older ones follow. is_premium and is_super_ad mark paid placement, but paid listings are a small minority of what a typical run returns; unlike some other portals, this index does not appear to reorder results around them, so a broad run is not skewed toward paid listings the way it can be elsewhere.

Use cases

  • Price research. Compare asking prices for the same model across emirates.
  • Reselling. Spot underpriced listings in a category you trade in.
  • Market sizing. Count supply and price distribution per category and area.
  • Lead sourcing. Filter to verified business sellers in your category.
  • Location analysis. Map where a category concentrates using the coordinates.

What is and is not included

Included: everything in the field table above, for the general classifieds sections across the UAE.

Not included:

  • the seller's free-text description
  • phone numbers and email addresses — the fields tell you which channels a seller enabled, not the contact details themselves
  • an original price / discount percentage — Dubizzle's classifieds are peer-to-peer listings with a single asking price; unlike a retail catalogue, sellers here do not publish a "before" price, so this run does not include a field for it
  • property, cars and job listings; those are separate Dubizzle sections

Some listings are published without a price or without an age; those fields come back as null rather than being dropped. Setting a price range skips listings with no price.

What it costs

$0.70 per 1,000 listings. No charge for starting a run, and no charge for the filters you try before you find the right ones.

On top of that Apify bills your account for what the run consumes on the platform — computing time and data transfer. This actor reads the listing index directly, without a browser, so that part stays small: in our own measurements a thousand listings came to a fraction of a cent.

Support

Questions, a field you need that is not here, or another portal — write to admin@noonseller.ae or visit noonseller.ae.

This is an independent tool. It is not affiliated with, endorsed by, or connected to Dubizzle.

FAQ

Emirates and cities covered. Dubai, Abu Dhabi, Sharjah, Ajman, Al Ain, Ras Al Khaimah, Fujairah and Umm Al Quwain (Al Ain is a city within Abu Dhabi, listed separately because Dubizzle tracks it as its own area).

How do I find a category path? Use the examples in the input field, or start with a top-level path such as classified/electronics and narrow down from the results.

Why is brand empty on some listings? A handful of categories — phones and tablets among them — describe the product with a Model attribute instead of Brand. Check attributes for those.

Can I get everything at once? You can raise maxItems up to the run limit, but very broad filters — few or no categories, no price/age range — can match more listings than any single run covers. Start small to check the output first; if a run returns fewer listings than your limit, its summary tells you how many more matched and how to narrow the search to reach them.