v1
latestOpenAPI 3.1.02026-07-241640107.8 KBCompany Data API
Company Search API
Search Companies by Criteria
post/searchCompany
Request body
Example request
{
"query": {
"growth": [
"5-30::Engineering,six_months"
],
"job_posting_signal": [
"Accounting Roles::one_month"
],
"news_signal": [
"Funding::one_month"
]
}
}Response
Success. Companies search request accepted
Example response
[
{
"id": 123456
}
]