# Detect product mentions in social videos

**Use case:** 

Analyze Instagram Reels and TikTok videos to find product and brand mentions. Export timestamps, products, and context for influencer and UGC intelligence.

## Input

```json
{
  "videoUrls": [
    "https://www.instagram.com/reel/DY8NM9WJfM8/"
  ],
  "maxItems": 3,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "brand": {
    "label": "Brand"
  },
  "productName": {
    "label": "Product name"
  },
  "creatorHandle": {
    "label": "Creator handle"
  },
  "sentiment": {
    "label": "Sentiment"
  },
  "mentionType": {
    "label": "Mention type"
  },
  "discountCode": {
    "label": "Discount code"
  },
  "videoUrl": {
    "label": "Video url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Short-Form Video Product/Mention Finder](https://apify.com/rainminer/creator-product-mention-miner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/creator-product-mention-miner) to learn more, explore other use cases, and run it yourself.