You can find organizations matching a particular filter (analogous to what you can do on our homepage).
Successful calls to this endpoint consume API credits from your account. The cost of each retrieved organization depends on the number of filters you apply. The organization cost is 5 credits per filter, with a minimum of 5 credits (requests with no filters applied cost 5 credits per organization).
When filtering by technology categories, we apply each technology as a filter. A technology category with 3 technologies then costs 15 credits per organization found.
Find organizations
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
filtersany ofRequired
Filters to apply to the people search. Can be either a Filters object or a Query object.
or
order_by_columnany ofOptional
Column to order by
string · enumOptionalPossible values:
or
nullOptional
order_by_directionany ofOptional
Direction to order by
string · enumOptionalPossible values:
or
nullOptional
limitinteger · min: 1 · max: 200Optional
Maximum number of results to return
Default: 10
offsetinteger · max: 10000Optional
Number of results to skip
Default: 0
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
/v3/organizations/find
Enrich an organization with technology data. When providing technology categories, all the technologies in those categories will be used.
Successful calls to this endpoint consume API credits from your account. The number of credits used depends on the number of technologies found. Each technology found costs 5 credits.
Enrich an organization with technology data
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
organizationany ofRequired
Organization to enrich
or
or
filtersany ofRequired
Filters to apply to the people search. Can be either a Filters object or a Query object.