Mixcloud Audio Downloader 🎡 avatar
Mixcloud Audio Downloader 🎡

Pricing

$19.99/month + usage

Go to Store
Mixcloud Audio Downloader 🎡

Mixcloud Audio Downloader 🎡

Developed by

EasyApi

EasyApi

Maintained by Community

Extract and download audio content from Mixcloud with high-quality streaming URLs, metadata, and author information. Perfect for content creators and music enthusiasts who need to analyze or archive Mixcloud content.

5.0 (1)

Pricing

$19.99/month + usage

3

Total users

20

Monthly users

9

Runs succeeded

>99%

Last modified

a month ago

Extract high-quality audio streams and metadata from Mixcloud links. This actor helps you retrieve direct streaming URLs, track information, and author details from Mixcloud content.

Features 🌟

  • 🎧 Extracts high-quality audio streaming URLs
  • πŸ“ Retrieves comprehensive metadata (title, author, duration)
  • πŸ–ΌοΈ Gets thumbnail images
  • ⚑ Supports batch processing of multiple links
  • πŸ”„ Rate-limit friendly with built-in delays
  • πŸ’Ύ Outputs structured JSON data

Input Parameters πŸ“‹

The actor accepts the following input parameters:

  • links: Array of Mixcloud URLs to process (required)

Output πŸ“€

For each processed URL, the actor returns:

  • Source platform identification
  • Author information
  • Track title
  • Duration in seconds
  • Thumbnail URL
  • Available media formats and quality
  • Direct streaming URLs
  • Error status

Use Cases πŸ’‘

  • Content archiving and backup
  • Audio content analysis
  • Media downloading automation
  • Metadata extraction for cataloging
  • Stream URL extraction for playback

Limitations ⚠️

  • Respects Mixcloud's terms of service and rate limits
  • Processing time may vary based on input volume
  • Some premium content may not be accessible

Tips πŸ’ͺ

  • Process URLs in smaller batches for optimal performance
  • Include proper delays between requests
  • Verify URL format before submission

Input Example

A full explanation of an input example in JSON.

{
"links": [
"https://www.mixcloud.com/Mr_Scruff/mr-scruff-early-hours-mix/"
]
}

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.

[
{
"url": "https://www.mixcloud.com/Mr_Scruff/mr-scruff-early-hours-mix/",
"result": {
"url": "https://www.mixcloud.com/Mr_Scruff/mr-scruff-early-hours-mix/",
"source": "mixcloud",
"author": "Mr_Scruff",
"title": "Mr. Scruff - Early Hours Mix (Apple Music mix 2023)",
"duration": 4530,
"thumbnail": "https://thumbnailer.mixcloud.com/unsafe/136x136/extaudio/8/8/4/5/5802-fa81-4745-b922-bff8ab3ba872",
"medias": [
{
"format_id": "http",
"type": "audio",
"quality": "SQ",
"url": "https://stream16.mixcloud.com/secure/c/m4a/64/c/7/2/1/1b7e-6448-4e1d-8547-aa49fb166798.m4a?sig=X6kF52fgZnPUrqLioyMGnw",
"extension": "m4a"
}
],
"type": "single",
"error": false,
"time_end": 415
}
}
]