# Discover New IKEA Products in Canada (Weekly Scan)

**Use case:** 

Automatically discover newly added products across all categories in the Canadian IKEA store. This allows retailers and market researchers to stay updated on IK

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "bookcase",
  "productIds": [],
  "productUrls": [],
  "category": "products-products",
  "country": "ca",
  "language": "en",
  "sortBy": "NEWEST",
  "inStockOnly": false,
  "enrichFromPDP": true,
  "maxItems": 150
}
```

## Output

```json
{
  "productId": {
    "label": "Product id"
  },
  "name": {
    "label": "Name"
  },
  "typeName": {
    "label": "Type name"
  },
  "price": {
    "label": "Price"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "country": {
    "label": "Country"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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