T
TheirStack
theirstack
Job Data
GTM-focused job posting API with tech stack detection from job descriptions.
$49/mo
subscription
Free tier
100 results/mo free
Data Coverage
Capabilities
1
Job posting search2
Tech stack detection from jobs3
Company hiring signalsHighlights
- •Self-serve, GTM-focused
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: ['theirstack'],
domain: 'example.com'
})
});
const data = await response.json();