D
Datanyze
datanyze
Technographics
Technology change alerts with accessible pricing and Chrome extension.
$29/mo
subscription
Free tier
10 credits/mo free
Capabilities
1
Tech change alerts2
Contact data3
Chrome extensionHighlights
- •Owned by ZoomInfo
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: ['datanyze'],
domain: 'example.com'
})
});
const data = await response.json();