# Snapchat campaign research hashtags

**Use case:** 

Track Snapchat campaign research across hashtag lists with per-hashtag limits, total result caps, deduped rows, and exports.

## Input

```json
{
  "hashtagsOrUrls": [
    "summer",
    "food",
    "#travel"
  ],
  "resultsPerHashtag": 10,
  "maxResults": 25
}
```

## Output

```json
{
  "normalizedHashtag": {
    "label": "Hashtag",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "spotlightUrl": {
    "label": "Spotlight URL",
    "format": "link"
  },
  "creatorUsername": {
    "label": "Creator username",
    "format": "text"
  },
  "creatorDisplayName": {
    "label": "Creator",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "boostCount": {
    "label": "Boosts",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "durationSeconds": {
    "label": "Duration",
    "format": "number"
  },
  "uploadedAt": {
    "label": "Uploaded",
    "format": "datetime"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "datetime"
  }
}
```

## About this Actor

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