P
PhantomBuster
phantombuster
Social/LinkedIn
LinkedIn and social media automation and data extraction platform.
$56/mo
subscription
Free tier
14-day free trial
Capabilities
1
LinkedIn automation2
Social media extraction3
Pre-built scripts4
Workflow chainingHighlights
- •$56/mo for 20h execution time
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: ['phantombuster'],
domain: 'example.com'
})
});
const data = await response.json();