# Monitor Competitor Product Prices on Target

**Use case:** 

Track specific competitor product prices on Target to stay competitive and adjust your own pricing in real-time. Gain insights into market pricing fluctuations 

## Input

```json
{
  "mode": "byTcin",
  "query": "iPhone case",
  "tcins": [
    "84512345",
    "79876543",
    "81234567"
  ],
  "categoryId": "electronics",
  "onSaleOnly": false,
  "inStockOnly": true,
  "maxItems": 5
}
```

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