Research Company Tech Stack
Discover the technologies, frameworks, and tools a company uses in their products, marketing, sales, and infrastructure.
This tool is part of our beta Tools API. Contact sales to request increased limits (available to select partners).
POST/v1/tools/research-company-tech-stack
Endpoint
This endpoint analyzes a company's technology stack across frontend, backend, infrastructure, and tools.
Required parameters
- Name
company_name
- Type
- string
- Description
Name of the company to analyze.
- Name
company_url
- Type
- string
- Description
The company's website URL.
Optional parameters
- Name
question
- Type
- string
- Description
A specific question about the company's tech stack you'd like answered, or if you're looking for specific technologies.
- Name
output_schema
- Type
- object
- Description
Define the structure of the output you want to receive.
Request
POST
/v1/tools/research-company-tech-stackcurl -X POST https://api.utopianlabs.ai/v1/tools/research-company-tech-stack \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"company_name": "Airbnb",
"company_url": "https://airbnb.com",
"question": "What marketing and productivity tools do they use?"
}'
Response
{
"output": "Airbnb uses HubSpot for marketing automation and CRM, along with Marketo for email campaigns. Their productivity suite is built on Google Workspace, including Gmail, Drive, and Meet for collaboration. For analytics, they use Google Analytics 4 and Mixpanel to track user behavior. Their social media is managed through Hootsuite, and they use Salesforce Marketing Cloud for customer journey orchestration. Internal communication relies on Slack and Notion for documentation. They also utilize Zendesk for customer support and Workday for HR management."
}
Structured Output Example
Get a comprehensive breakdown of the tech stack organized by category.
Request with schema
curl -X POST https://api.utopianlabs.ai/v1/tools/research-company-tech-stack \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"company_name": "Spotify",
"company_url": "https://spotify.com",
"output_schema": {
"tech_stack": {
"marketing": {
"automation": ["string"],
"analytics": ["string"],
"social_media": ["string"]
},
"productivity": {
"collaboration": ["string"],
"communication": ["string"],
"documentation": ["string"]
},
"sales": {
"crm": ["string"],
"support": ["string"]
},
"development": {
"frontend": ["string"],
"mobile": ["string"],
"infrastructure": ["string"]
},
"notable_tools": ["string"]
}
}
}'
Structured response
{
"output": {
"tech_stack": {
"marketing": {
"automation": ["HubSpot", "Marketo", "Salesforce Marketing Cloud"],
"analytics": ["Google Analytics 4", "Mixpanel", "Amplitude"],
"social_media": ["Hootsuite", "Sprout Social"]
},
"productivity": {
"collaboration": ["Google Workspace", "Microsoft 365"],
"communication": ["Slack", "Microsoft Teams"],
"documentation": ["Notion", "Confluence"]
},
"sales": {
"crm": ["Salesforce", "HubSpot CRM"],
"support": ["Zendesk", "Intercom"]
},
"development": {
"frontend": ["React", "TypeScript"],
"mobile": ["React Native"],
"infrastructure": ["Kubernetes", "AWS"]
},
"notable_tools": ["Workday", "Greenhouse", "Okta"]
}
}
}
Limitations
- Cannot detect all internal tools
- Accuracy depends on public information
- May miss recent technology changes
- Cannot access proprietary systems