# Track mobile and tablet listings on Fyndiq.se

**Use case:** 

Extract mobile and tablet category listings from Fyndiq.se for Swedish discount electronics price tracking.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://fyndiq.se/c/mobil-surfplattor/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "ratingCount": {
    "label": "Rating Count",
    "format": "number"
  },
  "averageRating": {
    "label": "Average Rating",
    "format": "number"
  },
  "stock": {
    "label": "Stock",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "deliveryType": {
    "label": "Delivery Type",
    "format": "text"
  },
  "deliveryMin": {
    "label": "Min Delivery Date",
    "format": "date"
  },
  "deliveryMax": {
    "label": "Max Delivery Date",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "merchantName": {
    "label": "Merchant Name",
    "format": "text"
  },
  "breadCrumbs": {
    "label": "Categories",
    "format": "array"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "climateCompensationText": {
    "label": "Climate Compensation",
    "format": "text"
  },
  "deliveryPolicyText": {
    "label": "Delivery Policy",
    "format": "text"
  }
}
```

## About this Actor

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