# PcComponentes - Prices, Discounts, Variants & Reviews

**Use case:** 

Scrape PcComponentes ES. Search/URL. Get price, discount & config variants. Optional: variant price/availability for electronics.

## Input

```json
{
  "mode": "search",
  "searchTerm": "portatil",
  "brands": [],
  "specialsOnly": false,
  "sortBy": "RELEVANCE",
  "urls": [
    "https://www.pccomponentes.com/portatiles"
  ],
  "fetchDetails": false,
  "fetchReviews": true,
  "maxReviewsPerProduct": 10,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "sku": {
    "label": "SKU / reference",
    "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": "Reference price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "isOnSpecial": {
    "label": "On discount",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Ratings",
    "format": "number"
  },
  "onlineAvailable": {
    "label": "Available",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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