Skip to content

Count API [Starter]

Get a count of companies matching your search criteria before running a full Discover query. Use this to preview result volume and refine filters before committing to a full search.

GET https://api.discolike.com/v1/count
ParameterDescription
phrase_matchExact text to search (up to 20 phrases)
negate_phrase_matchExact text to exclude
tech_stackVendor domains to include
negate_tech_stackVendor domains to exclude
ParameterDescription
countryISO-3166-1 alpha-2 country codes (e.g., US, GB, DE). Also accepts region codes that auto-expand to member countries: ANZ, APAC, ASEAN, BENELUX, CEE, DACH, EMEA, EU, GCC, LATAM, MENA, NORDICS.
negate_countryCountries to exclude
stateState/province filter — accepts ISO 3166-2 codes (e.g. CA, BY) or full names (e.g. California, Bayern). Scoped to a single country per request: if multiple country values are passed, state is rejected. Supported for 120+ countries — see States.
negate_stateStates to exclude (same format as state)
ParameterDescription
min_digital_footprintMinimum score (0-800, default: 50)
max_digital_footprintMaximum score (0-800, default: 800)
start_dateCompany start date (YYYY-MM-DD or range)
categoryIndustry filter (see BizData)
negate_categoryIndustries to exclude
employee_rangeEmployee count range as min,max (e.g., 1,5000). Buckets: 1-10, 11-50, 51-200, 201-500, 501-1000, 1001-5000, 5001-10000, 10001+
revenue_rangeCompany revenue range as min,max in raw integers (e.g., 1000000,10000000). Use + on max for unbounded. Buckets: <1M, 1-10M, 10-100M, 100M-1B, >1B. N/A swept in when range covers <1M
business_modelBusiness-model labels: B2B, B2C, B2G, G2B, G2C, D2C, C2C, C2B (OR semantics)
negate_business_modelBusiness-model labels to exclude
ParameterDescription
socialRequired social presence: facebook, linkedin, twitter, instagram, etc.
negate_socialSocial profiles to exclude
languageISO-639-2 language codes
negate_languageLanguages to exclude
redirectInclude redirecting domains (0 or 1, default: 0)
FieldTypeDescription
countIntegerNumber of matching profiles
Terminal window
curl "https://api.discolike.com/v1/count?phrase_match=enterprise+software&country=US" \
-H "x-discolike-key: API_KEY"
{
"count": 1542
}