# German Wikipedia Renewable Energy Data

**Use case:** 

Extract German Wikipedia search results for renewable energy topics with summaries, word counts, last edited dates, images, and article links.

## Input

```json
{
  "searchQueries": [
    "erneuerbare energien",
    "solarenergie"
  ],
  "language": "de",
  "maxResultsPerSearch": 20
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "extract": {
    "label": "Summary",
    "format": "text"
  },
  "wordCount": {
    "label": "Words",
    "format": "number"
  },
  "lastEdited": {
    "label": "Last Edited",
    "format": "text"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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