post https://api.stackshare.io/graphql
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
| Query | Description |
|---|---|
| any | The option matches any company that satisfies notUsingToolIds and/or usingToolIds. For example, the companies they are using Slack and/or Microsoft Team. |
| match_all | The option matches the companies that satisfies notUsingToolIds and usingToolIds. For example, the companies they are using Heroku and Ruby on Rails |
Response Fields
| Name | Type | Description | Null? |
|---|---|---|---|
| companyId | String | The id of the company. | No |
| companyName | String | The name of the company. | Yes |
| domain | String | The domain of company | No |
| companyTools | Hash | The id of the node of itself, the tool fields, sources and sourceSummary | Yes |
