BuiltWith
Connect to BuiltWith to look up website technologies, technology lists, trends, keyword audiences, and company domains.
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: "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 catalog
Available tools
9 callable operations
Ask for a website listBUILTWITH_ASK_WEBSITE_LIST_QUERYRuns a natural-language website list query such as Magento websites in Spain.Connection
Runs a natural-language website list query such as Magento websites in Spain.
Authentication
Connected account requiredTags
Resolve company to domainBUILTWITH_COMPANY_TO_URLGets domain names from company names supplied to BuiltWith.Connection
Gets domain names from company names supplied to BuiltWith.
Authentication
Connected account requiredTags
Get domain keywordsBUILTWITH_DOMAIN_KEYWORDSLists keywords associated with a website.Connection
Lists keywords associated with a website.
Authentication
Connected account requiredTags
Get domain technology changesBUILTWITH_DOMAIN_TECHNOLOGY_CHANGESReturns technology additions and removals for a domain, including categories, importance, and business context.Connection
Returns technology additions and removals for a domain, including categories, importance, and business context.
Authentication
Connected account requiredTags
Get domain technologiesBUILTWITH_DOMAIN_TECHNOLOGY_LOOKUPProvides current and historical technology information for a website and metadata where available.Connection
Provides current and historical technology information for a website and metadata where available.
Authentication
Connected account requiredTags
Get free domain summaryBUILTWITH_FREE_DOMAIN_SUMMARYProvides last updated timestamps and counts for technology groups and categories for a website.Connection
Provides last updated timestamps and counts for technology groups and categories for a website.
Authentication
Connected account requiredTags
Search websites by keywordBUILTWITH_KEYWORD_SEARCHSearches for websites containing a specific keyword.Connection
Searches for websites containing a specific keyword.
Authentication
Connected account requiredTags
Get technology trendsBUILTWITH_TECHNOLOGY_TRENDSReturns technology trends data for a given technology.Connection
Returns technology trends data for a given technology.
Authentication
Connected account requiredTags
List websites using a technologyBUILTWITH_TECHNOLOGY_WEBSITE_LISTReturns lists of websites using a particular web technology across the internet.Connection
Returns lists of websites using a particular web technology across the internet.
Authentication
Connected account requiredTags