post https://api.stackshare.io/graphql
Query to return a company's tech stack based on their domain.
This query is used to get the tech stack of a company based on the company's domain or id (one of them must be specified).
Response fields
Name | Type | Description | Null? |
---|---|---|---|
domain | String | The domain of the company. | Yes |
companyId | String | This id of the company. | Yes |
companyName | String | The name of the company. | Yes |
id | String | The id of the company. | Yes |
companyTools | Array of tools | The array of the tools with how we detected the usage of tools and the source summary. | Yes |