Get comments on a TikTok video.
Endpoint
/v1/tiktok/videos/comments
Query
Link to the TikTok video whose comments should be listed.
Opaque cursor from a previous response to fetch the next page.
When true, returns a smaller response with fewer fields.
const response = await fetch( "https://api.socialfetch.dev/v1/tiktok/videos/comments?url=https://www.tiktok.com/@mrbeast/video/7596844935442189598", { headers: { "x-api-key": "YOUR_API_KEY", } } ); const data = await response.json(); console.log(data);