Use this function in case you want to check the full data for a given TikTok video or account. In tt_videos, only an opinionated selection of data is included in the final object. If you want some different information, you can use this function.
tt_request_hidden(url, max_tries = 5L, cookiefile = NULL)a json string containing post or account data.
a URL to a TikTok video or account
how often to retry if a request fails.
path to your cookiefile. Usually not needed after running
auth_hidden once. See vignette("unofficial-api", package =
"traktok") for more information on authentication.