Open Connector
所有 Tools

Wappalyzer

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

wappalyzerv1.0.06 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 Account

Tags

creditsaccount
Find subdomainsWAPPALYZER_FIND_SUBDOMAINSFinds known subdomains for one or more domains.

Finds known subdomains for one or more domains.

认证

需要 Connected Account

Tags

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

Fetches a Wappalyzer lead list by ID.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

emailverification

Provider 资源