# Climate policy news scraper

**Use case:** 

Scrape recent worldwide climate policy news from GDELT with sources, countries, languages, dates, and article URLs.

## Input

```json
{
  "queries": [
    "\"climate policy\""
  ],
  "maxResultsPerQuery": 25,
  "sort": "DateDesc",
  "timespan": "7d"
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "title": {
    "label": "Article title",
    "format": "text"
  },
  "url": {
    "label": "Article URL",
    "format": "link"
  },
  "seendate": {
    "label": "Seen date",
    "format": "text"
  },
  "domain": {
    "label": "Source domain",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "sourcecountry": {
    "label": "Source country",
    "format": "text"
  },
  "socialimage": {
    "label": "Social image",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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