# Scrape Dubizzle Electronics and Mobile Phone Prices

**Use case:** 

Extract second-hand smartphone and laptop listings to monitor real-time resale price points in Sharjah. Optimize your e-commerce trade-in pricing strategies usi

## Input

```json
{
  "urls": [
    "https://rak.dubizzle.com/motors/used-cars/"
  ],
  "keyword": "iPhone 15 Pro",
  "location": "sharjah",
  "sort_by": "price_asc",
  "page": 1,
  "max_items_per_url": 50,
  "max_retries_per_url": 2,
  "ignore_url_failures": true
}
```

## Output

```json
{
  "name_en": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "category_slug": {
    "label": "Category",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "seller_type": {
    "label": "Seller",
    "format": "text"
  },
  "is_verified_user": {
    "label": "Verified",
    "format": "text"
  },
  "photos_count": {
    "label": "Photos",
    "format": "number"
  },
  "added": {
    "label": "Added",
    "format": "text"
  },
  "permalink": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Dubizzle Listings Scraper (Unofficial)](https://apify.com/crawlerbros/dubizzle-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/dubizzle-scraper) to learn more, explore other use cases, and run it yourself.