Fitness and wellness creators have built one of the most commercially valuable niches on TikTok. A single 45-second transformation clip can drive more supplement sales than a six-week paid campaign, and a yoga teacher with 80,000 followers often outperforms a celebrity endorsement for app installs. The trick is finding the right creator before everyone else does, qualifying them with real engagement data, and partnering at a price that reflects current market rates rather than yesterday's rate card.
This playbook walks through how to use the TikLiveAPI to systematically discover fitness creators across powerlifting, calisthenics, yoga, running, HIIT, mobility, recovery, and hybrid athlete subniches. Every endpoint shown is a GET request authenticated with the X-Api-Key header, and you can run any example live in the playground before wiring it into your CRM.
Three structural traits make this vertical different from beauty, gaming, or food on TikTok. First, the content is demonstrative. A creator either can deadlift four plates or cannot, and the camera does not lie. That makes credibility easy to evaluate at a glance and hard to fake, which is why brands like Gymshark and Whoop lean so heavily on TikTok creator partnerships.
Second, the audience overlap between subniches is unusually high. A yoga viewer often watches mobility and recovery content, a powerlifter watches calisthenics and hybrid athlete clips, and a runner consumes nutrition and recovery posts. This means a single well-chosen creator can deliver lift across multiple product lines, which Alo Yoga has exploited brilliantly by partnering with creators who span yoga, pilates, and lifestyle content.
Third, the purchase intent is closer to top of funnel than people assume. Athletic Greens did not build its TikTok presence by chasing direct response. It built it by becoming the default supplement mentioned in morning routine videos. Strava grew by being the app athletes happened to show on their watch in running content. The job of the brand is to be visible inside the workout, not to interrupt it.
Before pulling a single API response, agree internally on which signals you trust. For fitness, the signals that consistently predict commercial performance are: video completion rate (inferred from comments-to-view ratio above 0.8 percent), bio specificity (mentioning a discipline or certification rather than generic "fit lifestyle"), posting cadence (3 to 5 videos per week is the sweet spot), and a comment section dominated by form questions rather than thirst replies. Vanity follower count is the worst signal in this vertical and should be weighted lowest.
Start with the hashtags your category actually lives in. For fitness and wellness, the core seed set is #fittok, #gymtok, #workout, #fitness, #fitnessmotivation, #yoga, #pilates, and #running. Add 2 to 4 subniche tags depending on your product. A creatine brand might add #powerlifting and #strengthtraining, while a recovery brand might add #mobility and #stretching.
For each seed hashtag, pull the challenge metadata to confirm scale and momentum:
GET https://api.tikliveapi.com/challenge-info-name/?challenge_name=fittok
X-Api-Key: YOUR_KEY
Then pull the top videos under that challenge to identify the creators currently winning attention:
GET https://api.tikliveapi.com/challenge-posts/?challenge_id=CID&count=30
X-Api-Key: YOUR_KEY
Run this across all your seed tags and dedupe by author. A typical first pass on eight hashtags returns 200 to 250 unique creator candidates. Full request details live in the challenge documentation and posts search documentation.
The challenge endpoints return video objects with an author block, but you need the full creator profile to make a decision. Pipe each unique username through the user info endpoint:
GET https://api.tikliveapi.com/userinfo-by-username/?username=USERNAME
X-Api-Key: YOUR_KEY
The response contains a user object with bio, signature, verification status, and external link, plus a stats object with follower count, following count, heart count, and video count. The users search documentation covers the related search endpoint if you also want keyword-based discovery.
Store the raw JSON. Do not flatten it during ingestion because the enrichment scoring in Step 3 needs the bio text intact and the diggCount per video preserved.
This is the step that separates a real partnership program from a follower-count spreadsheet. You are scoring two things: how clearly the creator self-identifies with your subniche, and how consistently their content matches.
For bio scoring, define a weighted keyword list per subniche. Powerlifting keywords might be {squat: 3, deadlift: 3, USAPL: 4, IPF: 4, raw: 2, meet: 2, PR: 2}. Yoga keywords might be {RYT-200: 4, vinyasa: 3, ashtanga: 3, asana: 2, meditation: 2, breathwork: 2}. A creator whose bio scores zero is almost never a fit no matter how strong the rest of their numbers look.
For content scoring, fetch their last 35 videos and run TF-IDF across the post titles and descriptions against your category corpus. The corpus is just the combined text of every challenge_post you pulled in Step 1, treated as the language of the niche. Creators whose video titles cluster near the corpus centroid are content-consistent. Creators who occasionally post fitness but mostly post lifestyle, comedy, or fashion will score far from the centroid and should be deprioritized regardless of follower count.
The combined score (bio weight 0.4, content TF-IDF weight 0.6) typically separates a 200-creator long list into 40 to 60 qualified candidates.
Now pull engagement at the video level for each qualified creator:
GET https://api.tikliveapi.com/user-posts/?userid=USERID&count=35
X-Api-Key: YOUR_KEY
For each video, compute four metrics: engagement rate (likes + comments + shares divided by play count), comment-to-like ratio (a healthy fitness creator sits between 1.5 and 4 percent), share-to-like ratio (workout content that gets saved and sent has 2 to 5 percent share-to-like), and posting cadence in videos per week over the last 90 days.
The engagement rate benchmarks for fitness specifically are higher than the platform average. A 50,000 follower fitness creator should be hitting 6 to 12 percent engagement on their median video. If they are sitting at 2 percent, either the followers are inflated or the content is not landing.
Fitness has unique brand-safety landmines. Scan every candidate's recent video titles and descriptions for: extreme dieting language, unverified clinical claims, steroid or PED references, transformation content that implies medical advice, and any mention of competitor products you cannot live with sitting next to your brand. Whoop, for example, will not sponsor a creator who has posted Oura content in the prior 90 days, and that policy can be enforced programmatically by scanning the post text.
Also flag creators with sudden follower spikes inconsistent with their engagement trajectory. A creator who went from 12,000 to 180,000 followers in 30 days but whose video views stayed flat is almost certainly running a follower service.
Push the surviving 30 to 50 creators into your CRM with a structured payload: user id, username, follower count, subniche tag, median engagement rate, fit score, brand-safety flag, and a link back to their last 5 video URLs for the talent manager to review. Pipedrive, HubSpot, and Notion all accept this as a CSV or webhook import.
Outreach should reference the creator's actual content. Mention the specific video that caught your attention. Fitness creators get hundreds of generic pitches per month, and a one-line reference to "your kettlebell complex from Tuesday" doubles response rates in practice.
Rates vary by subniche, but the rough working ranges as of this cycle are: nano creators (10k to 50k followers) command 200 to 800 USD per integrated video, micro creators (50k to 250k) command 800 to 3,500 USD, mid-tier (250k to 1M) command 3,500 to 12,000 USD, and macro (1M+) start at 12,000 and climb fast. Yoga and pilates creators tend to price 15 to 25 percent above the median, partly because the audience skews higher LTV. Powerlifting and calisthenics creators tend to price 10 to 20 percent below median because the audience is younger and more male.
Whitelisting for paid amplification typically adds 30 to 50 percent on top of the organic rate, and exclusivity windows of 30 days are standard while 90-day exclusivity should add another 50 percent.
This vertical has more regulatory exposure than almost any other on TikTok. Supplement and wellness brands must require creators to use #ad or #sponsored per FTC guidelines, must not allow disease-treatment claims, and must avoid before-and-after content for any ingestible product unless the creator has documented baseline data. In the UK and EU, the ASA and EFSA rules are stricter still, and any health claim must map to an approved claim list.
Build a one-page creator brief that the talent has to acknowledge before filming. List the prohibited claims, the required disclosures, and the approved messaging hooks. This document protects the brand and saves the creator from accidentally torpedoing the campaign.
A mid-tier fitness brand running its first programmatic creator program should plan for 45,000 to 75,000 USD over a 90-day pilot. That breaks down roughly as: 8 to 12 micro creators at an average of 1,800 USD each (around 18,000 USD), 4 to 6 mid-tier creators at an average of 6,500 USD each (around 30,000 USD), 8,000 USD in product cost and shipping, and 5,000 to 15,000 USD in paid whitelisting against the best performing organic posts.
API costs for the discovery and qualification work above run between 40 and 120 USD per month at typical volumes, which is rounding error against the program budget. Check the pricing page for the current credit packs.
Days 1 to 5: lock the seed hashtag set, run challenge-info and challenge-posts against all seeds, build the initial 200-creator long list. Days 6 to 10: enrich every candidate via userinfo-by-username, build the bio keyword dictionary and content corpus, run fit scoring, narrow to 60 candidates. Days 11 to 15: pull user-posts for the 60, compute engagement quality, run brand-safety scans, narrow to 30. Days 16 to 20: outreach with personalized hooks, target a 40 percent response rate and 15 to 20 closed deals. Days 21 to 30: brief creators, ship product, schedule posting windows around peak fitness viewing days (Sunday evening and Monday morning convert best for gym content).
Score them in each subniche and pick the highest. A hybrid athlete who scores well in both powerlifting and running is usually a stronger partner than a single-niche specialist because their audience is broader and more transferable to general fitness products.
No. Verification is a weak signal in fitness specifically. Some of the highest-converting fitness creators are unverified niche specialists with deeply engaged communities of 30,000 to 80,000 followers.
Sunday 6pm to 9pm local time and Monday 5am to 8am local time consistently outperform other windows for fitness content. Avoid Friday and Saturday evenings, which under-index for workout viewership.
Compute the ratio of median video views to follower count. Healthy fitness creators sit between 8 and 25 percent. A creator with 100,000 followers whose median video gets 2,000 views is showing the classic inflated-follower signature.
Not for awareness or mid-funnel programs. TikTok Shop matters for direct response, but the discovery and qualification playbook above is identical whether the campaign endpoint is a Shop link, an app install, or a branded hashtag challenge. Start with the right creators, then layer commerce on top.
Ready to run your first creator discovery sweep? Spin up an API key, hit the playground to test the challenge-posts and userinfo endpoints against your seed list, and reach out via the contact page if you want help wiring the scoring pipeline into your existing CRM. The infrastructure is the easy part. The hard part is committing to the discipline of qualifying on engagement quality rather than follower count, and this playbook is the shortest path to that discipline.
Ready to put what you read into code? Try our endpoints live or grab the full reference.