# Monitor Competitor Snapchat Content Performance

**Use case:** 

Track competitor content strategy and engagement by scraping their branded or campaign-specific hashtags on Snapchat. Gain insights into their most successful v

## Input

```json
{
  "hashtags": [
    "nikechallenge",
    "cocacolamoments",
    "starbuckslife",
    "redbullracing",
    "adidasoriginals"
  ],
  "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.