# Weekly TikTok Hashtag Research Feed

**Use case:** 

Run a capped Creative Center trend pull for repeat hashtag monitoring and creative briefing workflows.

## Input

```json
{
  "mode": "trends",
  "countries": [
    "United States of America"
  ],
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "name": {
    "label": "Hashtag",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "postsText": {
    "label": "Posts",
    "format": "text"
  },
  "posts": {
    "label": "Posts (number)",
    "format": "number"
  },
  "viewsText": {
    "label": "Views",
    "format": "text"
  },
  "views": {
    "label": "Views (number)",
    "format": "number"
  },
  "analyticsUrl": {
    "label": "Analytics URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Creative Center Scraper](https://apify.com/automation-lab/tiktok-creative-center-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/tiktok-creative-center-scraper) to learn more, explore other use cases, and run it yourself.