Sharaf DG Product Scraper - UAE Electronics avatar

Sharaf DG Product Scraper - UAE Electronics

Pricing

Pay per usage

Go to Apify Store
Sharaf DG Product Scraper - UAE Electronics

Sharaf DG Product Scraper - UAE Electronics

Scrape product data from Sharaf DG (uae.sharafdg.com), the UAE's largest electronics retailer. Search by keyword or paste product URLs. Returns clean JSON: title, brand, price, discount, seller, category, stock and more. Built for price monitoring and competitor research.

Pricing

Pay per usage

Rating

5.0

(1)

Developer

Get Anything

Get Anything

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Sharaf DG Product Scraper — UAE Electronics

Extract structured product data from Sharaf DG, the UAE's largest electronics and home-appliance retailer. Search by keyword or paste product URLs — the scraper returns clean, flat JSON ready for Excel, Google Sheets, or your database.

What it does

  • 🔎 Two ways to start — search terms (e.g. lg oled tv, OLED55C4, sony headphones) or direct product / category URLs.
  • 💰 Price & discount tracking — current price, original price, and calculated discount %.
  • 🏷️ Seller & marketplace data — seller name, seller type, and number of marketplace offers.
  • 📦 Stock status — in-stock / out-of-stock flag.
  • 🗂️ Full category path & brand — e.g. TV, Video & Audio > TVs, plus brand and product tags.
  • 🆔 IDs & media — Sharaf DG SKU and product image for every item.

Example input

{
"searchTerms": ["lg oled tv", "sony headphones"],
"startUrls": ["https://uae.sharafdg.com/product/lg-oled55cs5vaama-evo-ai-cs5-oled-tv-55/"],
"maxProducts": 50,
"maxPages": 5,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "AE" }
}

Example output

Each dataset item is one product:

{
"title": "LG 55 Inch OLED evo AI CS5 4K 120Hz Smart TV - OLED55CS5VA",
"brand": "LG",
"sku": "S600960782",
"price": 3143.76,
"originalPrice": 3699,
"discountPercent": 15,
"currency": "AED",
"inStock": true,
"seller": "Digital Empire",
"sellerType": "marketplace",
"offersCount": 3,
"category": "TV, Video & Audio > TVs",
"tags": ["fifa26", "tvhfwc26"],
"images": ["https://uae.sharafdg.com/..."],
"url": "https://uae.sharafdg.com/product/lg-oled55cs5vaama-evo-ai-cs5-oled-tv-55/",
"domain": "uae.sharafdg.com",
"scrapedAt": "2026-07-16T00:00:00+00:00"
}

Export as JSON, CSV, Excel, or HTML table from the run's Dataset tab, or via the Apify API.

Input reference

FieldTypeDescription
searchTermsarrayKeywords or model numbers to search on Sharaf DG.
startUrlsarrayCategory, search, or direct product URLs. Listing URLs are paginated; product URLs (containing /product/) are scraped directly.
maxProductsintegerCap per search term / listing URL. 0 = unlimited.
maxPagesintegerListing pages to paginate per search term / category.
proxyConfigurationobjectResidential proxies (country AE) recommended.

Common use cases

  • Price monitoring — track competitor pricing and discounts across UAE electronics.
  • MAP / brand compliance — check how resellers list your products on Sharaf DG's marketplace.
  • Catalog & competitor research — build product datasets by brand or category.
  • Seller intelligence — see which marketplace sellers win the buy-box and how many offers a product has.

FAQ

Do I need a Sharaf DG API or account? No. The actor reads publicly available product pages — no login and no official API required.

Can I scrape a whole category? Yes — paste a Sharaf DG category or search URL into startUrls and set maxPages / maxProducts.

Can I get data by product URL? Yes — paste /product/ URLs into startUrls to scrape them directly.

Does it include marketplace sellers? Yes — each product returns the seller name, seller type and the number of marketplace offers.

What format is the output? Clean flat JSON, one product per row — export to JSON, CSV, Excel or Google Sheets.

Notes

  • Sharaf DG listing pages don't include prices, so the actor opens each product page to read its full data. Use residential proxies for the most reliable results.
  • Respect Sharaf DG's Terms of Service and only collect publicly available data.