Skip to content

Growth API [Starter]

Quarterly growth metrics derived from a company’s digital footprint, tracking Score and subdomain changes over time. Use with BizData for full firmographic context.

GET https://api.discolike.com/v1/growth
ParameterDescription
domainDomain to analyze
FieldTypeDescription
domainStringNormalized domain
score_YYYYQXIntegerDigital footprint score for each quarter
score_growth_3mFloatScore growth rate (last 3 months)
subdomains_YYYYQXIntegerSubdomain count for each quarter
subdomain_growth_3mFloatSubdomain growth rate (last 3 months)
Terminal window
curl "https://api.discolike.com/v1/growth?domain=acmecorp.com" \
-H "x-discolike-key: API_KEY"
{
"domain": "acmecorp.com",
"score_2024Q1": 58,
"score_2024Q2": 66,
"score_2024Q3": 87,
"score_growth_3m": 11.2,
"subdomains_2024Q1": 5,
"subdomains_2024Q2": 4,
"subdomains_2024Q3": 3,
"subdomain_growth_3m": -1.9
}