# Export YouTube community comments for feedback research

**Use case:** 

Collect public comments under selected YouTube community posts with text, authors and available likes. Keep the original post on each row so you can review audience feedback and interpret comments alongside the message that prompted them.

## Input

```json
{
  "inputList": [
    "https://www.youtube.com/post/UgkxOoOJQb2h2PnigPD6OnmPvt8Tpbd0wRhP"
  ],
  "pagesPerInput": 1
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "parent_comment_id": {
    "label": "Parent Comment ID",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "published_text": {
    "label": "Published Text",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "likes_text": {
    "label": "Likes Text",
    "format": "string"
  },
  "replies_count": {
    "label": "Replies Count",
    "format": "integer"
  },
  "reply_level": {
    "label": "Reply Level",
    "format": "integer"
  },
  "is_pinned": {
    "label": "Is Pinned",
    "format": "boolean"
  },
  "pinned_text": {
    "label": "Pinned Text",
    "format": "string"
  },
  "is_hearted": {
    "label": "Is Hearted",
    "format": "boolean"
  },
  "hearted_by": {
    "label": "Hearted By",
    "format": "string"
  },
  "creator_thumbnail": {
    "label": "Creator Thumbnail",
    "format": "string"
  },
  "is_liked": {
    "label": "Is Liked",
    "format": "boolean"
  },
  "author.id": {
    "label": "Author / ID",
    "format": "text"
  },
  "author.name": {
    "label": "Author / Name",
    "format": "text"
  },
  "author.handle": {
    "label": "Author / Handle",
    "format": "text"
  },
  "author.url": {
    "label": "Author / URL",
    "format": "link"
  },
  "author.avatar_url": {
    "label": "Author / Avatar URL",
    "format": "image"
  },
  "author.avatar_thumbnails.url": {
    "label": "Author / Avatar Thumbnails / URL",
    "format": "array"
  },
  "author.avatar_thumbnails.width": {
    "label": "Author / Avatar Thumbnails / Width",
    "format": "array"
  },
  "author.avatar_thumbnails.height": {
    "label": "Author / Avatar Thumbnails / Height",
    "format": "array"
  },
  "author.is_verified": {
    "label": "Author / Is Verified",
    "format": "boolean"
  },
  "author.is_creator": {
    "label": "Author / Is Creator",
    "format": "boolean"
  },
  "author.is_artist": {
    "label": "Author / Is Artist",
    "format": "boolean"
  },
  "author.is_current_user": {
    "label": "Author / Is Current User",
    "format": "boolean"
  },
  "links.text": {
    "label": "Links / Text",
    "format": "array"
  },
  "links.url": {
    "label": "Links / URL",
    "format": "array"
  },
  "mentions.channel_id": {
    "label": "Mentions / Channel ID",
    "format": "array"
  },
  "mentions.name": {
    "label": "Mentions / Name",
    "format": "array"
  },
  "mentions.url": {
    "label": "Mentions / URL",
    "format": "array"
  },
  "comments_total": {
    "label": "Comments Total",
    "format": "integer"
  },
  "post_id": {
    "label": "Post ID",
    "format": "string"
  },
  "source_post.id": {
    "label": "Source Post / ID",
    "format": "text"
  },
  "source_post.url": {
    "label": "Source Post / URL",
    "format": "link"
  },
  "source_post.type": {
    "label": "Source Post / Type",
    "format": "text"
  },
  "source_post.text": {
    "label": "Source Post / Text",
    "format": "text"
  },
  "source_post.links.text": {
    "label": "Source Post / Links / Text",
    "format": "array"
  },
  "source_post.links.url": {
    "label": "Source Post / Links / URL",
    "format": "array"
  },
  "source_post.mentions.channel_id": {
    "label": "Source Post / Mentions / Channel ID",
    "format": "array"
  },
  "source_post.mentions.name": {
    "label": "Source Post / Mentions / Name",
    "format": "array"
  },
  "source_post.mentions.url": {
    "label": "Source Post / Mentions / URL",
    "format": "array"
  },
  "source_post.published_text": {
    "label": "Source Post / Published Text",
    "format": "text"
  },
  "source_post.is_edited": {
    "label": "Source Post / Is Edited",
    "format": "boolean"
  },
  "source_post.likes": {
    "label": "Source Post / Likes",
    "format": "number"
  },
  "source_post.likes_text": {
    "label": "Source Post / Likes Text",
    "format": "text"
  },
  "source_post.comments_count": {
    "label": "Source Post / Comments Count",
    "format": "number"
  },
  "source_post.comments_text": {
    "label": "Source Post / Comments Text",
    "format": "text"
  },
  "source_post.is_liked": {
    "label": "Source Post / Is Liked",
    "format": "boolean"
  },
  "source_post.is_members_only": {
    "label": "Source Post / Is Members Only",
    "format": "boolean"
  },
  "source_post.attachment_type": {
    "label": "Source Post / Attachment Type",
    "format": "text"
  },
  "source_post.image_url": {
    "label": "Source Post / Image URL",
    "format": "image"
  },
  "source_post.images.url": {
    "label": "Source Post / Images / URL",
    "format": "array"
  },
  "source_post.images.thumbnails.url": {
    "label": "Source Post / Images / Thumbnails / URL",
    "format": "array"
  },
  "source_post.images.thumbnails.width": {
    "label": "Source Post / Images / Thumbnails / Width",
    "format": "array"
  },
  "source_post.images.thumbnails.height": {
    "label": "Source Post / Images / Thumbnails / Height",
    "format": "array"
  },
  "source_post.video.id": {
    "label": "Source Post / Video / ID",
    "format": "text"
  },
  "source_post.video.url": {
    "label": "Source Post / Video / URL",
    "format": "link"
  },
  "source_post.video.type": {
    "label": "Source Post / Video / Type",
    "format": "text"
  },
  "source_post.video.title": {
    "label": "Source Post / Video / Title",
    "format": "text"
  },
  "source_post.video.description": {
    "label": "Source Post / Video / Description",
    "format": "text"
  },
  "source_post.video.thumbnail_url": {
    "label": "Source Post / Video / Thumbnail URL",
    "format": "image"
  },
  "source_post.video.thumbnails.url": {
    "label": "Source Post / Video / Thumbnails / URL",
    "format": "array"
  },
  "source_post.video.thumbnails.width": {
    "label": "Source Post / Video / Thumbnails / Width",
    "format": "array"
  },
  "source_post.video.thumbnails.height": {
    "label": "Source Post / Video / Thumbnails / Height",
    "format": "array"
  },
  "source_post.video.duration_seconds": {
    "label": "Source Post / Video / Duration Seconds",
    "format": "number"
  },
  "source_post.video.duration_text": {
    "label": "Source Post / Video / Duration Text",
    "format": "text"
  },
  "source_post.video.views": {
    "label": "Source Post / Video / Views",
    "format": "number"
  },
  "source_post.video.views_text": {
    "label": "Source Post / Video / Views Text",
    "format": "text"
  },
  "source_post.video.published_text": {
    "label": "Source Post / Video / Published Text",
    "format": "text"
  },
  "source_post.video.badges": {
    "label": "Source Post / Video / Badges",
    "format": "array"
  },
  "source_post.video.is_live": {
    "label": "Source Post / Video / Is Live",
    "format": "boolean"
  },
  "source_post.video.is_upcoming": {
    "label": "Source Post / Video / Is Upcoming",
    "format": "boolean"
  },
  "source_post.video.is_premiere": {
    "label": "Source Post / Video / Is Premiere",
    "format": "boolean"
  },
  "source_post.video.is_members_only": {
    "label": "Source Post / Video / Is Members Only",
    "format": "boolean"
  },
  "source_post.video.stream_status": {
    "label": "Source Post / Video / Stream Status",
    "format": "text"
  },
  "source_post.video.scheduled_start_time": {
    "label": "Source Post / Video / Scheduled Start Time",
    "format": "number"
  },
  "source_post.video.accessibility_text": {
    "label": "Source Post / Video / Accessibility Text",
    "format": "text"
  },
  "source_post.video.author.id": {
    "label": "Source Post / Video / Author / ID",
    "format": "text"
  },
  "source_post.video.author.name": {
    "label": "Source Post / Video / Author / Name",
    "format": "text"
  },
  "source_post.video.author.handle": {
    "label": "Source Post / Video / Author / Handle",
    "format": "text"
  },
  "source_post.video.author.url": {
    "label": "Source Post / Video / Author / URL",
    "format": "link"
  },
  "source_post.video.author.avatar_url": {
    "label": "Source Post / Video / Author / Avatar URL",
    "format": "image"
  },
  "source_post.video.author.avatar_thumbnails.url": {
    "label": "Source Post / Video / Author / Avatar Thumbnails / URL",
    "format": "array"
  },
  "source_post.video.author.avatar_thumbnails.width": {
    "label": "Source Post / Video / Author / Avatar Thumbnails / Width",
    "format": "array"
  },
  "source_post.video.author.avatar_thumbnails.height": {
    "label": "Source Post / Video / Author / Avatar Thumbnails / Height",
    "format": "array"
  },
  "source_post.video.author.is_verified": {
    "label": "Source Post / Video / Author / Is Verified",
    "format": "boolean"
  },
  "source_post.poll.choices.text": {
    "label": "Source Post / Poll / Choices / Text",
    "format": "array"
  },
  "source_post.poll.choices.votes_percent": {
    "label": "Source Post / Poll / Choices / Votes Percent",
    "format": "array"
  },
  "source_post.poll.choices.image_url": {
    "label": "Source Post / Poll / Choices / Image URL",
    "format": "array"
  },
  "source_post.poll.choices.thumbnails.url": {
    "label": "Source Post / Poll / Choices / Thumbnails / URL",
    "format": "array"
  },
  "source_post.poll.choices.thumbnails.width": {
    "label": "Source Post / Poll / Choices / Thumbnails / Width",
    "format": "array"
  },
  "source_post.poll.choices.thumbnails.height": {
    "label": "Source Post / Poll / Choices / Thumbnails / Height",
    "format": "array"
  },
  "source_post.poll.choices.is_selected": {
    "label": "Source Post / Poll / Choices / Is Selected",
    "format": "array"
  },
  "source_post.poll.total_votes": {
    "label": "Source Post / Poll / Total Votes",
    "format": "number"
  },
  "source_post.poll.total_votes_text": {
    "label": "Source Post / Poll / Total Votes Text",
    "format": "text"
  },
  "source_post.quiz.question": {
    "label": "Source Post / Quiz / Question",
    "format": "text"
  },
  "source_post.quiz.choices.text": {
    "label": "Source Post / Quiz / Choices / Text",
    "format": "array"
  },
  "source_post.quiz.choices.is_selected": {
    "label": "Source Post / Quiz / Choices / Is Selected",
    "format": "array"
  },
  "source_post.shared_post.id": {
    "label": "Source Post / Shared Post / ID",
    "format": "text"
  },
  "source_post.shared_post.url": {
    "label": "Source Post / Shared Post / URL",
    "format": "link"
  },
  "source_post.shared_post.type": {
    "label": "Source Post / Shared Post / Type",
    "format": "text"
  },
  "source_post.shared_post.text": {
    "label": "Source Post / Shared Post / Text",
    "format": "text"
  },
  "source_post.shared_post.links.text": {
    "label": "Source Post / Shared Post / Links / Text",
    "format": "array"
  },
  "source_post.shared_post.links.url": {
    "label": "Source Post / Shared Post / Links / URL",
    "format": "array"
  },
  "source_post.shared_post.mentions.channel_id": {
    "label": "Source Post / Shared Post / Mentions / Channel ID",
    "format": "array"
  },
  "source_post.shared_post.mentions.name": {
    "label": "Source Post / Shared Post / Mentions / Name",
    "format": "array"
  },
  "source_post.shared_post.mentions.url": {
    "label": "Source Post / Shared Post / Mentions / URL",
    "format": "array"
  },
  "source_post.shared_post.published_text": {
    "label": "Source Post / Shared Post / Published Text",
    "format": "text"
  },
  "source_post.shared_post.is_edited": {
    "label": "Source Post / Shared Post / Is Edited",
    "format": "boolean"
  },
  "source_post.shared_post.likes": {
    "label": "Source Post / Shared Post / Likes",
    "format": "number"
  },
  "source_post.shared_post.likes_text": {
    "label": "Source Post / Shared Post / Likes Text",
    "format": "text"
  },
  "source_post.shared_post.comments_count": {
    "label": "Source Post / Shared Post / Comments Count",
    "format": "number"
  },
  "source_post.shared_post.comments_text": {
    "label": "Source Post / Shared Post / Comments Text",
    "format": "text"
  },
  "source_post.shared_post.is_liked": {
    "label": "Source Post / Shared Post / Is Liked",
    "format": "boolean"
  },
  "source_post.shared_post.is_members_only": {
    "label": "Source Post / Shared Post / Is Members Only",
    "format": "boolean"
  },
  "source_post.shared_post.attachment_type": {
    "label": "Source Post / Shared Post / Attachment Type",
    "format": "text"
  },
  "source_post.shared_post.image_url": {
    "label": "Source Post / Shared Post / Image URL",
    "format": "image"
  },
  "source_post.shared_post.images.url": {
    "label": "Source Post / Shared Post / Images / URL",
    "format": "array"
  },
  "source_post.shared_post.images.thumbnails.url": {
    "label": "Source Post / Shared Post / Images / Thumbnails / URL",
    "format": "array"
  },
  "source_post.shared_post.images.thumbnails.width": {
    "label": "Source Post / Shared Post / Images / Thumbnails / Width",
    "format": "array"
  },
  "source_post.shared_post.images.thumbnails.height": {
    "label": "Source Post / Shared Post / Images / Thumbnails / Height",
    "format": "array"
  },
  "source_post.shared_post.video.id": {
    "label": "Source Post / Shared Post / Video / ID",
    "format": "text"
  },
  "source_post.shared_post.video.url": {
    "label": "Source Post / Shared Post / Video / URL",
    "format": "link"
  },
  "source_post.shared_post.video.type": {
    "label": "Source Post / Shared Post / Video / Type",
    "format": "text"
  },
  "source_post.shared_post.video.title": {
    "label": "Source Post / Shared Post / Video / Title",
    "format": "text"
  },
  "source_post.shared_post.video.description": {
    "label": "Source Post / Shared Post / Video / Description",
    "format": "text"
  },
  "source_post.shared_post.video.thumbnail_url": {
    "label": "Source Post / Shared Post / Video / Thumbnail URL",
    "format": "image"
  },
  "source_post.shared_post.video.thumbnails.url": {
    "label": "Source Post / Shared Post / Video / Thumbnails / URL",
    "format": "array"
  },
  "source_post.shared_post.video.thumbnails.width": {
    "label": "Source Post / Shared Post / Video / Thumbnails / Width",
    "format": "array"
  },
  "source_post.shared_post.video.thumbnails.height": {
    "label": "Source Post / Shared Post / Video / Thumbnails / Height",
    "format": "array"
  },
  "source_post.shared_post.video.duration_seconds": {
    "label": "Source Post / Shared Post / Video / Duration Seconds",
    "format": "number"
  },
  "source_post.shared_post.video.duration_text": {
    "label": "Source Post / Shared Post / Video / Duration Text",
    "format": "text"
  },
  "source_post.shared_post.video.views": {
    "label": "Source Post / Shared Post / Video / Views",
    "format": "number"
  },
  "source_post.shared_post.video.views_text": {
    "label": "Source Post / Shared Post / Video / Views Text",
    "format": "text"
  },
  "source_post.shared_post.video.published_text": {
    "label": "Source Post / Shared Post / Video / Published Text",
    "format": "text"
  },
  "source_post.shared_post.video.badges": {
    "label": "Source Post / Shared Post / Video / Badges",
    "format": "array"
  },
  "source_post.shared_post.video.is_live": {
    "label": "Source Post / Shared Post / Video / Is Live",
    "format": "boolean"
  },
  "source_post.shared_post.video.is_upcoming": {
    "label": "Source Post / Shared Post / Video / Is Upcoming",
    "format": "boolean"
  },
  "source_post.shared_post.video.is_premiere": {
    "label": "Source Post / Shared Post / Video / Is Premiere",
    "format": "boolean"
  },
  "source_post.shared_post.video.is_members_only": {
    "label": "Source Post / Shared Post / Video / Is Members Only",
    "format": "boolean"
  },
  "source_post.shared_post.video.stream_status": {
    "label": "Source Post / Shared Post / Video / Stream Status",
    "format": "text"
  },
  "source_post.shared_post.video.scheduled_start_time": {
    "label": "Source Post / Shared Post / Video / Scheduled Start Time",
    "format": "number"
  },
  "source_post.shared_post.video.accessibility_text": {
    "label": "Source Post / Shared Post / Video / Accessibility Text",
    "format": "text"
  },
  "source_post.shared_post.video.author.id": {
    "label": "Source Post / Shared Post / Video / Author / ID",
    "format": "text"
  },
  "source_post.shared_post.video.author.name": {
    "label": "Source Post / Shared Post / Video / Author / Name",
    "format": "text"
  },
  "source_post.shared_post.video.author.handle": {
    "label": "Source Post / Shared Post / Video / Author / Handle",
    "format": "text"
  },
  "source_post.shared_post.video.author.url": {
    "label": "Source Post / Shared Post / Video / Author / URL",
    "format": "link"
  },
  "source_post.shared_post.video.author.avatar_url": {
    "label": "Source Post / Shared Post / Video / Author / Avatar URL",
    "format": "image"
  },
  "source_post.shared_post.video.author.avatar_thumbnails.url": {
    "label": "Source Post / Shared Post / Video / Author / Avatar Thumbnails / URL",
    "format": "array"
  },
  "source_post.shared_post.video.author.avatar_thumbnails.width": {
    "label": "Source Post / Shared Post / Video / Author / Avatar Thumbnails / Width",
    "format": "array"
  },
  "source_post.shared_post.video.author.avatar_thumbnails.height": {
    "label": "Source Post / Shared Post / Video / Author / Avatar Thumbnails / Height",
    "format": "array"
  },
  "source_post.shared_post.video.author.is_verified": {
    "label": "Source Post / Shared Post / Video / Author / Is Verified",
    "format": "boolean"
  },
  "source_post.shared_post.poll.choices.text": {
    "label": "Source Post / Shared Post / Poll / Choices / Text",
    "format": "array"
  },
  "source_post.shared_post.poll.choices.votes_percent": {
    "label": "Source Post / Shared Post / Poll / Choices / Votes Percent",
    "format": "array"
  },
  "source_post.shared_post.poll.choices.image_url": {
    "label": "Source Post / Shared Post / Poll / Choices / Image URL",
    "format": "array"
  },
  "source_post.shared_post.poll.choices.thumbnails.url": {
    "label": "Source Post / Shared Post / Poll / Choices / Thumbnails / URL",
    "format": "array"
  },
  "source_post.shared_post.poll.choices.thumbnails.width": {
    "label": "Source Post / Shared Post / Poll / Choices / Thumbnails / Width",
    "format": "array"
  },
  "source_post.shared_post.poll.choices.thumbnails.height": {
    "label": "Source Post / Shared Post / Poll / Choices / Thumbnails / Height",
    "format": "array"
  },
  "source_post.shared_post.poll.choices.is_selected": {
    "label": "Source Post / Shared Post / Poll / Choices / Is Selected",
    "format": "array"
  },
  "source_post.shared_post.poll.total_votes": {
    "label": "Source Post / Shared Post / Poll / Total Votes",
    "format": "number"
  },
  "source_post.shared_post.poll.total_votes_text": {
    "label": "Source Post / Shared Post / Poll / Total Votes Text",
    "format": "text"
  },
  "source_post.shared_post.quiz.question": {
    "label": "Source Post / Shared Post / Quiz / Question",
    "format": "text"
  },
  "source_post.shared_post.quiz.choices.text": {
    "label": "Source Post / Shared Post / Quiz / Choices / Text",
    "format": "array"
  },
  "source_post.shared_post.quiz.choices.is_selected": {
    "label": "Source Post / Shared Post / Quiz / Choices / Is Selected",
    "format": "array"
  },
  "source_post.shared_post.author.id": {
    "label": "Source Post / Shared Post / Author / ID",
    "format": "text"
  },
  "source_post.shared_post.author.name": {
    "label": "Source Post / Shared Post / Author / Name",
    "format": "text"
  },
  "source_post.shared_post.author.handle": {
    "label": "Source Post / Shared Post / Author / Handle",
    "format": "text"
  },
  "source_post.shared_post.author.url": {
    "label": "Source Post / Shared Post / Author / URL",
    "format": "link"
  },
  "source_post.shared_post.author.avatar_url": {
    "label": "Source Post / Shared Post / Author / Avatar URL",
    "format": "image"
  },
  "source_post.shared_post.author.avatar_thumbnails.url": {
    "label": "Source Post / Shared Post / Author / Avatar Thumbnails / URL",
    "format": "array"
  },
  "source_post.shared_post.author.avatar_thumbnails.width": {
    "label": "Source Post / Shared Post / Author / Avatar Thumbnails / Width",
    "format": "array"
  },
  "source_post.shared_post.author.avatar_thumbnails.height": {
    "label": "Source Post / Shared Post / Author / Avatar Thumbnails / Height",
    "format": "array"
  },
  "source_post.shared_post.author.is_verified": {
    "label": "Source Post / Shared Post / Author / Is Verified",
    "format": "boolean"
  },
  "source_post.shared_post.description_links": {
    "label": "Source Post / Shared Post / Description Links",
    "format": "array"
  },
  "source_post.shared_post.hashtags": {
    "label": "Source Post / Shared Post / Hashtags",
    "format": "array"
  },
  "source_post.author.id": {
    "label": "Source Post / Author / ID",
    "format": "text"
  },
  "source_post.author.name": {
    "label": "Source Post / Author / Name",
    "format": "text"
  },
  "source_post.author.handle": {
    "label": "Source Post / Author / Handle",
    "format": "text"
  },
  "source_post.author.url": {
    "label": "Source Post / Author / URL",
    "format": "link"
  },
  "source_post.author.avatar_url": {
    "label": "Source Post / Author / Avatar URL",
    "format": "image"
  },
  "source_post.author.avatar_thumbnails.url": {
    "label": "Source Post / Author / Avatar Thumbnails / URL",
    "format": "array"
  },
  "source_post.author.avatar_thumbnails.width": {
    "label": "Source Post / Author / Avatar Thumbnails / Width",
    "format": "array"
  },
  "source_post.author.avatar_thumbnails.height": {
    "label": "Source Post / Author / Avatar Thumbnails / Height",
    "format": "array"
  },
  "source_post.author.is_verified": {
    "label": "Source Post / Author / Is Verified",
    "format": "boolean"
  },
  "source_post.description_links": {
    "label": "Source Post / Description Links",
    "format": "array"
  },
  "source_post.hashtags": {
    "label": "Source Post / Hashtags",
    "format": "array"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "source_post.shared_post.shared_post": {
    "label": "Source Post / Shared Post / Shared Post",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Post Comments Scraper – Community Discussion](https://apify.com/scrapingmonkey/youtube-post-comments-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/youtube-post-comments-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/scrapingmonkey/youtube-post-comments-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
