YepAPI

Command Palette

Search for a command to run...

POST/v1/tiktok/user-reposts

TikTok User Reposts API

Get videos a TikTok user has reposted. Content sharing analysis from $0.01/call.

Fetch videos that a TikTok user has reposted to their profile. Returns reposted video metadata with pagination.

Try it live

Fill in the fields and hit Run to see a real response.

POST/v1/tiktok/user-reposts
Response
Example response — hit "Send Request" to see a live result
{
  "ok": true,
  "data": {
    "videos": [
      {
        "id": "7234567890",
        "desc": "Reposted video"
      }
    ],
    "cursor": "20",
    "hasMore": true
  }
}

Features

Reposted videos list

Provide a creator's numeric user_id and retrieve the videos they have reposted to their profile, returned as a videos array.

Original video metadata

Each repost includes the original video's id and description, so you can trace shared content back to its source.

Cursor pagination

Cursor and hasMore fields let you page through a user's complete repost history for full sharing analysis.

Sharing patterns

The videos a user reposts reveal which content they actively amplify to their own audience.

Use cases

Sharing Analysis

Analyze what content a user shares with their audience.

Viral Tracking

Track how content spreads through reposts.

Quick start

Copy this snippet and start making calls.

const res = await fetch('https://api.yepapi.com/v1/tiktok/user-reposts', {
  method: 'POST',
  headers: {
    'x-api-key': 'YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    "user_id": "6753174029657301",
    "cursor": "0",
    "count": "20"
  }),
});
const data = await res.json();
console.log(data);

TikTok User Reposts API for content sharing analysis

The YepAPI TikTok User Reposts API returns the videos a creator has reposted to their profile. Pass their numeric user ID and page through the repost list to see exactly which third-party content they choose to amplify to their own audience.

It is the endpoint for studying amplification and viral spread. Resolve the user ID with the TikTok User Profile API, then enrich any repost with the TikTok Video API to measure how shared content performs.

What is a TikTok User Reposts API?

A TikTok User Reposts API returns the videos an account has reposted — other creators' content they pushed to their own feed — rather than their original posts. With YepAPI you POST a numeric user_id to /v1/tiktok/user-reposts and receive a videos array of reposted content with each original's id and description, plus cursor pagination. Because TikTok offers no open endpoint for reposts, this gives you structured access to what a user amplifies, a distinct behavior from posting, saving, or following that reveals their curation and sharing choices.

Build your own viral-spread tracker

Use this endpoint to track how content spreads through reposts. Pick a video and check which monitored creators have reposted it, or profile a single creator by the content they amplify to understand their editorial taste. Enrich each repost with the TikTok Video API to measure its reach. Resolve handles to IDs with the User Profile API first. The same YepAPI key lets you track amplification patterns on Instagram and YouTube as well, all from one integration.

TikTok User Reposts API pricing — $0.01 per call

Each call costs $0.01 and returns one page of reposts plus a cursor. You pay per page, so most creators' repost histories cost only a few cents to enumerate. Monitoring 100 creators' reposts daily to catch what they are amplifying runs about $1 per day — cheap for tracking distribution behavior at scale.

Reposts as a signal of active amplification

A repost is a stronger endorsement than a like or save: the creator put someone else's content in front of their own audience. Analyzing reposts shows whose work a creator champions, how a piece of content is spreading through a network, and which influencers act as amplification hubs. This distribution-and-endorsement angle is unique to reposts and is precisely what this endpoint captures.

Try the TikTok User Reposts API free

Begin with $5 in free credit and no credit card. That covers 500 page fetches — enough to study amplification across many creators before paying. Sign up, grab your key, and pull your first repost list in minutes.

Start making API calls in 30 seconds

$5 free credit on signup. No credit card required. Pay per call.

What developers say

Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

Frequently asked questions

Fetch videos that a TikTok user has reposted to their profile. Returns reposted video metadata with pagination.

Each API call costs $0.01. No monthly minimums or subscriptions — you only pay for what you use.

Sign up for a free API key, then send a POST request to /v1/tiktok/user-reposts. Check the code example above for a ready-to-use snippet in JavaScript, cURL, or Python.

YepAPI bundles SEO, AI, and web scraping APIs under one key with no monthly minimums. You get lower per-call pricing, a unified dashboard, and one billing account instead of managing multiple providers.

Ready to integrate?

Get your API key and start making calls in 30 seconds. $5 free credit on signup — no credit card required.

More tiktok api endpoints