L
Lusha
lusha
Phone Data
B2B contact data platform with direct dials and email addresses.
$49/mo
per credit
Free tier
5 credits/mo free
Data Coverage
Capabilities
1
Direct dial lookup2
Email lookup3
Bulk enrichmentHighlights
- •5 credits per phone number
- •API on Scale plan
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: ['lusha'],
domain: 'example.com'
})
});
const data = await response.json();