# Scrape sports videos on Rumble

**Use case:** 

Extract sports video listings from Rumble by keyword. Structured video data with titles, channels and view counts. Pay per result.

## Input

```json
{
  "searchQueries": [
    "sports"
  ],
  "startUrls": [],
  "videoIds": [],
  "resultType": "videos",
  "fetchDetails": true,
  "includeVideoFiles": true,
  "sortBy": "relevance",
  "uploadDateFilter": "any",
  "durationFilter": "any",
  "maxResults": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "uploadDate": {
    "label": "Uploaded",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Rumble Scraper](https://apify.com/unfenced-group/rumble-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/rumble-scraper) to learn more, explore other use cases, and run it yourself.