# World Cup News Scraper, Global Coverage | GDELT

**Use case:** 

FIFA World Cup articles from every country and language GDELT indexes, ranked by relevance. Each result returns headline, link, source country and date.

## Input

```json
{
  "query": "\"World Cup\"",
  "maxItems": 250,
  "sort": "HybridRel",
  "timespan": "1w",
  "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.