Z
ZoomInfo
zoominfo
Firmographics
Enterprise B2B intelligence platform with comprehensive company and contact data.
$50K+/year
enterprise only
Capabilities
1
Search API2
Enrich API3
Bulk export4
Intent dataHighlights
- •Search/Enrich/Bulk APIs
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: ['zoominfo'],
domain: 'example.com'
})
});
const data = await response.json();