Open Connector
All tools

BuiltWith

Connect to BuiltWith to look up website technologies, technology lists, trends, keyword audiences, and company domains.

builtwithv1.0.09 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

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.

Runs a natural-language website list query such as Magento websites in Spain.

Authentication

Connected account required

Tags

builtwith
Resolve company to domainBUILTWITH_COMPANY_TO_URLGets domain names from company names supplied to BuiltWith.

Gets domain names from company names supplied to BuiltWith.

Authentication

Connected account required

Tags

builtwith
Get domain keywordsBUILTWITH_DOMAIN_KEYWORDSLists keywords associated with a website.

Lists keywords associated with a website.

Authentication

Connected account required

Tags

builtwith
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.

Authentication

Connected account required

Tags

builtwith
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.

Authentication

Connected account required

Tags

builtwith
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.

Authentication

Connected account required

Tags

builtwith
Search websites by keywordBUILTWITH_KEYWORD_SEARCHSearches for websites containing a specific keyword.

Searches for websites containing a specific keyword.

Authentication

Connected account required

Tags

builtwith
Get technology trendsBUILTWITH_TECHNOLOGY_TRENDSReturns technology trends data for a given technology.

Returns technology trends data for a given technology.

Authentication

Connected account required

Tags

builtwith
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.

Authentication

Connected account required

Tags

builtwith

Provider resources