# Darty Scraper - Prices, Discounts, Specs & Reviews

**Use case:** 

Scrape Darty.com. Search/URL. Get price, discount, brand, category, specs & reviews with rating breakdown for electronics & appliances.

## Input

```json
{
  "mode": "search",
  "searchTerm": "television",
  "brands": [],
  "specialsOnly": false,
  "minRating": 0,
  "freeDeliveryOnly": false,
  "sortBy": "RELEVANCE",
  "urls": [
    "https://www.darty.com/nav/recherche?text=television"
  ],
  "fetchDetails": true,
  "fetchReviews": true,
  "maxReviewsPerProduct": 10,
  "maxItems": 6,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID (codic)",
    "format": "text"
  },
  "ean": {
    "label": "EAN",
    "format": "text"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "changeType": {
    "label": "Change type (incremental mode)",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "originalPrice": {
    "label": "Reference price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "isOnSpecial": {
    "label": "On discount",
    "format": "boolean"
  },
  "promoLabel": {
    "label": "Promo label",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Ratings",
    "format": "number"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "changedFields": {
    "label": "Changed fields (incremental mode)",
    "format": "array"
  },
  "firstSeenAt": {
    "label": "First seen at (incremental mode)",
    "format": "date"
  },
  "lastSeenAt": {
    "label": "Last seen at (incremental mode)",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Darty Scraper - Prices, Discounts, Specs & Reviews](https://apify.com/abotapi/darty-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/darty-com-scraper) to learn more, explore other use cases, and run it yourself.