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

# TikTok Scraper

> Access TikTok content and data

TikTok Scraper API allows you to access TikTok content, including videos, user information, and trending data, enabling you to integrate TikTok content into your applications.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for a TikTok Scraper account
  </Card>

  <Card title="Get API Key" icon="key">
    Generate your TikTok Scraper API key
  </Card>

  <Card title="Copy into Anything" icon="plug">
    Add your API key to Anything's secrets
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Select your pricing plan">
    Go to [https://rapidapi.com/tikwm-tikwm-default/api/tiktok-scraper7/pricing](https://rapidapi.com/tikwm-tikwm-default/api/tiktok-scraper7/pricing) and select the pricing plan you want.

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/tiktok-scraper/homepage.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=149ca40761fc64c05cf452b240b82432" style={{ borderRadius: '0.5rem', width: '624px', height: '303px' }} width="2274" height="1318" data-path="images/tiktok-scraper/homepage.png" />
  </Step>

  <Step title="Register for an Account">
    * Fill in your name, email, and password
    * Select your usage purpose
    * Accept the terms of service

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/tiktok-scraper/signup.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=393168efc0eb43229e18ff058c79bef5" style={{ borderRadius: '0.5rem' }} width="1008" height="696" data-path="images/tiktok-scraper/signup.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access Your Dashboard">
    1. Log in to your RapidAPI account
    2. Navigate to the "API" section at [https://rapidapi.com/tikwm-tikwm-default/api/tiktok-scraper7](https://rapidapi.com/tikwm-tikwm-default/api/tiktok-scraper7)
  </Step>

  <Step title="Find your API Key">
    1. Select any endpoints in the left column.
    2. Copy the API Key.
    3. Store it securely for use in your applications.

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/tiktok-scraper/apigen.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=e354066ad92ce0fa0665f3df1607c2d7" style={{ borderRadius: '0.5rem' }} width="1682" height="1264" data-path="images/tiktok-scraper/apigen.png" />

    <Warning>
      Keep your API key secure - it grants access to your Rundown account and quota
    </Warning>
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the integration">
    1. In your Anything project, type `/` in the chat
    2. Select "TikTok Scraper" from the menu
  </Step>

  <Step title="Add your API key">
    1. Paste your TikTok Scraper API key into the "RAPID\_API\_KEY" field

    <Tip>
      Need a new key? Generate one in your TikTok Scraper dashboard.
    </Tip>
  </Step>

  <Step title="Use it">
    You can now use prompts with the integration to access TikTok content.

    Some examples:

    * `Get trending TikTok videos using /TikTokScraper`
    * `Fetch user information with /TikTokScraper`
    * `Create a TikTok content aggregator using /TikTokScraper`

    <Warning>
      The API limits how often your app can fetch data. If your app loads the same data often, ask the agent to save it locally so it doesn't re-fetch every time.
    </Warning>

    Example prompt for optimization:

    ```
    When using /TikTokScraper, save the video data so my app doesn't have to fetch it again
    ```
  </Step>
</Steps>

<Tip>
  Your TikTok Scraper integration is now ready! Use the `/TikTokScraper` command in chat to access TikTok content.
</Tip>
