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 (Team)
negate_tech_stackVendor domains to exclude (Team)
ParameterDescription
countryISO-3166-1 alpha-2 country codes (e.g., US, GB, DE)
negate_countryCountries to exclude
stateUS state codes (single country only)
negate_stateStates to exclude
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
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
}