# Climate Change News Article Scraper

**Use case:** 

Gather up to 1,000 recent English articles on climate change from the GDELT Project. Get titles, URLs, dates, and tones to support your research.

## Input

```json
{
  "query": "climate change global warming",
  "mode": "articles",
  "maxResults": 1000,
  "timespan": "1m",
  "language": "english",
  "country": "",
  "sortBy": "datedesc",
  "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.