v10
latestOpenAPI 3.1.02026-08-0452108384.4 KBCompanies
Buying Intents
This endpoint lists the buying intent topics detected for a company. For each topic, it returns the confidence level (low, medium, high), the number of jobs that mention the topic, 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 buying intent topics returned. It doesn't consume credits if there is no response.
post/v1/companies/buying_intents
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
}
}