Wappalyzer
Use Wappalyzer to look up website technologies, subdomains, lead lists, and email verification.
wappalyzerv1.0.06 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
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.Connection
Returns the current API credit balance for the authenticated Wappalyzer account.
Authentication
Connected account requiredTags
creditsaccount
Find subdomainsWAPPALYZER_FIND_SUBDOMAINSFinds known subdomains for one or more domains.Connection
Finds known subdomains for one or more domains.
Authentication
Connected account requiredTags
subdomainsresearch
Get a lead listWAPPALYZER_GET_LEAD_LISTFetches a Wappalyzer lead list by ID.Connection
Fetches a Wappalyzer lead list by ID.
Authentication
Connected account requiredTags
lead-lists
List lead listsWAPPALYZER_LIST_LEAD_LISTSLists Wappalyzer lead lists available to the authenticated account.Connection
Lists Wappalyzer lead lists available to the authenticated account.
Authentication
Connected account requiredTags
lead-lists
Run Wappalyzer technology lookupWAPPALYZER_TECHNOLOGY_LOOKUPLooks up technologies and optional enrichment sets for one or more website URLs.Connection
Looks up technologies and optional enrichment sets for one or more website URLs.
Authentication
Connected account requiredTags
lookuptechnographics
Verify an email addressWAPPALYZER_VERIFY_EMAILVerifies an email address and returns deliverability risk information.Connection
Verifies an email address and returns deliverability risk information.
Authentication
Connected account requiredTags
emailverification