Actions7
- Photo Post Actions
- Post Status Actions
- Search Actions
- User Profile Actions
- Video Post Actions
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
- Retrieve all posts under a specific hashtag
- Find trending hashtags related to a topic
- 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.