Wappalyzer
Use Wappalyzer to look up website technologies, subdomains, lead lists, and email verification.
wappalyzerv1.0.06 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 目录
可用 Tools
6 个可调用操作
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.
认证
需要 Connected AccountTags
creditsaccount
Find subdomainsWAPPALYZER_FIND_SUBDOMAINSFinds known subdomains for one or more domains.需要连接
Finds known subdomains for one or more domains.
认证
需要 Connected AccountTags
subdomainsresearch
Get a lead listWAPPALYZER_GET_LEAD_LISTFetches a Wappalyzer lead list by ID.需要连接
Fetches a Wappalyzer lead list by ID.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
lookuptechnographics
Verify an email addressWAPPALYZER_VERIFY_EMAILVerifies an email address and returns deliverability risk information.需要连接
Verifies an email address and returns deliverability risk information.
认证
需要 Connected AccountTags
emailverification