# Sharaf DG Product Scraper - UAE Prices, Stock, SKU & Ratings

**Use case:** 

Scrape Sharaf DG UAE products: title, brand, SKU, price, discount, stock, seller & images. Search by keyword/model or paste URLs. For price monitoring.

## Input

```json
{
  "searchTerms": [
    "lg oled tv"
  ],
  "startUrls": [],
  "maxProducts": 50,
  "maxPages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Was",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Sharaf DG Product Scraper - UAE Electronics](https://apify.com/get_anything/sharafdg-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/get_anything/sharafdg-scraper) to learn more, explore other use cases, and run it yourself.