# Monitor Renewable Energy Policy and Regulation News

**Use case:** 

Keep abreast of the latest government policies, regulations, and subsidies impacting the renewable energy sector across key regions. This task is essential for 

## Input

```json
{
  "queries": [
    "renewable energy policy",
    "solar incentives legislation",
    "wind power regulations"
  ],
  "maxResultsPerQuery": 25,
  "language": "en",
  "country": "GB",
  "dateRange": "1m",
  "excludeWords": [
    "oil",
    "gas",
    "fossil fuels"
  ],
  "extractFullText": true,
  "includeImages": false,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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