K
Kaspr
kaspr
Phone Data
LinkedIn-focused phone and email finder for sales teams.
$59/mo
per credit
Free tier
5 credits/mo free
Data Coverage
Capabilities
1
LinkedIn phone extraction2
Email finding3
Bulk enrichmentHighlights
- •Owned by Cognism
- •1,200 phone credits at $59/mo
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: ['kaspr'],
domain: 'example.com'
})
});
const data = await response.json();