# Specific Hashtags (lookup by name) Tiktok Hashtag Analytics

**Use case:** 

Extract Tiktok Hashtag Analytics data filtered by Specific Hashtags (lookup by name). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "mode": "specificHashtags",
  "maxItems": 10,
  "hashtags": [
    "marketing",
    "springbreak",
    "digitalmarketing"
  ],
  "period": 7,
  "countryCode": "US",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 5,
  "enrichOutput": false
}
```

## Output

```json
{
  "hashtagName": {
    "label": "Hashtag Name",
    "format": "text"
  },
  "hashtagUrl": {
    "label": "Hashtag URL",
    "format": "link"
  },
  "hashtagId": {
    "label": "Hashtag ID",
    "format": "text"
  },
  "publishCount7d": {
    "label": "Posts (7d)",
    "format": "number"
  },
  "videoViews7d": {
    "label": "Views (7d)",
    "format": "number"
  },
  "publishCountAllTime": {
    "label": "Posts (All Time)",
    "format": "number"
  },
  "videoViewsAllTime": {
    "label": "Views (All Time)",
    "format": "number"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "rankDiff": {
    "label": "Rank Change",
    "format": "number"
  },
  "rankDiffType": {
    "label": "Rank Direction",
    "format": "text"
  },
  "isPromoted": {
    "label": "Is Promoted",
    "format": "boolean"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "period": {
    "label": "Period",
    "format": "number"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "text"
  },
  "countryName": {
    "label": "Country Name",
    "format": "text"
  },
  "trendData": {
    "label": "Trend Data",
    "format": "array"
  },
  "audienceAges": {
    "label": "Audience Ages",
    "format": "array"
  },
  "audienceInterests": {
    "label": "Audience Interests",
    "format": "array"
  },
  "audienceCountries": {
    "label": "Audience Countries",
    "format": "array"
  },
  "relatedHashtags": {
    "label": "Related Hashtags",
    "format": "array"
  },
  "topVideos": {
    "label": "Top Videos",
    "format": "array"
  },
  "topCreators": {
    "label": "Top Creators",
    "format": "array"
  },
  "longevityPopularDays": {
    "label": "Longevity Popular Days",
    "format": "number"
  },
  "longevityCurrentPopularity": {
    "label": "Longevity Current Popularity",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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