# Wikipedia Scraper · Organic Chemistry & Polymer Science

**Use case:** 

Extract Wikipedia pages on chemical synthesis, functional groups, and polymer chemistry.

## Input

```json
{
  "searchTerms": [
    "Organic chemistry",
    "Functional group",
    "Chemical synthesis",
    "Polymer chemistry",
    "Stereochemistry"
  ],
  "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.