Skip to contents

[Works on: Unofficial API]

Access the publicly available information about a user.

Usage

tt_user_info_hidden(username, parse = TRUE)

Arguments

username

A URL to a video or username.

parse

Whether to parse the data into a data.frame (set to FALSE to get the full list).

Value

A data.frame or list of user info.

Examples

if (FALSE) { # \dontrun{
df <- tt_user_info_hidden("https://www.tiktok.com/@fpoe_at")
} # }