# Audit Influencer Snapchat Campaign Performance by Hashtag

**Use case:** 

Evaluate the reach and engagement of your influencer marketing campaigns on Snapchat by tracking specific campaign hashtags. Download video content and engageme

## Input

```json
{
  "hashtags": [
    "mybrandpartner",
    "influencercollabxyz"
  ],
  "resultsPerHashtag": 20,
  "includeVideoUrls": true,
  "includeRelatedTopics": true,
  "includeLlmMetadata": true
}
```

## Output

```json
{
  "snap_id": {
    "label": "Snap ID",
    "format": "text"
  },
  "creator_username": {
    "label": "Creator",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "view_count": {
    "label": "Views",
    "format": "number"
  },
  "like_count": {
    "label": "Likes",
    "format": "number"
  },
  "share_count": {
    "label": "Shares",
    "format": "number"
  },
  "recommend_count": {
    "label": "Recommends",
    "format": "number"
  },
  "duration_seconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "searched_hashtag": {
    "label": "Hashtag",
    "format": "text"
  },
  "snap_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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