YouTube Video Details avatar

YouTube Video Details

Pricing

from $20.00 / 1,000 successful api calls

Go to Apify Store
YouTube Video Details

YouTube Video Details

Get full video details: title, description, view/like counts, duration, tags, chapters.

Pricing

from $20.00 / 1,000 successful api calls

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

What does YouTube Video Details do?

YouTube Video Details extracts comprehensive metadata for any YouTube video — title, full description, view count, like count, duration, tags, chapters, thumbnails, and publish date — directly from a video URL. No YouTube Data API key required, no quota limits.

Built on the Apify platform, this Actor runs in seconds and integrates with Apify's scheduling, webhooks, and 1,500+ integrations via Zapier and Make.

Why use YouTube Video Details?

  • Content analysis — Analyse top-performing videos in your niche by views, likes, and tags
  • Competitor research — Understand how competitors structure their video titles and descriptions
  • Lead enrichment — Enrich a list of video URLs with full metadata for CRM or outreach
  • SEO research — Extract tags and chapters to understand YouTube's ranking signals
  • Influencer vetting — Quickly verify engagement stats before a partnership deal

How to use YouTube Video Details

  1. Click Try for free on this Actor's page
  2. Paste a YouTube video URL (e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ)
  3. Optionally enable include_captions to get subtitles/transcript
  4. Click Start and wait a few seconds
  5. Download your results as JSON, CSV, or Excel from the Output tab

Input

FieldTypeRequiredDescription
urlstringYouTube video URL or video ID
include_captionsbooleanInclude captions/subtitles (default false)
cachebooleanUse cached result if available (default true)

Example input:

{
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"include_captions": false
}

Output

Example output:

{
"videoId": "dQw4w9WgXcQ",
"title": "Rick Astley - Never Gonna Give You Up",
"description": "The official video for...",
"channelName": "Rick Astley",
"channelId": "UCuAXFkgsw1L7xaCfnd5JJOw",
"viewCount": 1400000000,
"likeCount": 16000000,
"duration": "PT3M33S",
"tags": ["rick astley", "never gonna give you up"],
"thumbnails": {
"default": "https://i.ytimg.com/vi/dQw4w9WgXcQ/default.jpg",
"maxres": "https://i.ytimg.com/vi/dQw4w9WgXcQ/maxresdefault.jpg"
},
"chapters": [],
"publishedAt": "2009-10-25T06:57:33Z",
"meta": { "cache_hit": false, "execution_time_ms": 980 }
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data fields

FieldTypeDescription
videoIdstringYouTube video ID
titlestringVideo title
descriptionstringFull video description
channelNamestringChannel display name
channelIdstringYouTube channel ID
viewCountintegerTotal view count
likeCountintegerTotal like count
durationstringDuration in ISO 8601 format (e.g. PT3M33S)
tagsarrayVideo tags
thumbnailsobjectThumbnail URLs by quality (default, medium, high, maxres)
chaptersarrayChapter timestamps and titles (if available)
publishedAtstringPublication date (ISO 8601)

Pricing / Cost estimation

$0.02 per successful API call on Apify.

  • 1,000 successful Apify runs = $20.00

FAQ & Support

Is this legal? This Actor fetches publicly available YouTube video metadata — the same data visible in any browser without login.

Known limitations: Private or age-restricted videos will not return data. Live streams may return incomplete metadata.

Need help? Open an issue in the Issues tab or contact the support team for custom solutions.