YouTube Video Details & Metadata API: AI Large Language Models

Extract comprehensive YouTube video metadata, engagement stats, channel subscriber counts, and tags through MuAPI.

📝

Overview

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.

1Performance auditing: Pull view, like, and comment counts to benchmark a video's engagement over time.
2Tag and keyword research: Extract competitor video tags to inform your own metadata strategy.
3Channel authority checks: Verify a channel's subscriber count and verification badge before a partnership.
4Content catalog management: Sync video metadata (title, description, category) into an internal CMS or dashboard.
💰

Pricing & Value

Cost analysis

muapiappFrom $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.aiNot available

Not offered as a standalone API.

ReplicateNot available

Not offered as a standalone API.

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Video Idstring

YouTube video ID or full YouTube URL (watch, embed, short link).

Default ValuedQw4w9WgXcQ
LocationEnum (213 options)

Country to target for the search.

Default ValueUnited States
LanguageEnum (129 options)

Language to search in.

Default ValueEnglish
Operating SystemEnum (2 options)

Desktop operating system.

Default Valuenull
Tagstring

Optional request tag for tracing.

Default Valuenull
Delivery MethodEnum (2 options)

Use Live for immediate results or Standard for queued tasks.

Default Valuelive
PriorityEnum (2 options)

Standard task priority.

Default Valuenormal
📖

Implementation Guide

Developer documentation

How to Use YouTube Video Info API

  1. Provide video ID: Pass a YouTube video ID or full YouTube URL in video_id.
  2. Set location & language: Specify location and language for localized title/description.
  3. Execute lookup: Returns full video attributes, engagement metrics, and channel details.
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"
  }'

Common Questions

Frequently asked

Can I pass a full YouTube URL instead of just the ID?

Yes. The API automatically extracts the video ID from standard watch URLs, short youtu.be links, embeds, and YouTube Shorts.

Why is this priced higher than organic search?

YouTube video info queries deep video details and channel statistics, carrying a 3x SERP provider multiplier.

Does the response include the channel's subscriber count?

Yes, the `channel` object includes subscriber count and a verification flag alongside the channel's ID, title, and URL.

Are the video's tags/keywords included?

Yes, the `keywords` array returns the uploader's tags as set on the video, useful for reverse-engineering a competitor's keyword targeting.

What if the video is private or deleted?

The request fails with an error since the underlying metadata is no longer publicly retrievable from YouTube.