April 29th, 2020

Detect the technologies a company uses

You can now retrieve the tech stack of any company using our API. From frontend frameworks to analytics tools, CRMs, marketing software, and more.

import createClient from '@thecompaniesapi/sdk'

const tca = createClient({ apiToken: 'YOUR_API_TOKEN' })

// Documentation: https://www.thecompaniesapi.com/api/search-companies
const response = await tca.searchCompanies([
  {
    attribute: 'technologies.active',
    operator: 'or',
    sign: 'equals',
    values: ['crisp', 'intercom']
  },
])

// Documentation: https://www.thecompaniesapi.com/api/enrich-company-from-domain const responseFromDomain = await tca.fetchCompany({
  domain: 'thecompaniesapi.com',
  refresh: true
})

Use cases:

  • Build lists of companies using specific tools

  • Track tech adoption across industries

  • Power competitive intelligence dashboards

  • Segment leads based on tools they already use

You can also download our full list of technologies
โ†’ Download all technologies