# Check Target Apple AirPods Max Price & Stock

**Use case:** 

Get real-time price and availability for specific Apple AirPods Max to inform purchasing decisions or competitive analysis. Ensure you have the most up-to-date 

## Input

```json
{
  "mode": "search",
  "query": "Apple AirPods Max",
  "tcins": [
    "94715153"
  ],
  "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.