# Summarize Competitor Homepages in Bulk

**Use case:** 

Summarize three competitor homepages together to compare positioning and messaging for a quick market research snapshot.

## Input

```json
{
  "urls": [
    "https://www.notion.so/",
    "https://asana.com/",
    "https://trello.com/"
  ],
  "length": "short",
  "maxItems": 3
}
```

## 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.