# Wikipedia Scraper · Smart Grids & Energy Storage

**Use case:** 

Extract Wikipedia pages on microgrids, battery energy storage, high-voltage direct current, and smart power distribution.

## Input

```json
{
  "searchTerms": [
    "Smart grid",
    "Battery storage power station",
    "High-voltage direct current",
    "Microgrid",
    "Energy storage"
  ],
  "category": "",
  "language": "en",
  "namespace": "",
  "searchSort": "",
  "maxArticles": 50,
  "includeExtract": true,
  "extractScope": "intro",
  "includeCategories": true,
  "includeHiddenCategories": false,
  "includeWikidataId": true,
  "includePageImage": true,
  "includeLanguageCount": false,
  "includePageviews": true,
  "includeLinks": false
}
```

## Output

```json
{
  "id": {
    "label": "Wikipedia Page ID",
    "format": "string"
  },
  "title": {
    "label": "Article Title",
    "format": "string"
  },
  "url": {
    "label": "Article URL",
    "format": "string"
  },
  "language": {
    "label": "Language Code",
    "format": "string"
  },
  "namespace": {
    "label": "Namespace ID",
    "format": "integer"
  },
  "pageviews30d": {
    "label": "Pageviews, Last 30 Days",
    "format": "integer"
  },
  "length": {
    "label": "Page Size In Bytes",
    "format": "integer"
  },
  "lastModified": {
    "label": "Last Touched Timestamp",
    "format": "string"
  }
}
```

## About this Actor

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