get_tiktok_hashtag
Retrieve TikTok hashtag details and stats as JSON, including ID, title, description, video count, and view count by providing hashtag name or ID.
Instructions
Get TikTok hashtag details and stats as JSON. Returns hashtag ID, title, description, video count, and view count. Provide either hashtag_name or hashtag_id. Use the returned ID with get_tiktok_hashtag_videos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hashtag_name | No | Hashtag text without the # symbol, e.g. 'fyp'. | |
| hashtag_id | No | Numeric hashtag ID. Use if you already have it from a previous request. |