# Extract Japan's Top 10 TikTok Trends (30-Day)

**Use case:** 

Uncover the top 10 consistent TikTok hashtag trends in Japan over the past month for strategic content planning. This provides valuable insights for brands look

## Input

```json
{
  "country": "JP",
  "period": "30",
  "maxRanks": 3
}
```

## Output

```json
{
  "rankIndex": {
    "label": "Rank",
    "format": "number"
  },
  "hashtagName": {
    "label": "Hashtag",
    "format": "text"
  },
  "publishCnt": {
    "label": "Post Count",
    "format": "number"
  },
  "vv": {
    "label": "Video Views",
    "format": "number"
  },
  "observedCountry": {
    "label": "Country",
    "format": "text"
  },
  "observedPeriod": {
    "label": "Period (Days)",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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