DOMAIN_TECH_STACK_BUILTWITH

Get the tech stack for a given domain, including what CRM, CMS, and helpdesk or CMS are used. Useful for lead and account scoring.

icon of BuiltWithBuiltWith
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
DOMAIN_TECH_STACK_BUILTWITH(domain
[live_only]
)
domain

The website domain of the company. For example: "stripe.com".

[optional] live_only

A boolean value indicating whether to only show technologies that are currently being used on the site. Choose either:

  • TRUE to show only current technologies
  • FALSE to show both live and past technologies

Examples

DOMAIN_TECH_STACK_BUILTWITH("stripe.com", "true") returns the tech stack currently live on "stripe.com".