AI Orchestrator — Research Engine
Complete bedrijfsanalyse met KVK, CBS StatLine, SBI RAG, concurrentie en AI insights
Zoek een bedrijf om te beginnen
Gebruik de zoekbalk hierboven om een bedrijf te vinden via KvK-nummer, naam of plaats
Onderzoeksmechanismes
Hoe elke stap werkt — APIs, data processing en AI synthesis
// === STAP 1: BUSINESS ANALYSE === //
// 1. KvK Data ophalen
const kvkData = await fetch('https://itlive.nl/api/bedrijvencheck-kvk-api.php?q=' + kvk);
// → naam, adres, SBI, rechtsvorm, werknemers, datums
// 2. SBI RAG Context ophalen
const sbiContext = await vectorSearch(kvkData.sbi[0].omschrijving);
// → top-5 relevante SBI chunks met branche-kennis
// 3. CBS Sector Statistieken
const cbsStats = await fetch('https://opendata.cbs.nl/ODataApi/odata/83931NED');
// → omzet, groei, aantal bedrijven per SBI
// 4. Concurrentie in regio
const competitors = await fetch('https://itlive.nl/api/concurrentie-onderzoek-api.php', {
body: JSON.stringify({ plaats: kvkData.plaats, sbi: kvkData.sbi[0].code, radius: 25 })
});
// → top-20 concurrenten met diensten, reviews, gaps
// 5. AI Synthesis via Claude
const analysis = await ai_chat(`
Analyseer dit bedrijf:
KvK: ${JSON.stringify(kvkData)}
SBI Context: ${sbiContext}
CBS Stats: ${cbsStats}
Concurrenten: ${competitors}
Genereer SWOT analyse met:
- Sterktes (3x)
- Zwaktes (3x)
- Kansen (3x)
- Bedreigingen (3x)
`);
// === KOSTEN STAP 1 === //
// KvK API: gratis
// CBS OData: gratis
// SBI RAG: ~€0.0001 (embeddings)
// Google Places: ~€0.02
// Claude API: ~€0.02
// TOTAAL: ~€0.04 per bedrijf
Alle 7 Stappen — API Stack
Stap 2: Content Strategie
APIs:
• SBI RAG (branche-specifieke content pillars)• Claude Opus (content strategie generatie)
• Competitor website scraping (content gaps)
€0.02
Stap 3: Website Structuur
APIs:
• Claude (sitemap generatie)• Schema.org templates per SBI
• PageSpeed Insights (performance baseline)
GRATIS
Stap 4: Content Generatie
APIs:
• Claude Batch API (12 pagina's parallel)• Unsplash API (stock foto's per dienst)
• Grammarly API (optioneel, kwaliteitscheck)
€0.05
Stap 5: SEO Plan
APIs:
• DataForSEO (keyword research lokaal)• Google Search Console API
• Claude (SEO strategie synthesis)
€0.05
Stap 6: Markt Analyse
APIs:
• Google Places (concurrenten + reviews)• OpenCorporates (bedrijfsdata internationaal)
• CBS Conjunctuur (marktsentiment)
€0.08
Stap 7: Implementatie
APIs:
• Claude Opus (90-dagen roadmap)• Budget calculator (kosten per fase)
• KPI dashboard generator
€0.03
TOTALE KOSTEN PER BEDRIJF
Gratis APIs (KvK, CBS, PDOK, RVO, Wikidata)
€0.00
Betaalde APIs (Google Places, DataForSEO, Claude)
€0.22
TOTAAL
€0.22
Verwerkingstijd: 45-90 seconden (parallel execution)
Pipeline Resultaten
Live output van alle 7 stappen
Selecteer een bedrijf en start de pipeline...