How to collect posts for a topic or identify industry trends?

How to collect posts for a topic or identify industry trends?


We have multiple endpoints which you can use in combination in order to collect posts for a specific topic or identify industry trends. 

Here are our recommendations on things you can do:
  1. Getting feed posts (For You) from an authenticated account that follows/likes a lot of people in the topic that you are interested.
  2. Getting data from multiple hashtags.
  3. Getting data from different search terms and categories.
  4. Getting posts from a music that is specifically linked with your topic.
  5. Getting data on different time interval, e.g every week or every month. Because different results are returned after sometime.

    • Related Articles

    • Getting search results from an user session

      When you call Public endpoints such as the Search endpoint, it will return results from a random unauthenticated session. If you want to get more uniform results and tailored for a specific user, it is possible to call the endpoint from an user scope ...
    • How do I get more than 30 items?

      Usually you can get about 30 items from a API request (excluding the search endpoint which returns 12). This is not a limit set by us, but by TikTok.   In order to collect more items you have to use the iterating parameters, such ...
    • How to download videos?

      Endpoints for getting posts such as Get feed posts or the Get video information endpoint return the video(s) information in the JSON response object.  You can download the video file using the link at the downloadAddr or playAddr field. Example ...