# Family Box — BiteBox > **Available formats:** [HTML](https://aztrix.io/bitebox.de/products/family-box/) · [.md](https://aztrix.io/bitebox.de/products/family-box.md) *(current)* · [.json](https://aztrix.io/bitebox.de/products/family-box/?format=json) **Price:** (EUR 79) 5 family-friendly recipes for 4 people. Kid-approved flavours, organic ingredients, 30-min prep time. ## Details - Category: Meal Kits - Image: https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=600&h=400&fit=crop ## More from this merchant [← All products](products.md?src=knowledge) ```json { "@context": [ "https://schema.org", "https://aztrix.io/ns/v1" ], "@graph": [ { "@id": "#merchant", "@type": "Store", "name": "BiteBox", "url": "https://aztrix.io/bitebox.de/", "description": "German meal-kit delivery startup. Chef-designed recipes, pre-portioned organic ingredients, delivered weekly. Serving Berlin, Hamburg, and Munich.", "address": { "@type": "PostalAddress", "streetAddress": "Torstrasse 140", "addressLocality": "Berlin", "postalCode": "10119", "addressCountry": "Germany" }, "telephone": "+49 30 2000 5000", "category": "food_drink", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/bitebox.de/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-meal-kits" }, { "@id": "#cat-specials" }, { "@id": "#cat-gifts" } ] }, { "@id": "#prod-family-box", "@type": "Product", "name": "Family Box", "description": "5 family-friendly recipes for 4 people. Kid-approved flavours, organic ingredients, 30-min prep time.", "image": "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=600&h=400&fit=crop", "category": "Meal Kits", "brand": { "@type": "Brand", "name": "BiteBox" }, "url": "https://aztrix.io/bitebox.de/products/family-box/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/bitebox.de/products/family-box.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-meal-kits" }, "offers": { "@type": "Offer", "price": 79, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/bitebox.de/products/family-box/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-meal-kits", "@type": "ItemList", "name": "Meal Kits", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 2, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-weekly-essentials-box" }, { "@id": "#prod-family-box" } ] } ] } ```