R
RocketReach
rocketreach
Contact Data
Combined email and phone data with refunds for unsuccessful lookups.
$53/mo
per credit
Free tier
5 lookups/mo free
Data Coverage
Capabilities
1
Email + phone combined2
Person lookup3
Company lookup4
Bulk enrichmentHighlights
- •Refunds lookups if no verified data found
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: ['rocketreach'],
domain: 'example.com'
})
});
const data = await response.json();