H
HG Insights
hg-insights
Technographics
Enterprise technographic intelligence with behind-the-firewall detection capabilities.
$12K/year
enterprise only
Data Coverage
Capabilities
1
Behind-the-firewall detection2
Technology spend estimates3
Market intelligenceHighlights
- •Detects behind-the-firewall technologies
- •Contracts $12K-$90K/year
Sample Code
const response = await fetch('https://api.lastack.co/enrich', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
sources: ['hg-insights'],
domain: 'example.com'
})
});
const data = await response.json();