# Dubizzle Product Details Scraper (`ecomscrape/dubizzle-product-details-scraper`) Actor

Powerful Dubizzle scraper for extracting detailed product information from UAE's top classifieds platform. Extract cars, electronics, furniture, and real estate data with comprehensive product details, pricing, seller info, and photos in structured format.

- **URL**: https://apify.com/ecomscrape/dubizzle-product-details-scraper.md
- **Developed by:** [ecomscrape](https://apify.com/ecomscrape) (community)
- **Categories:** Developer tools, E-commerce, Real estate
- **Stats:** 15 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$20.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Contact

If you encounter any issues or need to exchange information, please feel free to contact us through the following link:
[My profile](https://apify.com/ecomscrape)

## Dubizzle Product Details Scraper: Extract Complete Product Data Efficiently

### Introduction

Dubizzle.com stands as the UAE's premier online classified marketplace, hosting millions of listings across categories from automobiles and real estate to electronics and furniture. For businesses, researchers, and data analysts operating in the Middle East market, accessing this wealth of product information manually can be extremely time-consuming and inefficient.

This Dubizzle Product Details Scraper addresses the critical need for automated data extraction from one of the region's most comprehensive marketplaces. Whether you're conducting market research, monitoring competitor pricing, or building business intelligence dashboards, this tool provides systematic access to valuable product data that would otherwise require countless hours of manual collection.

### Scraper Overview

The Dubizzle scraper is designed to extract detailed product information from individual listing pages across all major categories including motors, electronics, furniture, and more. This professional-grade tool handles the complex structure of Dubizzle's dynamic pages while respecting rate limits and implementing proper proxy rotation to ensure reliable data collection.

Key advantages include comprehensive data extraction covering over 40 fields per listing, built-in retry mechanisms for handling network issues, and support for residential proxy rotation to avoid detection. The scraper is particularly valuable for e-commerce businesses tracking market trends, automotive dealers monitoring competition, real estate professionals analyzing market conditions, and researchers studying consumer behavior in the UAE market.

The tool supports batch processing of multiple URLs simultaneously, making it ideal for large-scale data collection projects while maintaining data integrity and consistency across all extracted records.

### Input and Output Specifications

Example url 1: https://rak.dubizzle.com/motors/used-cars/dodge/challenger/2025/7/27/monthly-990-0-dp-full-option-super-track-p-11-337---71387c94acd04d6781701bbe09b4a39d/

Example url 2: https://dubai.dubizzle.com/classified/mobile-phones-pdas/mobile-phones/samsung/2025/7/31/samsung-fold-6-12gb-256gb-silver-color-2-946---503d5633f281413a8d1e6ceca370dcea/

Example url 3: https://dubai.dubizzle.com/classified/furniture-home-garden/furniture/bookcases/2025/6/24/beautiful-marina-solid-wood-bookshelf-disp-2-069---de8ffbca1c2f4146bf0134747b4474d6/

Example Screenshot of Product information page:

![](https://i.ibb.co/ymT5TkdD/Screenshot-from-2025-08-01-17-17-33.png)

#### Input Format

The scraper accepts a JSON configuration that includes essential parameters for reliable data collection. The input requires an array of Product detail page URLs from dubizzle, along with configuration options for retry attempts and proxy settings.

```json
{
  "max_retries_per_url": 2, // Maximum waiting time when accessing the links you provided.
  "proxy": { // Add a proxy to ensure that during the data collection process, you are not detected as a bot.
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL" 
    ],
    "apifyProxyCountry": "SG" // You should choose an Country that coincides with the Country you want to collect data from
  },
  "urls": [ // Links to Product information pages.
    "https://rak.dubizzle.com/motors/used-cars/dodge/challenger/2025/7/27/monthly-990-0-dp-full-option-super-track-p-11-337---71387c94acd04d6781701bbe09b4a39d/",
    "https://dubai.dubizzle.com/classified/mobile-phones-pdas/mobile-phones/samsung/2025/7/31/samsung-fold-6-12gb-256gb-silver-color-2-946---503d5633f281413a8d1e6ceca370dcea/",
    "https://dubai.dubizzle.com/classified/furniture-home-garden/furniture/bookcases/2025/6/24/beautiful-marina-solid-wood-bookshelf-disp-2-069---de8ffbca1c2f4146bf0134747b4474d6/"
  ]
}
```

**Configuration Parameters:**

- `max_retries_per_url`: Sets the maximum number of retry attempts (recommended: 2) when accessing provided URLs, ensuring reliability when dealing with temporary network issues or rate limiting
- `proxy`: Essential proxy configuration to avoid bot detection, including Apify proxy settings with residential IP rotation and country-specific targeting (recommended: match target market country)

**URL Requirements:**
The `urls` array accepts Dubizzle product detail page URLs.

#### Output Format and Data Fields Explanation

You get the output from the Dubizzle Product Details Scraper stored in a tab. The following is an example of the Information Fields collected after running the Actor.

```json
[ // List of Product information
  {
  "is_coming_soon": false,
  "job_role": null,
  "name": "SAMSUNG FOLD 6, 12GB, 256GB SILVER COLOR",
  "listing_id": 13823165,
  "max_quantity": 0,
  "price": {
    "currency": "AED",
    "raw": "3500.00",
    "formatted": "3,500"
  },
  "categories": [
    {
      "id": "1a2e22b4-0d2d-408a-a23c-672a28b24df8",
      "name": "Classifieds",
      "slug": "classified",
      "full_slug": "classified",
      "legacy_id": 1
    },
    {
      "id": "e4126e15-10c3-4f55-b6b8-973d50ecab09",
      "name": "Mobile Phones & Tablets",
      "slug": "mobile-phones-pdas",
      "full_slug": "classified/mobile-phones-pdas",
      "legacy_id": 852
    },
    {
      "id": "3cc34cec-08ea-45fa-8fa2-2acfbf8a91e0",
      "name": "Mobile Phones",
      "slug": "mobile-phones",
      "full_slug": "classified/mobile-phones-pdas/mobile-phones",
      "legacy_id": 853
    },
    {
      "id": "522da83c-e9f9-485f-99e2-669b38a3c78e",
      "name": "Samsung",
      "slug": "samsung",
      "full_slug": "classified/mobile-phones-pdas/mobile-phones/samsung",
      "legacy_id": 861
    }
  ],
  "action_urls": {
    "inspection": "https://vas.dubizzle.com/inspection/",
    "upgrade": "https://dubai.dubizzle.com/en/kombi/upgrade/13823165/861/",
    "upgrade_urls": {
      "web": "https://dubai.dubizzle.com/products/choose/13823165/214/861/",
      "app": "https://dubai.dubizzle.com/en/kombi/upgrade/13823165/861/"
    },
    "car_report_url": null
  },
  "short_url": "https://dubizzle.com/s/D2wACR",
  "photos_combined": [
    {
      "main": "https://dbz-images.dubizzle.com/images/2025/07/31/2f85d29658de4823958594b63147f990-.jpeg?impolicy=dpc",
      "micro": "https://dbz-images.dubizzle.com/images/2025/07/31/2f85d29658de4823958594b63147f990-.jpeg?impolicy=carousel"
    },
    {
      "main": "https://dbz-images.dubizzle.com/images/2025/07/31/d40d0900cc7844f081b9fa4270690445-.jpeg?impolicy=dpc",
      "micro": "https://dbz-images.dubizzle.com/images/2025/07/31/d40d0900cc7844f081b9fa4270690445-.jpeg?impolicy=carousel"
    },
    {
      "main": "https://dbz-images.dubizzle.com/images/2025/07/31/53a7cef8f9e14fd7aaabe101fbf91dae-.jpeg?impolicy=dpc",
      "micro": "https://dbz-images.dubizzle.com/images/2025/07/31/53a7cef8f9e14fd7aaabe101fbf91dae-.jpeg?impolicy=carousel"
    }
  ],
  "stock_level": "out_of_stock",
  "discount_percentage": "0",
  "pre_discount_price": "0",
  "is_remote_job": false,
  "is_export_car": false,
  "tracking": {
    "legacy_id": 13823165,
    "neighbourhood": {
      "name": "Al Qusais 1",
      "id": 63527
    }
  },
  "uuid": "503d5633f281413a8d1e6ceca370dcea",
  "listing_uuid": "503d5633-f281-413a-8d1e-6ceca370dcea",
  "is_reserved": false,
  "is_editable": true,
  "is_ai_paa": false,
  "is_cotw_booked": false,
  "inventory_type": "",
  "absolute_url": "https://dubai.dubizzle.com/classified/mobile-phones-pdas/mobile-phones/samsung/2025/7/31/samsung-fold-6-12gb-256gb-silver-color-2-946---503d5633f281413a8d1e6ceca370dcea/",
  "expired_timestamp": 1756531622,
  "is_chat_enabled": true,
  "company": {
    "name": null,
    "logo": null,
    "is_confidential": false,
    "url": ""
  },
  "details": {
    "secondary": [
      {
        "label": "Warranty",
        "value": "No",
        "slug": "warranty"
      },
      {
        "label": "Color",
        "value": "Silver",
        "slug": "color"
      },
      {
        "label": "Memory (RAM)",
        "value": "12 GB or more",
        "slug": "memory_ram"
      },
      {
        "label": "Version",
        "value": "International",
        "slug": "version"
      },
      {
        "label": "Percentage of Battery Health",
        "value": "Above 85%",
        "slug": "percentage_of_battery_health"
      },
      {
        "label": "Damages on Device",
        "value": "No",
        "slug": "damages_on_device"
      },
      {
        "label": "Carrier Lock",
        "value": "No",
        "slug": "carrier_lock"
      }
    ],
    "requirements": [],
    "primary": [
      {
        "label": "Age",
        "value": "1 Year",
        "slug": "age"
      },
      {
        "label": "Condition",
        "value": "New",
        "slug": "condition"
      },
      {
        "label": "Memory",
        "value": "12 GB or more",
        "slug": "memory"
      },
      {
        "label": "Model",
        "value": "Galaxy Z Fold 6 (2024)",
        "slug": "model"
      },
      {
        "label": "Storage Capacity",
        "value": "256 GB",
        "slug": "storage_capacity"
      }
    ],
    "make_model_trim": [],
    "rental_details": []
  },
  "posted_timestamp": 1753939622,
  "is_verified_business": false,
  "photos": [
    "https://dbz-images.dubizzle.com/images/2025/07/31/2f85d29658de4823958594b63147f990-.jpeg?impolicy=dpc",
    "https://dbz-images.dubizzle.com/images/2025/07/31/d40d0900cc7844f081b9fa4270690445-.jpeg?impolicy=dpc",
    "https://dbz-images.dubizzle.com/images/2025/07/31/53a7cef8f9e14fd7aaabe101fbf91dae-.jpeg?impolicy=dpc"
  ],
  "is_featured": false,
  "location": {
    "name": "Al Qusais 1, Al Qusais Residential Area, Al Qusais, Dubai, UAE",
    "coordinates": {
      "lng": "55.37227760",
      "lat": "25.27815600"
    },
    "id": [
      63527,
      63748,
      123,
      199,
      4
    ]
  },
  "encoded_object_id": "aXRlbTo0OjI6ODYxOjEzODIzMTY1",
  "meta_description": null,
  "show_car_finance": false,
  "seller_account_type": "IN",
  "long_description": null,
  "breadcrumbs": [
    {
      "label": {
        "en": "Classifieds",
        "ar": "إعلانات مبوبة"
      },
      "path": "classified/"
    },
    {
      "label": {
        "en": "Mobile Phones & Tablets",
        "ar": "هواتف محمولة وتابلت"
      },
      "path": "classified/mobile-phones-pdas/"
    },
    {
      "label": {
        "en": "Mobile Phones",
        "ar": "هواتف محمولة"
      },
      "path": "classified/mobile-phones-pdas/mobile-phones/"
    },
    {
      "label": {
        "en": "Samsung",
        "ar": "سامسونج"
      },
      "path": "classified/mobile-phones-pdas/mobile-phones/samsung/"
    }
  ],
  "description": "Samsung Fold6 , 12GB, 256GB Silver Shadow Color in Excellent Condition, No Scratches or Dents, Flawless Phone, Original Fold6 Case with S Pen Included.",
  "object_id": "item:4:2:861:13823165",
  "is_verified_user": true,
  "is_cotd_booked": false,
  "content_type_id": 214,
  "car_report": null,
  "inspection_status": "not_available",
  "is_promoted": false,
  "seller": {
    "joined_timestamp": 1370693080,
    "legacy_id": 2880268,
    "id": "4579a908-60fb-4717-a17e-57b84abca432",
    "is_verified_business": false,
    "is_sms_enabled": true,
    "business": null,
    "is_agent": false,
    "photo_url": "https://dbz-images.dubizzle.com/profiles/user/2014/08/16/43099360_UP_photo.jpeg?impolicy=up",
    "name": "Ahmad Farhan",
    "first_name": "Ahmad",
    "is_email_verified": true,
    "auto_agent_id": null,
    "is_whatsapp_enabled": false,
    "encrypted_user_id": "F5io20ISedL0EU3G2B0mHBdK8KmQF2Olc6si8JWG3yQ=",
    "initials": "AF",
    "last_name": "Farhan",
    "active_listings_count": 1,
    "agent_type": null,
    "is_verified_user": true,
    "is_facebook_verified": false,
    "is_phone_number_verified": true
  }
}, // ... Many other Product details
]
```

The scraper returns comprehensive product data in structured JSON format with over 40 fields:

**Core Product Information**:

- **Name**: Product title as listed by seller
- **Price**: Current asking price in AED
- **Pre-Discount Price**: Original price before any reductions
- **Discount Percentage**: Calculated savings percentage
- **Categories**: Product classification and breadcrumb navigation
- **Description & Long Description**: Seller's product descriptions
- **Details**: Structured product specifications (condition, year, brand, etc.)

**Listing Management Data**:

- **Listing ID & UUID**: Unique identifiers for tracking
- **Object ID & Encoded Object ID**: Internal Dubizzle references
- **Posted Timestamp**: When listing was created
- **Expired Timestamp**: Listing expiration date
- **Stock Level**: Availability status
- **Max Quantity**: Available units

**Seller Information**:

- **Seller**: Seller name and profile details
- **Company**: Business name if commercial seller
- **Seller Account Type**: Individual vs business classification
- **Verified User & Verified Business**: Trust indicators
- **Chat Enabled**: Whether messaging is available

**Visual and Location Data**:

- **Photos**: Array of all product images
- **Photos Combined**: Consolidated photo URLs
- **Location**: Geographic details and address
- **Absolute URL**: Complete listing link
- **Short URL**: Shortened version for sharing

**Marketing and Promotion Fields**:

- **Featured**: Premium listing status
- **Promoted**: Enhanced visibility status
- **COTW/COTD Booked**: Car of the Week/Day promotional features
- **AI Paa**: AI-powered listing enhancements

### Usage Instructions

1. **Prepare your input**: Collect Dubizzle listing URLs from your target categories. Ensure URLs are complete product pages, not search results.

2. **Configure proxy settings**: Use residential proxies with UAE or Singapore location for optimal access. This prevents blocking and ensures consistent data extraction.

3. **Set retry parameters**: Configure 2-3 retries per URL to handle temporary connectivity issues or rate limiting.

4. **Process results**: The scraper returns JSON data that can be imported into databases, spreadsheets, or analytics tools.

**Best Practices**: Process URLs in batches of 50-100 for optimal performance. Monitor for blocked requests and adjust proxy settings if needed. Respect Dubizzle's robots.txt and terms of service. Implement delays between requests for large-scale operations.

**Common Issues**: Invalid URLs return empty results - verify listing page format. Proxy errors may require country adjustment. Some fields may be empty for certain listing types - this is normal variation in Dubizzle's data structure.

### Benefits and Applications

The Dubizzle scraper delivers significant time savings by automating what would otherwise require manual browsing and copying of hundreds of listings. For businesses, this enables real-time competitive pricing analysis, inventory monitoring, and market trend identification.

Practical applications include automotive dealers tracking competitor vehicle listings and pricing, electronics retailers monitoring market prices and product availability, real estate agents analyzing property market trends, and market researchers conducting comprehensive category analysis. The structured data format enables easy integration with business intelligence tools, CRM systems, and automated reporting workflows.

### Conclusion

The Dubizzle Product Details Scraper provides comprehensive access to UAE's largest marketplace data through automated extraction of detailed product information. With robust proxy support and extensive data fields, it's an essential tool for businesses and researchers needing reliable Dubizzle marketplace intelligence.

Ready to streamline your Dubizzle data collection? Start extracting valuable marketplace insights today with our comprehensive scraper solution.

## Related Actors

- [**Dubizzle Product Search Scraper**](https://apify.com/ecomscrape/dubizzle-Product-search-scraper): A specialized data extraction tool engineered to harvest detailed Product information from Dubizzle's dominant German real estate marketplace.

## Your feedback

We are always working to improve Actors' performance. So, if you have any technical feedback about Dubizzle Product Details Scraper or simply found a bug, please create an issue on the Actor's Issues tab in Apify Console.

# Actor input Schema

## `urls` (type: `array`):

Add the URLs of the Specific product urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.

## `max_retries_per_url` (type: `integer`):

Limit the number of retries for each URL if the scrape is detected as a bot or the page fails to load

## `proxy` (type: `object`):

Select proxies to be used by your scraper.

## Actor input object example

```json
{
  "urls": [
    "https://rak.dubizzle.com/motors/used-cars/dodge/challenger/2025/7/27/monthly-990-0-dp-full-option-super-track-p-11-337---71387c94acd04d6781701bbe09b4a39d/"
  ],
  "max_retries_per_url": 2,
  "proxy": {
    "useApifyProxy": false
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "urls": [
        "https://rak.dubizzle.com/motors/used-cars/dodge/challenger/2025/7/27/monthly-990-0-dp-full-option-super-track-p-11-337---71387c94acd04d6781701bbe09b4a39d/"
    ],
    "max_retries_per_url": 2,
    "proxy": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("ecomscrape/dubizzle-product-details-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "urls": ["https://rak.dubizzle.com/motors/used-cars/dodge/challenger/2025/7/27/monthly-990-0-dp-full-option-super-track-p-11-337---71387c94acd04d6781701bbe09b4a39d/"],
    "max_retries_per_url": 2,
    "proxy": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("ecomscrape/dubizzle-product-details-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "urls": [
    "https://rak.dubizzle.com/motors/used-cars/dodge/challenger/2025/7/27/monthly-990-0-dp-full-option-super-track-p-11-337---71387c94acd04d6781701bbe09b4a39d/"
  ],
  "max_retries_per_url": 2,
  "proxy": {
    "useApifyProxy": false
  }
}' |
apify call ecomscrape/dubizzle-product-details-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=ecomscrape/dubizzle-product-details-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/SMBK7hxVcGPGnX6Nt/builds/ZgKJ0eeUh8trd5WiN/openapi.json
