# Simply Recipes Dessert Scraper

**Use case:** 

Collect chocolate cake and dessert recipes from Simply Recipes with ingredients, instructions, and ratings in structured data.

## Input

```json
{
  "searchQuery": "chocolate cake",
  "maxItems": 3
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "numRatings": {
    "label": "Num Ratings",
    "format": "number"
  },
  "prepTime": {
    "label": "Prep Time",
    "format": "text"
  },
  "cookTime": {
    "label": "Cook Time",
    "format": "text"
  },
  "totalTime": {
    "label": "Total Time",
    "format": "text"
  },
  "servings": {
    "label": "Servings",
    "format": "number"
  },
  "calories": {
    "label": "Calories",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "cuisine": {
    "label": "Cuisine",
    "format": "text"
  },
  "diet": {
    "label": "Diet",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Simply Recipes Scraper | Home Cooking Recipes](https://apify.com/parseforge/simplyrecipes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/simplyrecipes-scraper) to learn more, explore other use cases, and run it yourself.