W
Wappalyzer
wappalyzer
Technographics
Open-source technology detection for websites with real-time crawling.
$250/mo
subscription
Free tier
50 lookups/mo free
Data Coverage
Capabilities
1
Technology lookup2
Real-time crawling3
Bulk lookup4
Browser extensionHighlights
- •Open-source core
- •$250/mo for 5K lookups
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: ['wappalyzer'],
domain: 'example.com'
})
});
const data = await response.json();