# Pfannkuchen Recipe Data from Chefkoch.de

**Use case:** 

Get detailed recipes for Pfannkuchen from Chefkoch.de. Access ingredients, preparation steps, and user ratings in a structured format.

## Input

```json
{
  "startUrls": [],
  "keyword": "pfannkuchen",
  "results_wanted": 200,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Recipe Name",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "servings": {
    "label": "Servings",
    "format": "number"
  },
  "totalTime": {
    "label": "Total Time",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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