S
StackShare
stackshare
Technographics
Self-reported developer tech stacks with community-driven profiles.
Enterprise
subscription
Free tier
Free public access
Data Coverage
Capabilities
1
Tech stack profiles2
Stack decisions3
Technology trendsHighlights
- •Community-driven, self-reported stacks
- •GraphQL API in beta
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: ['stackshare'],
domain: 'example.com'
})
});
const data = await response.json();