Open Connector
All tools

Wappalyzer

Use Wappalyzer to look up website technologies, subdomains, lead lists, and email verification.

wappalyzerv1.0.06 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "WAPPALYZER_CREDITS_BALANCE",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("WAPPALYZER_CREDITS_BALANCE", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute WAPPALYZER_CREDITS_BALANCE --data '{ }'

Tool catalog

Available tools

6 callable operations

Get Wappalyzer API credit balanceWAPPALYZER_CREDITS_BALANCEReturns the current API credit balance for the authenticated Wappalyzer account.

Returns the current API credit balance for the authenticated Wappalyzer account.

Authentication

Connected account required

Tags

creditsaccount
Find subdomainsWAPPALYZER_FIND_SUBDOMAINSFinds known subdomains for one or more domains.

Finds known subdomains for one or more domains.

Authentication

Connected account required

Tags

subdomainsresearch
Get a lead listWAPPALYZER_GET_LEAD_LISTFetches a Wappalyzer lead list by ID.

Fetches a Wappalyzer lead list by ID.

Authentication

Connected account required

Tags

lead-lists
List lead listsWAPPALYZER_LIST_LEAD_LISTSLists Wappalyzer lead lists available to the authenticated account.

Lists Wappalyzer lead lists available to the authenticated account.

Authentication

Connected account required

Tags

lead-lists
Run Wappalyzer technology lookupWAPPALYZER_TECHNOLOGY_LOOKUPLooks up technologies and optional enrichment sets for one or more website URLs.

Looks up technologies and optional enrichment sets for one or more website URLs.

Authentication

Connected account required

Tags

lookuptechnographics
Verify an email addressWAPPALYZER_VERIFY_EMAILVerifies an email address and returns deliverability risk information.

Verifies an email address and returns deliverability risk information.

Authentication

Connected account required

Tags

emailverification

Provider resources