Skip to main content
GET
Get recent posts by username
Returns a paginated list of the user’s most recent posts. Use the returned cursor to fetch the next page.

Authorizations

x-rapidapi-key
string
header
required

Your RapidAPI subscription key. Injected automatically by the RapidAPI gateway in production.

Path Parameters

username
string
required

TikTok username

Query Parameters

count
integer
default:20

Number of posts to return (1–100)

Required range: 1 <= x <= 100
cursor
string

Pagination cursor from a previous response

Response

Success

meta
object

Response metadata present in every API response

data
object[]
pagination
object | null

Cursor-based pagination info

error
object | null

Error details. Present only when the request failed; null on success.