Skip to main content
POST
TikTok Video Comment
Product: Visual Intelligence — Social Media Scraping Use case: Fetch video metadata, transcripts, captions, and comments from YouTube, Instagram, TikTok, and Twitter/X Host: https://mavi-backend.memories.ai/serve/api/v2 Auth: Authorization: sk-mavi-... (no Bearer prefix)
This API is used to get the comment list for TikTok videos with pagination support.
Channel routing guide: see Social Media Scraping Overview. Endpoints with a channel request field let you choose apify, rapid, or memories.ai; endpoints without this field use managed routing.
Each API call costs $0.01 USD.

Channel Options

If your request supports a channel option, use it to control how scraper data is sourced:
Recommendation: Start with memories.ai unless you need to force a specific provider.
  • The maximum value for pagination parameter page_size is 50
  • cursor starts from 0, increment by page_size value each time
  • When the number of returned comments is less than page_size, it indicates all comments have been retrieved

Code Example

Request Body

Response

Returns an array of comment list.

Response Parameters

Authorizations

Authorization
string
header
required

Body

application/json
video_id
string
required

TikTok video ID

Example:

"7543017294226558221"

page_size
integer
default:50

Number of comments returned per page, maximum value is 50, default is 50

Required range: x <= 50
Example:

50

cursor
integer
default:0

Pagination cursor, starts from 0, default is 0

Required range: x >= 0
Example:

0

Response

200 - application/json

Successfully returned comment list

cid
string

Comment ID

text
string

Comment content

create_time
integer

Comment creation timestamp

like_count
integer

Like count

author
object

Comment author information

reply_count
integer

Reply count