# Allrecipes - Recipe and Nutritional Data Latest Results

**Use case:** 

Latest Results of Allrecipes - Recipe and Nutritional Data. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "search": "pasta"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "author": {
    "label": "👤 Author",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "💬 Reviews",
    "format": "text"
  },
  "prepTime": {
    "label": "⏱ Prep",
    "format": "text"
  },
  "cookTime": {
    "label": "🍳 Cook",
    "format": "text"
  },
  "totalTime": {
    "label": "⏰ Total",
    "format": "text"
  },
  "servings": {
    "label": "🍽 Servings",
    "format": "text"
  },
  "calories": {
    "label": "🔥 Calories",
    "format": "text"
  },
  "category": {
    "label": "🏷 Category",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Allrecipes Scraper - Recipe and Nutritional Data](https://apify.com/parseforge/allrecipes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/allrecipes-scraper) to learn more, explore other use cases, and run it yourself.