# Direct title lookup Wikipedia Page Summaries

**Use case:** 

Extract Wikipedia Page Summaries data filtered by Direct title lookup. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "lookup",
  "titles": "Albert Einstein\nMarie Curie\nAda Lovelace\nAlan Turing\nNikola Tesla",
  "query": "quantum computing",
  "language": "en"
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "extract": {
    "label": "Extract",
    "format": "text"
  },
  "language": {
    "label": "Lang",
    "format": "text"
  },
  "pageId": {
    "label": "Page ID",
    "format": "number"
  },
  "timestamp": {
    "label": "Modified",
    "format": "text"
  },
  "desktopUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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