# Discover New Trends in Education TED Talks

**Use case:** 

Extract recently published TED Talks focused on education to identify innovative teaching methodologies and future learning paradigms. Educators, policy makers,

## Input

```json
{
  "mode": "byTopic",
  "talkUrls": [
    "sir_ken_robinson_do_schools_kill_creativity"
  ],
  "topic": "education",
  "sort": "newest",
  "minViews": 5000,
  "language": "en",
  "maxItems": 80
}
```

## 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.