API Group

TikTok API endpoints

15 TikTok API endpoints for web scraping workflows, with REST paths, authentication requirements, parameters, examples, and MCP tool metadata where supported.

GET/tiktok/categoryapiKey8 credits/request

List TikTok explore categories

Returns the category list exposed by the TikTok Explore page.

Params: x-api-key:header

GET/tiktok/commentsapiKey8 credits/request

Retrieve TikTok video comments

Returns top-level TikTok video comments with cursor-based pagination.

Params: x-api-key:header, aweme_id:query, cursor:query

GET/tiktok/explore/{id}apiKey8 credits/request

Retrieve the TikTok explore feed for a category

Returns explore videos for a TikTok category id from the category endpoint.

Params: x-api-key:header, id:path

GET/tiktok/hashtag/{name}apiKey8 credits/request

Retrieve TikTok hashtag details

Returns the metadata payload for a TikTok hashtag page.

Params: x-api-key:header, name:path

GET/tiktok/hashtagsapiKey8 credits/request

Retrieve TikTok hashtag posts

Returns the videos listed for a TikTok hashtag id with cursor-based pagination.

Params: x-api-key:header, id:query, cursor:query

GET/tiktok/popular-trend/country-industry-metaapiKey8 credits/request

Retrieve TikTok popular-trend country and industry metadata

Returns the country and industry metadata used by the TikTok Creative Center popular-trend endpoints.

Params: x-api-key:header

GET/tiktok/popular-trend/creatorapiKey8 credits/request

Retrieve TikTok popular-trend creators

Returns trending creators from TikTok Creative Center. The service clamps `page` to 1-10 and `limit` to at most 100.

Params: x-api-key:header, page:query, limit:query, sort_by:query, creator_country:query, audience_count:query

GET/tiktok/popular-trend/hashtagapiKey8 credits/request

Retrieve TikTok popular-trend hashtags

Returns trending hashtags from TikTok Creative Center. The service clamps `page` to 1-10, `limit` to at most 100, and defaults `period` to 7.

Params: x-api-key:header, page:query, limit:query, period:query, industry_id:query, country_code:query, filter_by:query

GET/tiktok/post/{id}apiKey8 credits/request

Retrieve TikTok video details

Returns the TikTok video detail payload for a video id.

Params: x-api-key:header, id:path

GET/tiktok/postsapiKey8 credits/request

Retrieve posts from a TikTok profile

Returns posts from a TikTok profile by `secUid`, with optional cursor pagination and sort mode.

Params: x-api-key:header, secUid:query, cursor:query, sort_type:query

GET/tiktok/profile/{handler}apiKey8 credits/request

Retrieve a TikTok profile

Returns the TikTok profile payload for a public handle.

Params: x-api-key:header, handler:path

GET/tiktok/searchapiKey8 credits/request

Search TikTok videos

Searches TikTok videos by keyword with cursor-based pagination.

Params: x-api-key:header, keyword:query, cursor:query, count:query

GET/tiktok/search/hashtagapiKey8 credits/request

Search TikTok hashtags

Searches TikTok hashtags/challenges by keyword with cursor-based pagination.

Params: x-api-key:header, keyword:query, cursor:query, count:query

GET/tiktok/search/userapiKey8 credits/request

Search TikTok users

Searches TikTok users by keyword with cursor-based pagination.

Params: x-api-key:header, keyword:query, cursor:query

GET/tiktok/trendingapiKey8 credits/request

Retrieve TikTok trending posts

Returns the current TikTok trending feed.

Params: x-api-key:header

Back to docs