# Mixcloud Creator Shows - Mixes & Podcasts Latest Results

**Use case:** 

Latest Results of Mixcloud Creator Shows - Mixes & Podcasts. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "creator": "spartacus",
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "user": {
    "label": "👤 Creator",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "audioLengthSeconds": {
    "label": "⏱ Length",
    "format": "number"
  },
  "playCount": {
    "label": "▶️ Plays",
    "format": "number"
  },
  "favoriteCount": {
    "label": "❤️ Favorites",
    "format": "number"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "text"
  },
  "createdAt": {
    "label": "📅 Created",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Mixcloud Creator Shows Scraper - Mixes & Podcasts](https://apify.com/parseforge/mixcloud-creator-shows-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mixcloud-creator-shows-scraper) to learn more, explore other use cases, and run it yourself.