# Selected (Wikipedia editor curated) Wikipedia On This Day

**Use case:** 

Extract Wikipedia On This Day data filtered by Selected (Wikipedia editor curated). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "dates": [
    "05-24"
  ],
  "type": "selected",
  "language": "en"
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "pageTitle": {
    "label": "Page Title",
    "format": "text"
  },
  "pageDescription": {
    "label": "Page Description",
    "format": "text"
  },
  "pageExtract": {
    "label": "Page Extract",
    "format": "text"
  },
  "pageUrl": {
    "label": "Page URL",
    "format": "link"
  },
  "pages": {
    "label": "All Pages",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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