# Wikipedia Article Extractor for Artificial Intelligence

**Use case:** 

Extracts comprehensive content from the Wikipedia article on Artificial Intelligence. Returns structured data, including sections, categories, and links.

## Input

```json
{
  "mode": "search",
  "query": "Artificial intelligence",
  "language": "en",
  "maxArticles": 10,
  "includeCategories": true,
  "includeLinks": false,
  "includeImages": false
}
```

## Output

```json
{
  "title": {
    "label": "Article",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "language": {
    "label": "Lang",
    "format": "text"
  },
  "word_count": {
    "label": "Words",
    "format": "number"
  },
  "page_id": {
    "label": "Page ID",
    "format": "number"
  }
}
```

## About this Actor

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