BuiltWith
Connect to BuiltWith to look up website technologies, technology lists, trends, keyword audiences, and company domains.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| 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: "BUILTWITH_ASK_WEBSITE_LIST_QUERY", 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("BUILTWITH_ASK_WEBSITE_LIST_QUERY", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute BUILTWITH_ASK_WEBSITE_LIST_QUERY --data '{ }'Tool 目录
可用 Tools
9 个可调用操作
Ask for a website listBUILTWITH_ASK_WEBSITE_LIST_QUERYRuns a natural-language website list query such as Magento websites in Spain.需要连接
Runs a natural-language website list query such as Magento websites in Spain.
认证
需要 Connected AccountTags
Resolve company to domainBUILTWITH_COMPANY_TO_URLGets domain names from company names supplied to BuiltWith.需要连接
Gets domain names from company names supplied to BuiltWith.
认证
需要 Connected AccountTags
Get domain keywordsBUILTWITH_DOMAIN_KEYWORDSLists keywords associated with a website.需要连接
Lists keywords associated with a website.
认证
需要 Connected AccountTags
Get domain technology changesBUILTWITH_DOMAIN_TECHNOLOGY_CHANGESReturns technology additions and removals for a domain, including categories, importance, and business context.需要连接
Returns technology additions and removals for a domain, including categories, importance, and business context.
认证
需要 Connected AccountTags
Get domain technologiesBUILTWITH_DOMAIN_TECHNOLOGY_LOOKUPProvides current and historical technology information for a website and metadata where available.需要连接
Provides current and historical technology information for a website and metadata where available.
认证
需要 Connected AccountTags
Get free domain summaryBUILTWITH_FREE_DOMAIN_SUMMARYProvides last updated timestamps and counts for technology groups and categories for a website.需要连接
Provides last updated timestamps and counts for technology groups and categories for a website.
认证
需要 Connected AccountTags
Search websites by keywordBUILTWITH_KEYWORD_SEARCHSearches for websites containing a specific keyword.需要连接
Searches for websites containing a specific keyword.
认证
需要 Connected AccountTags
Get technology trendsBUILTWITH_TECHNOLOGY_TRENDSReturns technology trends data for a given technology.需要连接
Returns technology trends data for a given technology.
认证
需要 Connected AccountTags
List websites using a technologyBUILTWITH_TECHNOLOGY_WEBSITE_LISTReturns lists of websites using a particular web technology across the internet.需要连接
Returns lists of websites using a particular web technology across the internet.
认证
需要 Connected AccountTags