Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$0.7 / 1k comments
Extract YouTube comments — text, likes, timestamps, and reply threads — from video URLs, specifying max comments
Endpoint
POST /api/v1/agents/youtube/comments/run
Parameters
List · YouTube video URLs to scrape comments from. One per line.
Number · Max comments per video. Use 0 for all.
Dropdown · Sort order for comments.Options:
0, 1Legend: 0 = Top comments, 1 = Newest firstResponse columns
| Field | Display name | Type |
|---|---|---|
videoUrl | Video URL | url |
videoTitle | Video Title | text |
commentText | Comment Text | text |
author | Author | text |
likes | Likes | number |
replyCount | Reply Count | number |
totalComments | Total Comments | number |
channelOwner | Channel Owner | boolean |
heartedByCreator | Hearted by Creator | boolean |
type | Type | text |
Example
Example response
Response