All Projects → hunter-io → wappalyzer-api

hunter-io / wappalyzer-api

Licence: MIT license
Contains a dockerized version of Wappalyzer to extract the technologies from a website

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Wappalyzer API

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.

To build it:

docker build -t ghcr.io/hunter-io/wappalyzer-api:3.6 .

To run it:

docker run -p 3000:3000 ghcr.io/hunter-io/wappalyzer-api:3.6

To use it:

curl 'localhost:3000/extract?url=https://hunter.io'

License:

Derived work of Wappalyzer. Licensed under GPL-3.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].