YouTube Description Extractor ๐Ÿ“ avatar
YouTube Description Extractor ๐Ÿ“

Pricing

$9.99/month + usage

Go to Apify Store
YouTube Description Extractor ๐Ÿ“

YouTube Description Extractor ๐Ÿ“

Extract complete descriptions from YouTube videos automatically. Perfect for content analysis, SEO research, and marketing insights. Supports batch processing with proxy integration for reliable results. ๐ŸŽฅ ๐Ÿ“

Pricing

$9.99/month + usage

Rating

5.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

1

Bookmarked

44

Total users

3

Monthly active users

6 months ago

Last modified

Share

Extract descriptions from YouTube videos effortlessly! ๐ŸŽฅ โœจ

Features ๐ŸŒŸ

  • ๐ŸŽฏ Extract descriptions from multiple YouTube videos in one go
  • ๐Ÿš€ Fast and efficient processing using Puppeteer
  • ๐Ÿ”„ Handles multiple video URLs simultaneously
  • ๐Ÿ›ก๏ธ Built-in proxy support for reliable extraction
  • ๐Ÿค– Automated browser interaction with human-like behavior
  • ๐Ÿ“Š Clean, structured output in JSON format

Use Cases ๐Ÿ’ก

  • ๐Ÿ“Š Content analysis and research
  • ๐ŸŽฏ SEO optimization and keyword research
  • ๐Ÿ“ Content aggregation and curation
  • ๐Ÿ” Competitive analysis
  • ๐Ÿ“ˆ Marketing research and trend analysis

Output Format ๐Ÿ“‹

The Actor provides data in a clean JSON format containing:

  • youtubeVideoUrl: Original YouTube video URL
  • description: Complete video description including links and hashtags

Tips for Optimal Usage โšก

  1. ๐ŸŽฏ Provide valid YouTube video URLs
  2. โš™๏ธ Configure proxy settings for better reliability
  3. ๐Ÿ“Š Set appropriate maxItems if you need to limit results
  4. โฑ๏ธ Allow sufficient run time for processing multiple URLs

Limitations ๐Ÿ“Œ

  • Only processes valid YouTube video URLs
  • Requires proper proxy configuration for optimal performance
  • Processing time may vary based on network conditions

Input Example

A full explanation of an input example in JSON.

{
"youtubeVideoUrls": [
"https://www.youtube.com/watch?v=HV23VDFWC3o"
]
}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"youtubeVideoUrl": "https://www.youtube.com/watch?v=HV23VDFWC3o",
"description": "6 Dinosaur Punch Box | T-Rex Mosasaurus Velociraptor Blue\n\nSubscribe to Boy's Playtime for more SURPRISES!\nhttps://www.youtube.com/c/BoysPlaytime\n\n#dinosaurs #tyrannosaurus #mosasaurus"
}
]