Youtube Audio Scraper & Downloader avatar
Youtube Audio Scraper & Downloader

Pricing

Pay per usage

Go to Store
Youtube Audio Scraper & Downloader

Youtube Audio Scraper & Downloader

Developed by

Transcript Downloader

Transcript Downloader

Maintained by Community

Download and scrape audio from YouTube videos in bulk using the Transcript Downloader API. Supports multiple formats, optional storage to Apify, and progress tracking with polling.

0.0 (0)

Pricing

Pay per usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

6 hours ago

🎧 Transcript Downloader - YouTube Audio Scrapper

Convert YouTube videos into downloadable audio files using the Transcript Downloader API. Ideal for podcasting, offline listening, and content repurposing. Works in bulk, with optional storage to Apify key-value store.


✨ Features

  • 📁 Bulk processing of multiple YouTube video IDs
  • 🕒 Polling logic with automatic retries
  • 🧠 Progress tracking and run logs
  • 🗂️ Optional Apify file storage to key-value store
  • 🔐 Secure API token-based authentication

🔧 Input Parameters

ParameterTypeRequiredDefaultDescription
videoIdsarray✅ YesList of YouTube video IDs to process
apiTokenstring✅ YesBearer token for Transcript Downloader API
downloadToApifybooleanNotrueWhether to download audio files to Apify key-value store
maxWaitTimenumberNo10Max time to wait for video processing (in minutes, range: 1–15)
pollingIntervalnumberNo60Interval between polling status (in seconds, range: 30–300)

📥 Example Input

{
"videoIds": ["Fqdz6A-5d04"],
"apiToken": "your-api-token",
"downloadToApify": true,
"maxWaitTime": 10,
"pollingInterval": 60
}

📤 Output Format

Each video generates an output record with metadata and processing info:

{
"videoId": "Fqdz6A-5d04",
"id": "01JW72M0AGW3M6R3QDCS30RD2P",
"type": "audio",
"duration": "01:47:55",
"cost": "1.079",
"status": "success", // pending, success, or failed
"created_at": "2025-01-23T00:30:50.000Z",
"audioUrl": "https://cdn.transcriptdownloader.com/audio/abc123.mp3",
"storedAt": "apify://key-value-store/audio-Fqdz6A-5d04" // If downloaded
}

🚀 How to Use

  1. Get your API token from Transcript Downloader
  2. Add one or more YouTube video IDs
  3. Set downloadToApify to true if you want files saved
  4. Run the actor and access results in the dataset or key-value store

❌ Error Handling

This actor includes robust handling for common issues:

Status CodeDescription
403Invalid API key – check or regenerate key
404Video not found or has been deleted
429Too many requests – reduce polling frequency
503Transcript Downloader API under maintenance
Custom"You already have a pending download for this video"

If a video is already being processed, its ID will be returned in the error message.


⚠️ Rate Limiting

  • 🔄 Max 75 requests per minute
  • ⏱️ Keep polling interval above 1.25 seconds/request to avoid throttling

💡 Best Practices

  • ✅ Respect rate limits to avoid 429 errors
  • ⏳ Use polling wisely — longer intervals for large queues
  • 🔐 Keep your apiToken secret (never log it)
  • 🧠 Monitor output for incomplete or failed downloads
  • 🗂️ Store large audio files in Apify only when needed

📈 Monitoring

Track performance and usage with Apify tools:

  • Run history
  • Success/failure rates
  • Storage and resource usage
  • Output file availability

🙋 Support

Need help? Visit Transcript Downloader Support. We respond within 24 business hours.


📄 License

This actor is provided under the ISC License.