> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dumplingai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TikTok Data

> Access TikTok profiles, videos, transcripts, comments, and audience data.

# TikTok Data

Use this feature when you need TikTok content or profile data for research, monitoring, or automation workflows.

## What it does

* Fetches TikTok profiles and profile videos
* Returns video details and comments
* Fetches follower and following data
* Searches for TikTok users
* Retrieves TikTok transcripts when available

## Common use cases

* Research creators in a niche
* Monitor competitor accounts and recent content
* Analyze engagement patterns across videos
* Repurpose TikTok content into summaries, reports, or new assets

## Why use it

You can work with TikTok data through one API instead of managing brittle scraping flows or separate integrations.

## Related endpoints

<CardGroup cols={2}>
  <Card title="Get TikTok Profile" icon="book" href="/api-reference/endpoint/get-tiktok-profile">
    Fetch account-level profile data
  </Card>

  <Card title="Get TikTok Profile Videos" icon="video" href="/api-reference/endpoint/get-tiktok-profile-videos">
    List recent videos from a profile
  </Card>

  <Card title="Get TikTok Video" icon="video" href="/api-reference/endpoint/get-tiktok-video">
    Retrieve data for a specific TikTok video
  </Card>

  <Card title="Get TikTok Transcript" icon="file-lines" href="/api-reference/endpoint/get-tiktok-transcript">
    Extract transcript text from TikTok videos
  </Card>
</CardGroup>
