# Dailymotion Video Search Data Export

**Use case:** 

Data Export of Dailymotion Video Search. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "search": "news"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "imageUrl",
    "format": "image"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "id": {
    "label": "id",
    "format": "text"
  },
  "url": {
    "label": "url",
    "format": "link"
  },
  "description": {
    "label": "description",
    "format": "text"
  },
  "durationSeconds": {
    "label": "durationSeconds",
    "format": "text"
  },
  "ownerUsername": {
    "label": "ownerUsername",
    "format": "text"
  },
  "ownerScreenName": {
    "label": "ownerScreenName",
    "format": "text"
  },
  "views": {
    "label": "views",
    "format": "text"
  },
  "likes": {
    "label": "likes",
    "format": "text"
  },
  "language": {
    "label": "language",
    "format": "text"
  },
  "tags": {
    "label": "tags",
    "format": "text"
  },
  "createdAt": {
    "label": "createdAt",
    "format": "date"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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