TikTok icon

TikTok

Upload and manage TikTok videos and photos, and retrieve profile information

Actions7

Overview

The 'Search Hashtags' operation in the TikTok node allows users to search for TikTok hashtags based on a query string, with options for pagination and limiting the number of results.

Use Case Examples

  1. Retrieve all posts under a specific hashtag
  2. Find trending hashtags related to a topic
  3. Analyze hashtag performance over time

Properties

Name Meaning
Query The text string to search for in hashtags. This property is required and is used to filter hashtags based on the provided query.
Cursor A pagination cursor to fetch the next set of results. This property is optional and is used to navigate through paginated results.
Limit The maximum number of results to return. This property is optional and is used to restrict the number of hashtags returned in the response.

Output

JSON

  • data - An array containing the search results, each representing a hashtag with associated details.

Troubleshooting

  • Ensure that the 'Query' property is correctly set to the desired search term.
  • If pagination is required, provide the appropriate 'Cursor' value to navigate through results.
  • Set the 'Limit' property to control the number of results returned, keeping in mind any API rate limits.

Discussion