Count database company leads
Company-Leads
Count database company leads
Count cached company-lead matches. Database count endpoints are free.
POST
Count database company leads
Use Case:
Count cached company-lead matches before retrieving them.Pricing
This endpoint is free — it does not incur any charges.Authorizations
Use the required Token prefix. Example: Authorization: Token xxxxxxxxx
Body
application/json
Example:
{
"industries": ["Software"],
"headcounts": ["51-200"],
"locations": ["United States"],
"limit_by": 50
}Example:
{
"job_titles": ["CEO", "Founder"],
"seniorities": ["CXO"],
"locations": ["San Francisco, CA"],
"company_industries": ["Software"],
"company_headcounts": ["51-200"],
"limit_by": 50
}