TikTok Comments API - Paginated Comment Scraper iconStatus:Waiting For Requests

TikTok Comments API - Paginated Comment Scraper

Fetch all comments from any TikTok video with pagination support.

No Setup Required
GET REST API
Structured JSON Response
Instant Access

How to Call the TikTok Comments API

Simple REST API endpoint. Just make a GET request with your API key and get structured data back.

Method:GET
Endpoint:https://api.parseium.com/v1/tiktok-comments
Cost:1 credit per call

Code Examples

cURL

curl -X GET 'https://api.parseium.com/v1/tiktok-comments?url=https://www.tiktok.com/@shellyjane23/video/7505999686046731551&api_key=YOUR_API_KEY'

TypeScript

const response = await fetch(`https://api.parseium.com/v1/tiktok-comments?url=https://www.tiktok.com/@shellyjane23/video/7505999686046731551&api_key=${process.env.PARSEIUM_API_KEY}`, {
  method: 'GET',
});

const data = await response.json();
console.log(data);

Python

import requests
import os

api_key = os.environ['PARSEIUM_API_KEY']
response = requests.get(
    f'https://api.parseium.com/v1/tiktok-comments?url=https://www.tiktok.com/@shellyjane23/video/7505999686046731551&api_key={api_key}'
)

data = response.json()
print(data)

Query Parameters

Pass parameters in the URL query string:

url=https://www.tiktok.com/@shellyjane23/video/7505999686046731551

Response Schema

The API returns structured JSON data with the following schema:

{
  "video_id": {
    "type": "string"
  },
  "comments": [
    {
      "comment_id": {
        "type": "string"
      },
      "text": {
        "type": "string"
      },
      "create_time": {
        "type": "number"
      },
      "like_count": {
        "type": "number"
      },
      "reply_count": {
        "type": "number"
      },
      "is_author_liked": {
        "type": "boolean"
      },
      "user": {
        "user_id": {
          "type": "string"
        },
        "unique_id": {
          "type": "string"
        },
        "nickname": {
          "type": "string"
        },
        "avatar_url": {
          "type": "string"
        },
        "verified": {
          "type": "boolean"
        },
        "sec_uid": {
          "type": "string"
        }
      }
    }
  ],
  "total_count": {
    "type": "number"
  },
  "pagination": {
    "cursor": {
      "type": "number"
    },
    "has_more": {
      "type": "boolean"
    }
  }
}

Need more details? Check out our full API documentation for authentication, error handling, rate limits, and advanced options.

Use Cases for TikTok Comments

See how developers use this API in production applications.

Sentiment Analysis

Analyze audience reactions, track sentiment trends, and identify common themes in video comments for brand monitoring.

Engagement Tracking

Monitor comment volume, reply activity, and like patterns to measure video engagement and community interaction.

Social Listening

Track brand mentions, competitor discussions, and customer feedback across TikTok video comments at scale.

Simple, Transparent Pricing

Every API call to TikTok Comments costs 1 credit

Choose a plan based on your monthly usage. All plans include access to all APIs.

Starter
$49/mo

~150,000 API calls/mo

  • 150,000 credits/month
  • Email support
  • 1,000 requests/day
  • Priority processing
Get Started
Most Popular
Pro
$99/mo

~700,000 API calls/mo

  • 700,000 credits/month
  • Priority support
  • 10,000 requests/day
  • Advanced features
Get Started
Business
$299/mo

~3,000,000 API calls/mo

  • 3M credits/month
  • Dedicated support
  • Unlimited requests
  • Custom integrations
Get Started

Need more? Check out our for enterprise options and custom plans.

Frequently Asked Questions

Common questions about the TikTok Comments API.

How does pagination work?

First request: use `?url=...` or `?video_id=...` to get the initial batch of comments plus a `cursor`. For subsequent pages, include `&cursor=...` from the previous response. Each request returns up to 50 comments (configurable with `count`). Continue until `has_more` is false.

How many comments per request?

By default, the API returns up to 50 comments per request. Use the `count` parameter (1-50) to adjust this. Use `cursor` and `has_more` fields to retrieve all comments.

What does pagination cost?

Each API request costs 1 credit, whether initial or paginated. To fetch 500 comments with default settings, you need ~10 credits.

Can I fetch comments from private videos?

No, the API only returns comments from publicly accessible videos. Private videos will return an error or empty results.

Related APIs

Explore other ready-to-use APIs that might interest you.

Free your Data

Stop wasting hours writing parsing scripts for each site. Stop overpaying for tokens with LLM extraction.

  • easy integration
  • works with any scraping stack
  • fast and accurate
  • scalable performance
  • thousands of pages per day