This repository contains a dockerized and 'API-fied' version of Wappalyzer. It aims to make it available through an API endpoint you can call from anywhere.
Pull the images from the Docker Hub to use the API right away: https://hub.docker.com/r/hunterio/wappalyzer-api.
docker build -t ghcr.io/hunter-io/wappalyzer-api:3.6 .
docker run -p 3000:3000 ghcr.io/hunter-io/wappalyzer-api:3.6
curl 'localhost:3000/extract?url=https://hunter.io'
Derived work of Wappalyzer. Licensed under GPL-3.0.