# Wikipedia Edit History Tracker for ChatGPT Page

**Use case:** 

Retrieve the complete edit history of the ChatGPT Wikipedia page since December 2022, including user edits, summaries, and details.

## Input

```json
{
  "pages": [
    "ChatGPT"
  ],
  "language": "en",
  "project": "wikipedia",
  "category": "",
  "maxPagesFromCategory": 50,
  "afterDate": "2022-12-01",
  "beforeDate": null,
  "userFilter": "",
  "maxRevisionsPerPage": 3000,
  "includeContent": false,
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "page": {
    "label": "Page",
    "format": "text"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "text"
  },
  "user": {
    "label": "Editor",
    "format": "text"
  },
  "isMinor": {
    "label": "Minor",
    "format": "boolean"
  },
  "comment": {
    "label": "Edit Summary",
    "format": "text"
  },
  "size": {
    "label": "Size (bytes)",
    "format": "number"
  },
  "sizeDelta": {
    "label": "Δ Bytes",
    "format": "number"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "revId": {
    "label": "Rev ID",
    "format": "number"
  },
  "revisionUrl": {
    "label": "View Revision",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Wikipedia Revision History Scraper — Page Edit History by Date](https://apify.com/logiover/wikipedia-revision-history-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/wikipedia-revision-history-scraper) to learn more, explore other use cases, and run it yourself.