powered by
tt_user_info_api( username, fields = "all", verbose = interactive(), token = NULL )tt_user_info(username, fields = "all", verbose = interactive(), token = NULL)
tt_user_info(username, fields = "all", verbose = interactive(), token = NULL)
A data.frame of parsed TikTok videos the user has posted.
name(s) of the user(s) to be queried
The fields to be returned (defaults to all)
should the function print status updates to the screen?
The authentication token (usually supplied automatically after running auth_research once).
if (FALSE) { tt_user_info_api("jbgruber") # OR tt_user_info_api("https://www.tiktok.com/@tiktok") # OR tt_user_info("https://www.tiktok.com/@tiktok") }
Run the code above in your browser using DataLab