# Summarize Recipe and Cooking Pages

**Use case:** 

Skip the long story and get just the ingredients and steps from a recipe page so you can start cooking right away.

## Input

```json
{
  "urls": [
    "https://www.allrecipes.com/recipe/213742/cheesy-chicken-broccoli-and-rice/"
  ],
  "length": "short"
}
```

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