Extract comprehensive YouTube video metadata, engagement stats, channel subscriber counts, and tags through MuAPI.
About this model
YouTube Video Info returns the full attribute set for a single video: title, description, view/like/comment counts, duration, publication date, thumbnail, category, and keyword tags, plus the uploading channel's ID, title, URL, subscriber count, and verification status. This gives you in one call what would otherwise take scraping the watch page and the channel page separately, which makes it useful for auditing your own catalog or reverse-engineering a competitor's tagging and optimization strategy. Because subscriber counts and verification status are included, it also doubles as a lightweight channel-authority check.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.010 per Live lookup | Video Info is priced at 3x the selected SERP method; Standard normal/high starts at $0.003/$0.006. |
| Fal.ai | Not available | Not offered as a standalone API. |
| Replicate | Not available | Not offered as a standalone API. |
Video Info is priced at 3x the selected SERP method; Standard normal/high starts at $0.003/$0.006.
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 |
| Location | Enum (213 options) | Country to target for the search. | United States |
| Language | Enum (129 options) | Language to search in. | English |
| Operating System | Enum (2 options) | Desktop operating system. | null |
| 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).
dQw4w9WgXcQCountry to target for the search.
United StatesLanguage to search in.
EnglishDesktop operating system.
nullOptional request tag for tracing.
nullUse Live for immediate results or Standard for queued tasks.
liveStandard task priority.
normalDeveloper documentation
video_id.location and language for localized title/description.curl -X POST https://api.muapi.ai/api/v1/seo-youtube-video-info \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"video_id": "dQw4w9WgXcQ",
"location": "United States",
"language": "English"
}'
Frequently asked
Yes. The API automatically extracts the video ID from standard watch URLs, short youtu.be links, embeds, and YouTube Shorts.
YouTube video info queries deep video details and channel statistics, carrying a 3x SERP provider multiplier.
Yes, the `channel` object includes subscriber count and a verification flag alongside the channel's ID, title, and URL.
Yes, the `keywords` array returns the uploader's tags as set on the video, useful for reverse-engineering a competitor's keyword targeting.
The request fails with an error since the underlying metadata is no longer publicly retrievable from YouTube.