# Monitor Sustainability & Climate Change TED Talks

**Use case:** 

Scrape recent TED Talks on sustainability and climate change to stay informed on emerging environmental solutions and public discourse. This insight is crucial 

## Input

```json
{
  "mode": "byTopic",
  "talkUrls": [
    "sir_ken_robinson_do_schools_kill_creativity"
  ],
  "topic": "climate-change",
  "sort": "newest",
  "minViews": 10000,
  "language": "en",
  "maxItems": 75
}
```

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