# Find Target Baby Gear Deals & Discounts

**Use case:** 

Discover the latest discounts on baby gear at Target to track promotions and optimize your pricing strategy. Identify popular discounted products to inform your

## Input

```json
{
  "mode": "deals",
  "query": "iPhone case",
  "tcins": [
    "94715153"
  ],
  "categoryId": "baby",
  "onSaleOnly": true,
  "inStockOnly": true,
  "maxItems": 100
}
```

## 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.