YouTube Description Extractor 📝 avatar

YouTube Description Extractor 📝

Try for free

6 hours trial then $9.99/month - No credit card required now

Go to Store
YouTube Description Extractor 📝

YouTube Description Extractor 📝

easyapi/youtube-description-extractor
Try for free

6 hours trial then $9.99/month - No credit card required now

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. 🎥 📝

Developer
Maintained by Community

Actor Metrics

  • 1 Monthly user

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified 3 days ago

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.

1{
2    "youtubeVideoUrls": [
3        "https://www.youtube.com/watch?v=HV23VDFWC3o"
4    ]
5}

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.

1[
2    {
3        "youtubeVideoUrl": "https://www.youtube.com/watch?v=HV23VDFWC3o",
4        "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"
5    }
6]