Dubicars Automotive Details Scraper avatar

Dubicars Automotive Details Scraper

Pricing

Pay per usage

Go to Apify Store
Dubicars Automotive Details Scraper

Dubicars Automotive Details Scraper

Scrape comprehensive vehicle data from Dubicars.com with precision. Extract price, specifications, seller details, and 60+ fields per listing — perfect for automotive researchers, dealers, price comparison platforms, and market analysts.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alex

Alex

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Dubicars Property Details Scraper: Collect UAE Car Listings Data Effortlessly


What Is Dubicars.com?

Dubicars.com is the UAE's largest online automotive marketplace, hosting thousands of vehicle listings from private sellers and licensed dealers. It specializes in new and pre-owned cars, providing detailed specifications, pricing in AED, export availability, and seller information. Collecting this data manually is tedious and error-prone — the Dubicars Property Details Scraper automates the extraction process, transforming listing pages into clean, structured datasets.


Overview

The Dubicars Property Details Scraper extracts comprehensive vehicle information from individual car listing pages, capturing pricing, technical specifications, condition details, seller profiles, and availability flags. It serves:

  • Automotive researchers building pricing models and market reports
  • Price comparison platforms aggregating UAE vehicle data
  • Used car dealers monitoring competitor inventory
  • Fleet managers tracking market availability
  • Data analysts studying automotive market trends

The scraper excels at handling bulk extraction with configurable limits and resilient error handling through the ignore_url_failures option.


Input Format

The scraper accepts a JSON configuration:

{
"urls": [
"https://www.dubicars.com/2022-mercedes-benz-gle-450-amg-uaes-very-best-example-aed-3523-per-month-892918.html",
"https://www.dubicars.com/2025-mercedes-benz-a45-amg-s-uaes-very-best-example-aed-3086-per-month-947959.html"
],
"max_items_per_url": 200,
"ignore_url_failures": true
}
ParameterTypeDescription
urlsArrayIndividual car listing URLs from Dubicars.com. Paste full listing page URLs (e.g., .../2022-mercedes-benz-gle-450...html)
max_items_per_urlIntegerMaximum records to extract per URL. Default: 200
ignore_url_failuresBooleanIf true, the scraper continues if a URL fails; if false, stops on first error

Note: Use direct URLs to specific car listings, not search result pages. Each URL should point to a complete vehicle detail page.


Output Format

Sample output

{
"price": 238000,
"export_status": "can_be_exported",
"export_price": 65400,
"feature_type": "Premium",
"car_year": 2022,
"warranty": 1,
"promoted": false,
"dealer_site": false,
"image_url": "https://www.dubicars.com/images/f85a0d/w_1300x760/approved-automotive/6a0902fc-1a22-4bb0-85d8-a88dfc9fefa1.jpeg",
"content_type": "vehicle",
"content_ids": 892918,
"currency": "AED",
"car_make": "Mercedes Benz",
"car_model": "GLE 450 AMG",
"city": "Dubai",
"state_of_vehicle": "used",
"dealer_id": 2865,
"transmission": "Automatic",
"exterior_color": "Red",
"external_id": null,
"item_id": 892918,
"is_financed": true,
"ad_type": "premium",
"location": "Dubai",
"location_id": 3,
"make": "Mercedes Benz",
"make_id": 69,
"model": "GLE 450 AMG",
"model_id": 2068,
"car_name": "Mercedes Benz GLE 450 AMG",
"car_full_name": "Mercedes Benz GLE 450 AMG 2022",
"year": 2022,
"regional_specs": "GCC",
"regional_specs_id": 1,
"condition": "used",
"color_exterior": "Red",
"color_exterior_id": 168,
"color_interior": "Beige",
"color_interior_id": 176,
"drive_type": "All Wheel Drive",
"drive_type_id": 4,
"fuel_type": "Petrol",
"fuel_type_id": 25,
"body_type": "SUV/Crossover",
"body_type_id": 100,
"mileage": 24619,
"seat_count": 5,
"price_local": 281100,
"price_export": 65400,
"price_discounted": 238555,
"is_inspected": false,
"seller_id": 2865,
"seller_name": "Approved Automotive",
"seller_type": "dealer",
"is_warranty": true,
"status_export": "can_be_exported",
"image_count": 18,
"steering_side": "Left hand",
"steering_side_id": 1,
"is_video": false,
"is_360": true,
"transmission_type": "Automatic",
"transmission_type_id": 10,
"cylinders": "6",
"cylinder_id": 6,
"trim": "Other",
"trim_id": null,
"door_count": "5"
}

The scraper returns comprehensive vehicle records with 64+ fields organized by category:

Pricing & Financials

FieldMeaning
PriceListed price in local currency (AED)
Price LocalPrice in UAE Dirhams (AED)
Price ExportInternational export price if available
Price DiscountedDiscounted or promotional price (if applicable)
CurrencyCurrency code (e.g., AED)
Is FinancedWhether financing options are available

