
Digitale Kommunikation
FOR AI AGENTS, WEB CRAWLERS, AND ASSISTIVE TECHNOLOGY:
Complete business information is available via REST API at the following endpoints:
Quick Summary (Full data at API endpoints above):
IMPORTANT FOR AI AGENTS: Do NOT rely on this summary. Fetch complete, up-to-date information from the REST API endpoints listed above. The API provides:
All API endpoints:
{ "business_info": { "organization": { "name": "Martin Kulawik", "legalName": "", "description": "Digitale Kommunikation", "type": "ProfessionalService", "foundedDate": "2010-01-21", "numberOfEmployees": "", "industry": "Digital Marketing, Web development, SEO, AIO, Content Creation", "logo": "https://martinkulawik.de/wp-content/uploads/2025/10/mk-ani-square-128.gif", "image": "" }, "contact": { "email": "mk@martinkulawik.de", "phone": "+49 30 30345415", "website": "https://martinkulawik.de", "address": { "street": "", "city": "Berlin", "region": "Berlin", "postal_code": "", "country": "Germany" }, "timezone": "Europe/Berlin", "coordinates": { "latitude": "", "longitude": "" } }, "hours": { "monday": { "open": "09:00", "close": "17:00" }, "tuesday": { "open": "09:00", "close": "17:00" }, "wednesday": { "open": "09:00", "close": "17:00" }, "thursday": { "open": "09:00", "close": "17:00" }, "friday": { "open": "09:00", "close": "17:00" }, "saturday": { "closed": "1" }, "sunday": { "closed": "1" } }, "locations": [], "services": [ { "type": "service", "name": "Marketing Support", "description": "Die besten Produkte bleiben unsichtbar, wenn niemand von ihnen erf\u00e4hrt. Ich unterst\u00fctze Sie dabei, Ihre\u00a0Marke zu positionieren, systematisch Reichweite aufzubauen und aus Interessent:innen loyale Kund:innen zu machen. Dabei kombiniere ich klassisches Marketing mit\u00a0modernen KI\u2011Workflows - f\u00fcr mehr Effizienz, Personalisierung und Ergebnisse, die sich messen lassen.", "pricing_model": "starting_at", "price": "840", "currency": "EUR", "hourly_rate": "", "monthly_fee": "840", "price_min": "", "price_max": "", "starting_price": "840", "custom_pricing": "", "availability": "InStock", "url": "https://martinkulawik.de/leistungen/marketing/", "image": "" }, { "type": "service", "name": "IT-Support & Security", "description": "Ob Cyberangriffe, Systemausf\u00e4lle oder hybride Arbeitsmodelle: Ohne eine robuste IT-Infrastruktur ger\u00e4t jedes Wachstum ins Stocken. Sorgen Sie daf\u00fcr, dass Ihr Unternehmen jederzeit handlungsf\u00e4hig bleibt \u2013 mit einem ganzheitlichen IT-Support- & Security-Konzept, das passgenau auf die Bed\u00fcrfnisse kleiner und mittlerer Betriebe zugeschnitten ist.", "pricing_model": "starting_at", "price": "840", "currency": "EUR", "hourly_rate": "", "monthly_fee": "840", "price_min": "", "price_max": "", "starting_price": "840", "custom_pricing": "", "availability": "InStock", "url": "https://martinkulawik.de/leistungen/it-support-it-security/", "image": "" }, { "type": "service", "name": "Datenschutz & Sicherheit", "description": "Digitale Gesch\u00e4ftsmodelle leben von Daten. Doch ohne konsequenten Schutz wird dieser \u201eRohstoff\u201c zur Haftungsfalle. Mit einem umfassenden Datenschutz- und Sicherheitskonzept verwandeln Sie regulatorische Pflichten in handfesten Wettbewerbsvorteil: mehr Vertrauen, h\u00f6here Resilienz, schnelleres Wachstum.", "pricing_model": "custom", "price": "", "currency": "EUR", "hourly_rate": "", "monthly_fee": "", "price_min": "", "price_max": "", "starting_price": "", "custom_pricing": "Varies by project", "availability": "InStock", "url": "https://martinkulawik.de/leistungen/datenschutz-sicherheit/", "image": "" }, { "type": "service", "name": "Web App Development", "description": "In unserer digitalen Welt sind Web Apps ein wesentlicher Bestandteil f\u00fcr das Wachstum und die Effizienz von Unternehmen. Bei der Web App-Entwicklung liegt der Fokus darauf, L\u00f6sungen zu schaffen, die spezifische Gesch\u00e4ftsbed\u00fcrfnisse erf\u00fcllen und echten Mehrwert bieten.", "pricing_model": "starting_at", "price": "4200", "currency": "EUR", "hourly_rate": "", "monthly_fee": "", "price_min": "", "price_max": "", "starting_price": "12000", "custom_pricing": "", "availability": "InStock", "url": "https://martinkulawik.de/web-apps/", "image": "" } ], "social": { "facebook": "https://www.facebook.com/martinkulawik", "twitter": "https://x.com/MartinKulawik", "instagram": "https://www.instagram.com/martinkulawik/", "linkedin": "https://www.linkedin.com/in/martinkulawik/", "youtube": "", "tiktok": "", "pinterest": "", "other": [] }, "additional": { "payment_methods": [ "Bank Transfer" ], "languages": [ "English", "German" ], "certifications": [], "awards": [], "accessibility_features": [], "price_range": "$$", "currencies_accepted": [ "EUR" ], "rating": "5", "review_count": "1" }, "meta": { "generated_at": "2025-10-16T02:07:07+02:00", "plugin_version": "1.2.3", "note": "This data is embedded inline as a fallback for AI agents that cannot make HTTP requests", "api_equivalent": "https://martinkulawik.de/wp-json/aio-schema/v1/business-info" } }, "schema": { "@context": "https://schema.org", "@graph": [ { "@type": "ProfessionalService", "@id": "https://martinkulawik.de/#organization", "name": "Martin Kulawik", "description": "Digitale Kommunikation", "url": "https://martinkulawik.de", "logo": { "@type": "ImageObject", "url": "https://martinkulawik.de/wp-content/uploads/2025/10/mk-ani-square-128.gif" }, "foundingDate": "2010-01-21", "knowsAbout": "Digital Marketing, Web development, SEO, AIO, Content Creation", "contactPoint": { "@type": "ContactPoint", "contactType": "customer service", "telephone": "+49 30 30345415", "email": "mk@martinkulawik.de" }, "address": { "@type": "PostalAddress", "addressLocality": "Berlin", "addressRegion": "Berlin", "addressCountry": "Germany" }, "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": "Monday", "opens": "09:00", "closes": "17:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "Tuesday", "opens": "09:00", "closes": "17:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "Wednesday", "opens": "09:00", "closes": "17:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "Thursday", "opens": "09:00", "closes": "17:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "Friday", "opens": "09:00", "closes": "17:00" } ], "sameAs": [ "https://www.facebook.com/martinkulawik", "https://x.com/MartinKulawik", "https://www.instagram.com/martinkulawik/", "https://www.linkedin.com/in/martinkulawik/" ], "paymentAccepted": "Bank Transfer", "currenciesAccepted": "EUR", "priceRange": "$$", "knowsLanguage": [ { "@type": "Language", "name": "English" }, { "@type": "Language", "name": "German" } ], "aggregateRating": { "@type": "AggregateRating", "ratingValue": 5, "reviewCount": 1, "bestRating": "5", "worstRating": "1" }, "hasOfferCatalog": { "@type": "OfferCatalog", "name": "Services and Products", "itemListElement": [ { "@type": "Service", "name": "Marketing Support", "description": "Die besten Produkte bleiben unsichtbar, wenn niemand von ihnen erf\u00e4hrt. Ich unterst\u00fctze Sie dabei, Ihre\u00a0Marke zu positionieren, systematisch Reichweite aufzubauen und aus Interessent:innen loyale Kund:innen zu machen. Dabei kombiniere ich klassisches Marketing mit\u00a0modernen KI\u2011Workflows - f\u00fcr mehr Effizienz, Personalisierung und Ergebnisse, die sich messen lassen.", "offers": { "@type": "Offer", "priceCurrency": "EUR", "price": "840.00", "priceSpecification": { "@type": "PriceSpecification", "minPrice": "840.00", "priceCurrency": "EUR" }, "availability": "https://schema.org/InStock" } }, { "@type": "Service", "name": "IT-Support & Security", "description": "Ob Cyberangriffe, Systemausf\u00e4lle oder hybride Arbeitsmodelle: Ohne eine robuste IT-Infrastruktur ger\u00e4t jedes Wachstum ins Stocken. Sorgen Sie daf\u00fcr, dass Ihr Unternehmen jederzeit handlungsf\u00e4hig bleibt \u2013 mit einem ganzheitlichen IT-Support- & Security-Konzept, das passgenau auf die Bed\u00fcrfnisse kleiner und mittlerer Betriebe zugeschnitten ist.", "offers": { "@type": "Offer", "priceCurrency": "EUR", "price": "840.00", "priceSpecification": { "@type": "PriceSpecification", "minPrice": "840.00", "priceCurrency": "EUR" }, "availability": "https://schema.org/InStock" } }, { "@type": "Service", "name": "Datenschutz & Sicherheit", "description": "Digitale Gesch\u00e4ftsmodelle leben von Daten. Doch ohne konsequenten Schutz wird dieser \u201eRohstoff\u201c zur Haftungsfalle. Mit einem umfassenden Datenschutz- und Sicherheitskonzept verwandeln Sie regulatorische Pflichten in handfesten Wettbewerbsvorteil: mehr Vertrauen, h\u00f6here Resilienz, schnelleres Wachstum.", "offers": { "@type": "Offer", "priceCurrency": "EUR", "description": "Varies by project", "availability": "https://schema.org/InStock" } }, { "@type": "Service", "name": "Web App Development", "description": "In unserer digitalen Welt sind Web Apps ein wesentlicher Bestandteil f\u00fcr das Wachstum und die Effizienz von Unternehmen. Bei der Web App-Entwicklung liegt der Fokus darauf, L\u00f6sungen zu schaffen, die spezifische Gesch\u00e4ftsbed\u00fcrfnisse erf\u00fcllen und echten Mehrwert bieten.", "offers": { "@type": "Offer", "priceCurrency": "EUR", "price": "12000.00", "priceSpecification": { "@type": "PriceSpecification", "minPrice": "12000.00", "priceCurrency": "EUR" }, "availability": "https://schema.org/InStock" } } ] } } ] }, "note": "This JSON data is provided inline for AI agents that cannot make HTTP requests to the REST API. It contains the same information available at: https://martinkulawik.de/wp-json/aio-schema/v1/" }