# Jewelry brand influencer mentions and tags

**Use case:** Influencer campaign performance tracking

Track engagement and sentiment metrics from posts where a brand or creator is mentioned or tagged to evaluate campaign effectiveness.

## Input

```json
{
  "username": [
    "pandora",
    "mejuri"
  ],
  "resultsLimit": 5
}
```

## Output

```json
{
  "displayUrl": {
    "label": "Post",
    "format": "image"
  },
  "caption": {
    "label": "Text",
    "format": "text"
  },
  "ownerFullName": {
    "label": "Author",
    "format": "text"
  },
  "ownerUsername": {
    "label": "Author Username",
    "format": "text"
  },
  "url": {
    "label": "Post URL",
    "format": "text"
  },
  "commentsCount": {
    "label": "Number of comments",
    "format": "text"
  },
  "likesCount": {
    "label": "Number of likes",
    "format": "text"
  },
  "timestamp": {
    "label": "Posted on",
    "format": "text"
  },
  "queryTag": {
    "label": "Query tag"
  }
}
```

## About this Actor

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