# Analyze Top-Viewed Leadership & Motivation TED Talks

**Use case:** 

Collect the most popular TED Talks on leadership and motivation to identify key themes and influential speakers in professional development. This data is invalu

## Input

```json
{
  "mode": "byTopic",
  "talkUrls": [
    "sir_ken_robinson_do_schools_kill_creativity"
  ],
  "topic": "leadership",
  "sort": "popular",
  "minDurationSeconds": 600,
  "language": "en",
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "speaker": {
    "label": "Speaker"
  },
  "durationSeconds": {
    "label": "Duration seconds"
  },
  "viewedCount": {
    "label": "Viewed count"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "language": {
    "label": "Language"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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