Vehicle Identification

FieldMeaning
Item IDUnique Dubicars listing identifier
External IDAlternative external reference ID
Car NameSimple vehicle name (e.g., "GLE 450 AMG")
Car Full NameComplete name with trim and specs
MakeManufacturer (e.g., "Mercedes-Benz")
Make IDInternal ID for the make
ModelModel name (e.g., "GLE")
Model IDInternal ID for the model
Car YearManufacturing year (e.g., 2022)
YearYear of manufacture (alternative field)
TrimTrim level or variant (e.g., "AMG")
Trim IDInternal ID for the trim

Technical Specifications

FieldMeaning
Body TypeVehicle category (e.g., SUV, sedan, coupe)
Body Type IDInternal ID for body type
TransmissionTransmission type identifier
Transmission TypeFull transmission description (e.g., "Automatic")
Transmission Type IDInternal ID for transmission
Drive TypeDrivetrain (e.g., "4WD", "AWD", "FWD")
Drive Type IDInternal ID for drive type
Fuel TypeFuel source (e.g., "Petrol", "Diesel", "Hybrid")
Fuel Type IDInternal ID for fuel type
CylindersNumber of engine cylinders
Cylinder IDInternal ID for cylinder configuration
Regional SpecsRegion-specific specifications (e.g., "GCC Specs", "European Specs")
Regional Specs IDInternal ID for regional specifications
Steering SideSteering wheel position (e.g., "Right", "Left")
Steering Side IDInternal ID for steering side

Condition & Appearance

FieldMeaning
ConditionVehicle condition (e.g., "Brand New", "Used", "Pre-owned")
State of VehicleCurrent state descriptor
MileageOdometer reading in kilometers
Seat CountNumber of passenger seats
Door CountNumber of doors
Exterior ColorOuter paint color (e.g., "Black", "Silver")
Color ExteriorAlternative exterior color field
Color Exterior IDInternal ID for exterior color
Color InteriorInterior trim color (e.g., "Black leather", "Beige fabric")
Color Interior IDInternal ID for interior color

Location & Availability

FieldMeaning
LocationGeneral location description
Location IDInternal location identifier
CityUAE city (e.g., "Dubai", "Abu Dhabi", "Sharjah")
State of VehicleWhether it's in stock or on order

Seller Information

FieldMeaning
Seller IDUnique seller/dealer identifier
Seller NameName of the seller or dealership
Seller TypeSeller category (e.g., "Dealer", "Private", "Distributor")
Dealer IDDealer-specific ID if applicable
Dealer SiteDealer's official website URL (if available)

Listing Features & Status

FieldMeaning
Ad TypeType of ad (e.g., "For Sale", "Finance Offer")
PromotedWhether the listing has paid promotion
WarrantyWarranty information or duration
Is WarrantyBoolean flag for warranty availability
Is InspectedWhether the vehicle passed inspection
Export StatusExport eligibility status
Status ExportDetailed export status descriptor
Feature TypeSpecial features or categorization

Media & Content

FieldMeaning
Image URLURL of the primary listing image
Image CountTotal number of images in the listing
Is VideoWhether the listing includes video content
Is 360Whether 360-degree images are available
Content TypeType of media content
Content IDsIdentifiers for attached content

How to Use

  1. Collect URLs — Navigate to Dubicars.com and find the specific vehicles you want to scrape. Open each listing page and copy the full URL (including .html extension).

  2. Prepare input — Paste URLs into the urls array. You can add 1, 10, or 100+ URLs depending on your needs.

  3. Configure settings:

    • Set max_items_per_url to 200 (recommended for single listings)
    • Enable ignore_url_failures: true for bulk runs to skip problematic URLs
  4. Execute — Run the scraper and monitor progress in the activity log.

  5. Export results — Download output as JSON, CSV, or Excel. Pipe data into databases, spreadsheets, or downstream applications.

Troubleshooting:

  • If a URL returns no data, verify the link points to a car detail page (not a search or category page).
  • Use ignore_url_failures: true to prevent interruptions during large batch runs.
  • Check that URLs include the full path with .html extension.

Use Cases & Business Value

  • Price intelligence: Build historical price databases and benchmark competitor listings
  • Market analytics: Analyze supply, demand, and pricing trends across vehicle categories
  • Aggregator platforms: Feed structured car data into your own marketplace
  • Lead generation: Extract seller contact information for outreach campaigns
  • Inventory management: Monitor fleet availability and competitive positioning

The Dubicars Property Details Scraper eliminates manual data entry, delivering consistent, machine-readable records with 60+ fields per vehicle. Integrate results directly into Excel, databases, or BI tools for instant insights.


Conclusion

The Dubicars Property Details Scraper is a powerful tool for anyone needing structured automotive market data from the UAE's largest car marketplace. With detailed output spanning pricing, specifications, seller info, and media assets, it transforms hours of manual browsing into seconds of automated extraction. Start scraping today and unlock data-driven decision-making for your automotive business.