# Tesla Recall News Monitoring in the UK

**Use case:** 

Discover recent news articles about Tesla recalls from UK sources.

## Input

```json
{
  "maxArticles": 30,
  "query": "Tesla recall",
  "country": "UK",
  "language": "english",
  "timespan": "3d",
  "sort": "DateDesc",
  "enrichArticles": true
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "URL"
  },
  "domain": {
    "label": "Source Domain"
  },
  "sourceCountry": {
    "label": "Source Country"
  },
  "language": {
    "label": "Language"
  },
  "seenDate": {
    "label": "Seen (UTC)"
  },
  "socialImage": {
    "label": "Image"
  },
  "source": {
    "label": "Source"
  }
}
```

## About this Actor

This example demonstrates how to use [GDELT Global News Monitoring Scraper](https://apify.com/scrapers_lat/gdelt-news-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/gdelt-news-events-scraper) to learn more, explore other use cases, and run it yourself.