# 📺 Odysee Channel Videos Data Export

**Use case:** 

Data Export of 📺 Odysee Channel Videos. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "channel": "corbettreport",
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "title": {
    "label": "Video Title",
    "format": "text"
  },
  "url": {
    "label": "Video URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [📺 Odysee Channel Videos Scraper](https://apify.com/parseforge/odysee-channel-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/odysee-channel-scraper) to learn more, explore other use cases, and run it yourself.