# Skroutz Daily Product Price Tracker

**Use case:** 

Extract daily structured data on gamepads from Skroutz, including current and old prices, specifications, brands, and images. Configured by schedule at 08:00

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.skroutz.gr/c/663/Gamepads.html"
    }
  ],
  "getDescription": false,
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GR"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "oldPrice": {
    "label": "Old price",
    "format": "string"
  },
  "reviewScore": {
    "label": "Review score",
    "format": "string"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "shopName": {
    "label": "Shop",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "array"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "eans": {
    "label": "EAN",
    "format": "array"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "specsTable": {
    "label": "Specifications",
    "format": "array"
  }
}
```

## About this Actor

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