# elcorteingles.es - Prices, Variants, Rebajas & Reviews

**Use case:** 

Scrape El Corte Inglés ES. Search/URL. Get price, discount, variants (color/size), availability & reviews for fashion, electronics, home & more.

## Input

```json
{
  "mode": "search",
  "searchTerm": "zapatillas running",
  "onSaleOnly": false,
  "brands": [],
  "sortBy": "RELEVANCE",
  "urls": [
    "https://www.elcorteingles.es/electronica/television/"
  ],
  "fetchDetails": true,
  "fetchReviews": true,
  "maxReviewsPerProduct": 10,
  "maxItems": 5,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "isOnSale": {
    "label": "On sale",
    "format": "boolean"
  },
  "color": {
    "label": "Colour",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "onlineAvailable": {
    "label": "Available",
    "format": "boolean"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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