import mql from '@microlink/mql' const { data } = await mql('https://microlink.io', { insights: { technologies: true } })
technologies
Type:
Default: true
<boolean>
Default: true
It identifies technology behind target url, powered by
Wappalyzer
.A detected technology is defined by:
name
(e.g., 'CloudFlare')
The normalized name of the techonlogy.confidence
(e.g., 100)
How sure technology is present on the site, scoring from 0 to 100.logo
(e.g., 'https://www.wappalyzer.com/images/icons/CloudFlare.svg')
The technology logo as URL.logo
(e.g., 'http://www.cloudflare.com')
The main website of the technology.categories
(e.g., ['PaaS', 'CDN'])
A list of keywords identified with similar technologies.
The output can contain one or more technologies detected.
An example of techonologies detected over microlink.io.