Dubizzle

Category Search API

GET https://api.dataextractorpro.com/category_search/ ⚡ 1 Credit

Gives data on search based on category

Overview

This API endpoint allows programmatically extracting clean, structured data for Dubizzle.

Authentication

Include your API key in the request header:

x-api-key: YOUR_API_KEY
Request Parameters
Parameter Type Required Description & Allowed Values Try Parameter
category
category
text Optional
* required field - can be obtained from categories endpoint
subcategory
subcategory
text Optional
* required field - can be obtained from categories endpoint
city
city
text Optional
* required field - can accept values uae for All Cities (UAE), dxb for Dubai, auh for Abu Dhabi, rak for Ras al Khaimah, shj for Sharjah, fjr for Fujairah, ajm for Ajman, uaq for Umm al Quwain, aan for Al Ain
page
page No
text Optional
page No
sort
sort
text Optional
optional - accept values default, newest_to_oldest, oldest_to_newest, price_highest_to_lowest, price_lowest_to_highest, kilometers_highest_to_lowest, kilometers_lowest_to_highest, year_highest_to_lowest, year_lowest_to_highest
Code Examples

                                
                                
                                
                            
Error Responses
400 Invalid Parameters
One or more required parameters are missing or invalid.
{
    "status": "error",
    "message": "Parameter 'q' is required"
}
401 Unauthorized
Invalid or missing API key in x-api-key header.
{
    "status": "error",
    "message": "Invalid API key"
}
429 Rate Limit / Quota Exceeded
API key usage quota has been exhausted.
{
    "status": "error",
    "message": "Usage limit reached"
}
500 Internal Server Error
An unexpected server error occurred during extraction.
{
    "status": "error",
    "message": "Internal extraction error"
}