APIs & Integrations

itechspec
Member

Get a count of all Companies

SOLVE

Hi,

 

How can I get a total count of companies into the system using the api?

 

Cheers,

Chris

1 Accepted solution
himanshurauthan
Solution
Thought Leader | Elite Partner
Thought Leader | Elite Partner

Get a count of all Companies

SOLVE
Hello @itechspec

For getting total count of companies, the easiest way would be if create a active list on HubSpot based on a company filter such that all companies are included. On next step, you can make use of GET Contact List api and in response size parameter would help you know the count of companies.

Thanks
Digital Marketing & Inbound Expert In Growth Hacking Technology

View solution in original post

4 Replies 4
thomasgoirand
Contributor

Get a count of all Companies

SOLVE

A better option from @himanshurauthan here since API V3 has the search object option,

 

himanshurauthan
Solution
Thought Leader | Elite Partner
Thought Leader | Elite Partner

Get a count of all Companies

SOLVE
Hello @itechspec

For getting total count of companies, the easiest way would be if create a active list on HubSpot based on a company filter such that all companies are included. On next step, you can make use of GET Contact List api and in response size parameter would help you know the count of companies.

Thanks
Digital Marketing & Inbound Expert In Growth Hacking Technology
jarbot001
Contributor

Get a count of all Companies

SOLVE

If we're connecting to multipl instances that we don't have direct access to we cannot create custom lists. To show sync statitistics in our app and show progress meters for importing companies we need to know the total count of companies for a given instance. Is there an API for this?

itechspec
Member

Get a count of all Companies

SOLVE

Thanks Himanshu.

 

Chris