Fetch YouTube video comments, author details, like counts, and reply counts with configurable comment depth.
About this model
YouTube Video Comments extracts the top-level discussion thread from any public video, returning each comment's author name, author thumbnail, publication date, text, like count, and reply count. This surfaces real audience reaction — questions, complaints, praise, feature requests — without manually scrolling and copy-pasting from the watch page, and the reply count on each comment tells you which threads sparked the most discussion. Comment depth is configurable in increments of 20, so you can pull a quick sample or a deeper set for full sentiment analysis.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.003333 per 20 comments | Live and Standard pricing are chunked by 20 comments; Standard normal/high starts at $0.001/$0.002 per chunk. |
| Fal.ai | Not available | Not offered as a standalone API. |
| Replicate | Not available | Not offered as a standalone API. |
Live and Standard pricing are chunked by 20 comments; Standard normal/high starts at $0.001/$0.002 per chunk.
Not offered as a standalone API.
Not offered as a standalone API.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Video Id | string | YouTube video ID or full YouTube URL (watch, embed, short link). | dQw4w9WgXcQ |
| Depth | integer | Number of comments to retrieve in multiples of 20 (Live: 20 to 200; Standard: up to 700). | 20 |
| Location | Enum (213 options) | Country to target for the search. | United States |
| Language | Enum (129 options) | Language to search in. | English |
| Tag | string | Optional request tag for tracing. | null |
| Delivery Method | Enum (2 options) | Use Live for immediate results or Standard for queued tasks. | live |
| Priority | Enum (2 options) | Standard task priority. | normal |
YouTube video ID or full YouTube URL (watch, embed, short link).
dQw4w9WgXcQNumber of comments to retrieve in multiples of 20 (Live: 20 to 200; Standard: up to 700).
20Country to target for the search.
United StatesLanguage to search in.
EnglishOptional request tag for tracing.
nullUse Live for immediate results or Standard for queued tasks.
liveStandard task priority.
normalDeveloper documentation
video_id.curl -X POST https://api.muapi.ai/api/v1/seo-youtube-video-comments \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"video_id": "dQw4w9WgXcQ",
"depth": 20
}'
Frequently asked
Live requests reserve from $0.003333 per chunk of 20 comments; Standard normal/high starts at $0.001/$0.002 per 20-comment chunk. The final charge reconciles the returned task cost.
It includes top-level comments and indicates the reply count for each comment; individual replies are not expanded in the response.
Live requests support up to 200 comments; Standard requests support up to 700, set via `depth` in increments of 20.
Author title, author profile URL, author thumbnail, publication date, comment text, like count, and reply count.
Yes, the returned comment text is well suited to passing into an LLM or sentiment classifier for aggregate audience reaction scoring.