JW LogoCyannav

Institutional API

Integrate Guanfu Data directly into your investment models.

For Venture Capital & Investment Firms

Gain an unparalleled edge in early-stage project assessment. Our API provides direct access to our "Guanfu Index" and "Profound Mystery Analysis" data streams, allowing you to quantify market-gaps and identify high-potential ventures before they hit the mainstream.

Example Request


fetch('https://api.cyannav.com/v1/guanfu-analysis', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    marketNiche: 'sustainable dog food',
    trendVelocity: 75,
    competitiveDensity: 30,
    costOfEntry: 45
  })
})
.then(res => res.json())
.then(console.log);