Skip to main content
POST
TikTok Video Comment Reply
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 reply list for TikTok video comments 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 6
  • cursor starts from 0, increment by page_size value each time
  • When the number of returned replies is less than page_size, it indicates all replies have been retrieved

Code Example

Request Body

Response

Returns an array of reply list.

Response Parameters

Authorizations

Authorization
string
header
required

Body

application/json
video_id
string
required

TikTok video ID

Example:

"7543017294226558221"

comment_id
string
required

Comment ID

Example:

"comment_id"

page_size
integer
default:6

Number of replies returned per page, maximum value is 6, default is 6

Required range: x <= 6
Example:

6

cursor
integer
default:0

Pagination cursor, starts from 0, default is 0

Required range: x >= 0
Example:

0

Response

200 - application/json

Successfully returned reply list

rid
string

Reply ID

text
string

Reply content

create_time
integer

Reply creation timestamp

like_count
integer

Like count

author
object

Reply author information