Installation
npm / yarn / pnpm
bash
npm install builtwith-apibash
yarn add builtwith-apibash
pnpm add builtwith-apiBun
bash
bun add builtwith-apiCLI (no install)
Run the CLI directly with npx:
bash
npx builtwith-api free example.com --api-key YOUR_KEYOr install globally:
bash
npm install -g builtwith-api
builtwith free example.comStandalone binaries
Pre-compiled binaries are available on the GitHub Releases page for:
- Linux x64 / ARM64
- macOS x64 / ARM64 (Apple Silicon)
- Windows x64
API Key
You need a BuiltWith API key. Get one at api.builtwith.com.
Set it as an environment variable:
bash
export BUILTWITH_API_KEY=your-key-hereOr pass it directly via --api-key (CLI/MCP) or as the first argument to createClient() (library).