TikTok

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

Actions7

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

  1. Searching for popular sounds related to a specific theme or hashtag.
  2. 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

Discussion