# Summarize Wikipedia Articles to Short Briefs

**Use case:** 

Turn a long Wikipedia entry into a short readable summary that keeps the key facts, dates and names so you can study faster.

## Input

```json
{
  "urls": [
    "https://en.wikipedia.org/wiki/Photosynthesis"
  ],
  "length": "medium"
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "keyPoints": {
    "label": "Key points",
    "format": "array"
  },
  "observedAt": {
    "label": "Summarized at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: Article & URL Summarizer](https://apify.com/scrapers_lat/url-summarizer-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/url-summarizer-tool) to learn more, explore other use cases, and run it yourself.