# US Election Political News Export from GDELT

**Use case:** 

Collect up to 1,000 articles on the US presidential campaign from the last three months. Get comprehensive data on titles, URLs, dates, and more.

## Input

```json
{
  "query": "US election presidential campaign politics",
  "mode": "articles",
  "maxResults": 1000,
  "timespan": "3m",
  "language": "english",
  "country": "US",
  "sortBy": "rel",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "seendate": {
    "label": "Seen Date",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "sourcecountry": {
    "label": "Source Country",
    "format": "string"
  },
  "socialimage": {
    "label": "Social Image",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "retrievalSource": {
    "label": "Retrieval Source",
    "format": "string"
  }
}
```

## About this Actor

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