v3
latestOpenAPI 3.1.02026-07-318648277.6 KBCompany Data
Company Technographics
Get detailed technology stack information for any company by providing their domain.
post/v1/companies/technographics
Request body
Example request
{
"company_domain": "leadmagic.io"
}Response
Successful response with technology stack information
Example response
{
"credits_consumed": 1,
"message": "Technology stack information retrieved successfully",
"data": [
{
"name": "Google Analytics",
"description": "Google Analytics is a web analytics service offered by Google that tracks and reports website traffic.",
"categories": [
"Analytics",
"Marketing"
],
"sub_technologies": [
{
"name": "Google Analytics 4",
"description": "The latest version of Google Analytics with enhanced privacy features",
"categories": [
"Analytics",
"Privacy-focused"
]
}
]
}
]
}