v9
OpenAPI 3.1.02026-08-0352108381.8 KBCompanies
Technographics
This endpoint lists the technologies used by a company. For each technology, it returns the confidence level (low, medium, high), the number of jobs that mention the technology, and the first and last dates it was mentioned.
You must specify company_domain, company_name, company_linkedin_url.
It consumes 3 API credits per company lookup, regardless of the number of technologies returned. It doesn't consume credits if there is no response.
post/v1/companies/technologies
Request body
Example request
{
"company_name_or": []
}Response
Successful Response
Example response
{
"data": [
{
"technology": {
"name": "PostgreSQL",
"category": "Relational Database",
"slug": "kafka",
"category_slug": "message-queue",
"parent_category": "Data Stores",
"parent_category_slug": "data-stores"
},
"jobs": 54
}
],
"metadata": {
"total_results": 2034,
"total_companies": 1045
}
}