# Find High-Rated Kitchenware on Target

**Use case:** 

Identify top-rated kitchenware products on Target to understand customer preferences and popular items. Leverage this information for product sourcing, merchand

## Input

```json
{
  "mode": "byCategory",
  "query": "iPhone case",
  "tcins": [
    "94715153"
  ],
  "categoryId": "kitchen",
  "minRating": 4.5,
  "onSaleOnly": false,
  "inStockOnly": true,
  "maxItems": 75
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "isOnSale": {
    "label": "Is on sale"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "availability": {
    "label": "Availability"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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