Skip to contents

[Works on: Unofficial API]

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.

Usage

tt_request_hidden(url, max_tries = 5L, cookiefile = NULL)

Arguments

url

a URL to a TikTok video or account

max_tries

how often to retry if a request fails.

cookiefile

path to your cookiefile. See vignette("unofficial-api", package = "traktok") for more information on authentication.