# AI News Scraper Worldwide, Newest First | GDELT

**Use case:** 

Newest artificial intelligence headlines from global news outlets, sorted latest-first. Returns title, URL, source, country and date for AI trend tracking.

## Input

```json
{
  "query": "artificial intelligence",
  "maxItems": 100,
  "sort": "DateDesc",
  "timespan": "1d",
  "sourceCountry": "",
  "sourceLang": ""
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "sourceCountry": {
    "label": "Country",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "Article URL",
    "format": "link"
  }
}
```

## About this Actor

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