Query to return a set of companies using specified technologies.

This query is used to search companies that are using the tools and/or not using the tools specified.

In the example query, we list the companies that are using MongoDB.

toolMatch Options

QueryDescription
anyThe option matches any company that satisfies notUsingToolIds and/or usingToolIds. For example, the companies they are using Slack and/or Microsoft Team.
match_allThe option matches the companies that satisfies notUsingToolIds and usingToolIds. For example, the companies they are using Heroku and Ruby on Rails

Response Fields

NameTypeDescriptionNull?
companyIdStringThe id of the company.No
companyNameStringThe name of the company.Yes
domainStringThe domain of companyNo
companyToolsHashThe id of the node of itself, the tool fields, sources and sourceSummaryYes
Language
Authorization
Query