Replies
Replies to one comment. Use `limit` to say how many you want.
/api/public/v1/scrape/tiktok/replies
Returns comment_reply_api
Parameters#
Numeric id from the video URL.
Example: 7212345678901234567
Numeric id of the comment, from a `comments` run.
Example: 7213456789012345678
How many results you want. The run is sized from it, and you are billed for exactly that many.
Results#
GET /runs/:id/results answers with this once the run has finished — one reply per row.
Every row also carries raw_json — the platform's own object for that row, exactly as it arrived, with nothing removed. It is left out of the example for length.
This endpoint errs towards returning more rather than less, so expect a few extra rows alongside what you asked for. Everything still comes back typed and parsed the same way.