TikTok
Videos / User Videos
per_call
Paginated listing of the videos posted by a TikTok account, each with description text, hashtags, duration, cover image, play URL, music metadata and the full engagement breakdown. Use it for content performance analysis and ad-inspiration libraries.
Endpoint
GET /v1/tiktok/videos-user-videos
Price
$1.50
per 1,000 calls · $0.0015 per call
Cost per call
1 credit
Failed calls never charged
Parameters
target
required
stringThe TikTok handle, URL or identifier to resolve.
limit
optional
integerItems to return for list responses. Default 10, max 100.
cursor
optional
stringPagination cursor returned by a previous response.
Example request
Sandbox calls return deterministic sample data in the live payload shape.
curl
curl "https://api.fastfetchz.com/v1/tiktok/videos-user-videos?target=nasa" \
-H "X-API-Key: $FASTFETCHZ_KEY"Example response
200 application/json
{
"success": true,
"service": {
"platform": "TikTok",
"name": "Videos / User Videos",
"slug": "videos-user-videos"
},
"credits_charged": 1,
"credits_remaining": 99,
"latency_ms": 214,
"data": {
"items": [
{
"id": "7000462041",
"shortcode": "S9WIH",
"url": "https://example.com/tiktok/nasa/462041",
"caption": "Sandbox videos / user videos item #1 for @nasa.",
"media_type": "video",
"like_count": 22241,
"comment_count": 346,
"view_count": 463041,
"duration_sec": 83,
"taken_at": "2026-08-24T10:40:15.487Z"
},
{
"id": "7000420738",
"shortcode": "S90N6",
"url": "https://example.com/tiktok/nasa/420738",
"caption": "Sandbox videos / user videos item #2 for @nasa.",
"media_type": "video",
"like_count": 20938,
"comment_count": 443,
"view_count": 421738,
"duration_sec": 90,
"taken_at": "2026-08-23T10:40:15.487Z"
}
],
"paging": {
"has_more": true,
"next_cursor": "cursor_40643"
}
}
}Error codes
StatusCodeMeaning
401invalid_api_keyMissing or unrecognized X-API-Key header. No credits are charged.
402insufficient_creditsYour balance is below the cost of the call. Top up to continue.
403account_suspended / key_revokedThe account is suspended or the key was revoked.
429rate_limitedThe key exceeded its monthly cap or the burst limit. Retry later.
500upstream_errorUnexpected failure while fulfilling the request. Not charged.