# Test Premium Plan — ByCrowds > **Available formats:** [HTML](https://aztrix.io/bycrowds.com/products/test-premium-plan/) · [.md](https://aztrix.io/bycrowds.com/products/test-premium-plan.md) *(current)* · [.json](https://aztrix.io/bycrowds.com/products/test-premium-plan/?format=json) **Price:** (eur 29.99) ## More from this merchant [← All products](products.md?src=knowledge) ```json { "@context": [ "https://schema.org", "https://aztrix.io/ns/v1" ], "@graph": [ { "@id": "#merchant", "@type": "Organization", "name": "ByCrowds", "url": "https://aztrix.io/bycrowds.com/", "description": "ByCrowds is a technology company specializing in crowd-sourced digital solutions.", "address": { "@type": "PostalAddress", "streetAddress": "Avenue Montjoie 114", "addressLocality": "Brussels", "postalCode": "1180", "addressCountry": "BE" }, "telephone": "0474 40 56 82", "email": "adejong@bycrowds.com", "category": "Technology", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/bycrowds.com/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-products" } ] }, { "@id": "#prod-test-premium-plan", "@type": "Product", "name": "Test Premium Plan", "category": "Products", "brand": { "@type": "Brand", "name": "ByCrowds" }, "url": "https://aztrix.io/bycrowds.com/products/test-premium-plan/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/bycrowds.com/products/test-premium-plan.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-products" }, "offers": { "@type": "Offer", "price": 29.99, "priceCurrency": "eur", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/bycrowds.com/products/test-premium-plan/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-products", "@type": "ItemList", "name": "Products", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 2, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-test-premium-plan" }, { "@id": "#prod-test-widget" } ] } ] } ```