# Scrape Tutorial videos from Dailymotion

**Use case:** 

Pull tutorial videos from Dailymotion by keyword, channel or URL without a login: title, views, duration and metadata.

## Input

```json
{
  "searchQueries": [
    "tutorial"
  ],
  "channels": [],
  "videoUrls": [],
  "maxResultsPerSource": 100,
  "searchSort": "relevance",
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Title"
  },
  "channelName": {
    "label": "Channel"
  },
  "url": {
    "label": "URL"
  },
  "viewCount": {
    "label": "Views"
  },
  "likeCount": {
    "label": "Likes"
  },
  "commentCount": {
    "label": "Comments"
  },
  "durationText": {
    "label": "Duration"
  },
  "publishedAt": {
    "label": "Published"
  },
  "thumbnailUrl": {
    "label": "Thumbnail"
  },
  "tags": {
    "label": "Tags"
  }
}
```

## About this Actor

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