Skip to content
ANY//
//Source · Social Media

TikTok API — From Videos to Shop Shelves

The official API is thin on data and has no TikTok Shop coverage at all — these 10 endpoints span profiles, video feeds, comments, and the whole Shop catalog: sellers, products, reviews, search. No developer account required.

Start for free7-day free trial

What You Can Pull From TikTok

User profileUser profile by handle, @handle, or full profile URL — follower count, heart count, video count, verified status, bio link.
User videosVideos posted by a TikTok user — list with metadata.
Video detailsVideo details by video ID or full video URL — title, play count, like count, share count, author.
Video commentsComment thread on a TikTok video — text, author, like count, timestamp.
Video searchSearch TikTok videos by keyword — returns ranked list with metadata.
Shop detailsTikTok Shop seller details by seller ID or full shop URL — name, rating, follower count, product count.
Shop productsProduct catalog of a TikTok Shop seller — full listing with prices and details.
Product detailsTikTok Shop product details by product ID or full product URL — title, price, rating, sold count, images.
Product reviewsBuyer reviews for a TikTok Shop product — review text, rating, author, timestamp.
Product searchSearch TikTok Shop products by keyword — returns ranked product listings.

What Comes Back

POST /api/tiktok/users
{
  "user": "finlo.gear",
  "follower_count": 182400,
  "heart_count": 2400000,
  "video_count": 312,
  "verified": false,
  "bio_link": "https://finlo.example",
  "recent_video": {
    "title": "Desk setup refresh",
    "play_count": 94100,
    "like_count": 8120
  }
}

Start With TikTok Data

Profiles, videos, shops, and products — 10 endpoints on the same key as 500+ other sources. 7-day free trial.

Common Questions

No. Anysite handles the access infrastructure on its side — you only need an Anysite API key, which takes under a minute to get.