# Rumble channel metadata extractor

**Use case:** 

Extract public Rumble channel and video metadata from a channel URL for creator research and media intelligence.

## Input

```json
{
  "searchQueries": [
    "news",
    "podcast"
  ],
  "startUrls": [
    {
      "url": "https://rumble.com/c/IveGotQuestion"
    }
  ],
  "maxItems": 20,
  "includeVideoFiles": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Type"
  },
  "title": {
    "label": "Title"
  },
  "channelName": {
    "label": "Channel"
  },
  "canonicalUrl": {
    "label": "URL"
  },
  "query": {
    "label": "Query"
  },
  "views": {
    "label": "Views"
  },
  "durationSeconds": {
    "label": "Duration"
  },
  "commentsCount": {
    "label": "Comments"
  },
  "likesCount": {
    "label": "Likes"
  },
  "isShort": {
    "label": "Short"
  },
  "downloadable": {
    "label": "Downloadable"
  },
  "extractedAt": {
    "label": "Extracted"
  }
}
```

## About this Actor

This example demonstrates how to use [Rumble Channel & Video Intelligence Scraper](https://apify.com/automation-lab/rumble-channel-video-intelligence-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/rumble-channel-video-intelligence-scraper) to learn more, explore other use cases, and run it yourself.