# Fyndiq Category Product Extractor

**Use case:** 

Extract Fyndiq.se category product listings with current prices, delivery windows, review counts and product URLs.

## Input

```json
{
  "searchQueries": [
    "iphone",
    "airpods"
  ],
  "startUrls": [
    {
      "url": "https://fyndiq.se/mobil-surfplattor/iphone-tillbehor/"
    }
  ],
  "maxItems": 100,
  "sortBy": "relevance"
}
```

## Output

```json
{
  "query": {
    "label": "Search query"
  },
  "inputUrl": {
    "label": "Input URL",
    "format": "link"
  },
  "sourceType": {
    "label": "Source type"
  },
  "rank": {
    "label": "Rank"
  },
  "productId": {
    "label": "Product ID"
  },
  "articleId": {
    "label": "Article ID"
  },
  "title": {
    "label": "Title"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "currentPrice": {
    "label": "Current price"
  },
  "currentPriceFormatted": {
    "label": "Current price formatted"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "originalPriceFormatted": {
    "label": "Original price formatted"
  },
  "discountPercentage": {
    "label": "Discount %"
  },
  "currency": {
    "label": "Currency"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "condition": {
    "label": "Condition"
  },
  "classifications": {
    "label": "Classifications"
  },
  "expectedDeliveryDate": {
    "label": "Expected delivery date"
  },
  "expectedDeliveryDateMin": {
    "label": "Earliest delivery date"
  },
  "expectedDeliveryDateMax": {
    "label": "Latest delivery date"
  },
  "shippingTimeMinDays": {
    "label": "Shipping min days"
  },
  "shippingTimeMaxDays": {
    "label": "Shipping max days"
  },
  "shippingSnippet": {
    "label": "Shipping snippet"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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