L
Lightcast
lightcast
Job Data
Labor market analytics with a proprietary job title taxonomy.
Enterprise
enterprise only
Data Coverage
Capabilities
1
Labor market analytics2
Job title taxonomy3
Skills mapping4
Compensation dataHighlights
- •Proprietary 75K job title taxonomy
- •Enterprise-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: ['lightcast'],
domain: 'example.com'
})
});
const data = await response.json();