Actions7
- Search Actions
- User Profile Actions
- Photo Post Actions
- Post Status Actions
- Video Post Actions
Overview
This node performs a search operation on TikTok to find sounds based on a user-provided query. It is useful for scenarios where users want to discover TikTok sounds matching specific keywords or phrases, such as for content creation or trend analysis.
Use Case Examples
- Searching for popular sounds related to a specific theme or hashtag.
- Finding new sounds to use in TikTok videos by querying keywords.
Properties
| Name | Meaning |
|---|---|
| Query | The text string to search for in TikTok sounds. |
| Cursor | A number used for pagination to specify the starting point of the search results. |
| Limit | The maximum number of search results to return, with a minimum value of 1. |
Output
JSON
results- Array of sound objects matching the search query.cursor- Pagination cursor for fetching the next set of results.
Dependencies
- TikTok API access with appropriate authentication credentials.
Troubleshooting
- Ensure the query parameter is not empty as it is required for the search operation.
- Check API rate limits and authentication credentials if the node fails to fetch data.
- Verify that the cursor value is a valid number for pagination to work correctly.
Links
- TikTok API Documentation - Search Sounds - Official documentation for the TikTok API endpoint used to search sounds.