GET /company/growth

Company Growth

Get growth scores, heat scores, predictions, Semrush traffic, Bombora intent surge data, and historical growth trends for any company.

Crunchbase Data API

Retrieve growth metrics and predictive signals for a company. This endpoint provides Crunchbase growth scores, heat scores, ML-based predictions (acquisition, IPO, funding), Semrush web traffic, Bombora intent surge topics, mobile app data, investment thesis signals, and historical trend data across multiple time windows. Use it to assess company momentum, identify rising companies, or feed scoring models.

HTTP Request

1
GET /company/growth

Parameters

ParameterTypeRequiredDefaultDescription
idstringYesCompany slug (e.g., nvidia, openai, stripe) or UUID
freshbooleanNofalseSkip cache and fetch fresh data (billed as non-cached request)
max_age_secondsintegerNoReturn fresh fetch if cached record is older than this many seconds
fieldsstringNoComma-separated allow-list of top-level fields to include

Response

Example Response

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
  "status": true,
  "request_id": "a4307061-b827-28a1-9fbc-c3a3195f",
  "data": {
    "uuid": "ee17319e-f5ee-9c9a-6500-edf82b4fbf05",
    "slug": "nvidia",
    "name": "NVIDIA",
    "image": "https://images.crunchbase.com/image/upload/v1502744943/jhowtgkdwv2aa1eodg2b.png",
    "short_description": "NVIDIA is a computing platform company operating at the intersection of graphics, HPC, and AI.",
    "growth_score": 83,
    "growth_score_change_90d": 0,
    "heat_score": 87,
    "heat_score_change_90d": -4,
    "growth_prediction": null,
    "acquisition_prediction": {
      "generated_on": "2025-06-11",
      "probability_score": 0.005,
      "probability_tier": "p500_negative_high",
      "unicorn_status": null
    },
    "ipo_prediction": null,
    "funding_prediction": null,
    "semrush_visits_latest_month": 64317676,
    "semrush_visits_mom_change_pct": 0.421135110818075,
    "apptopia_total_downloads": null,
    "mobile_apps": [
      {
        "uuid": "0a3a547f-1b2b-4188-a64a-f61427209741",
        "name": "Skyrim Live Wallpaper",
        "image": "https://images.crunchbase.com/image/upload/apptopia/app/9f23fe05-df93-44cf-a947-2703841dab45",
        "stores": ["google_play"],
        "monthly_downloads": null
      }
      // ... more items
    ],
    "bombora_surge": [
      {
        "topic": "Content Delivery Network (CDN)",
        "topic_uuid": "95e613d4-7263-4b4c-aed9-b684ac972323",
        "category": "networking",
        "surge_score": 100,
        "weeks_surging": 4
      }
      // ... more items
    ],
    "growth_insights": [
      {
        "generated_on": "2026-04-19",
        "funding_raised": null,
        "finance": null,
        "customers": null,
        "headcount": null,
        "press_references": [
          {
            "title": "Prediction: Nvidia Stock Is a Buy Before May 20",
            "url": "https://www.fool.com/investing/2026/04/11/...",
            "posted_on": "2026-04-11",
            "publisher": "The Motley Fool",
            "author": null,
            "thumbnail_url": null
          }
          // ... more items
        ]
      }
    ],
    "investment_thesis": [
      {
        "name": "Investor Insight 2024-09-09",
        "categories": [
          {
            "name": "Artificial Intelligence (AI)",
            "slug": "artificial-intelligence",
            "uuid": "c4d8caf3-5fe7-359b-f9f2-2d708378e4ee",
            "image_id": "930c72a5a7b544999596ac1c0dc8b549",
            "image": "https://images.crunchbase.com/image/upload/930c72a5a7b544999596ac1c0dc8b549"
          }
          // ... more items
        ],
        "locations": [
          {
            "name": "Palo Alto",
            "slug": "palo-alto-california",
            "uuid": "0d81d68c-9c59-f14f-0116-3ad9ce7145ca",
            "location_type": null
          }
          // ... more items
        ]
      }
    ],
    "growth_trend_365d": {
      "last_quarter": { "values": [-15, -14], "interval": 1 },
      "last_6_months": { "values": [-15, -14], "interval": 2 },
      "last_year": { "values": [-15, -14], "interval": 4 },
      "last_2_years": { "values": [-15, -13], "interval": 7 },
      "last_5_years": { "values": [-15, -12], "interval": 18 },
      "last_10_years": { "values": [-15, -12], "interval": 36 }
    },
    "heat_trend_365d": {
      "last_quarter": { "values": [1, 1], "interval": 1 },
      "last_6_months": { "values": [1, 0], "interval": 2 },
      "last_year": { "values": [1, 1], "interval": 4 },
      "last_2_years": { "values": [1, 1], "interval": 7 },
      "last_5_years": { "values": [1, 3], "interval": 18 },
      "last_10_years": { "values": [1, 8], "interval": 36 }
    },
    "growth_score_history": {
      "last_quarter": { "values": [83, 83], "interval": 1 },
      "last_6_months": { "values": [83, 84], "interval": 2 },
      "last_year": { "values": [83, 85], "interval": 4 },
      "last_2_years": { "values": [83, 85], "interval": 7 },
      "last_5_years": { "values": [83, 86], "interval": 18 },
      "last_10_years": { "values": [83, 86], "interval": 36 }
    },
    "heat_score_history": {
      "last_quarter": { "values": [87, 88], "interval": 1 },
      "last_6_months": { "values": [87, 87], "interval": 2 },
      "last_year": { "values": [87, 88], "interval": 4 },
      "last_2_years": { "values": [87, 89], "interval": 7 },
      "last_5_years": { "values": [87, 92], "interval": 18 },
      "last_10_years": { "values": [87, 94], "interval": 36 }
    }
  },
  "_meta": {
    "is_cached": false,
    "cached_at": 1778019988.1486502,
    "cached_at_iso": "2026-05-05T22:26:28Z"
  },
  "request_params": {
    "id": "nvidia",
    "fresh": "false"
  }
}

Response Fields

FieldTypeDescription
statusbooleanWhether the request succeeded
request_idstringUnique identifier for this request
data.uuidstringCrunchbase UUID
data.slugstringCrunchbase URL slug
data.namestringCompany display name
data.imagestringCompany logo URL
data.short_descriptionstringOne-line company summary
data.growth_scoreintegerCrunchbase growth score (0-100)
data.growth_score_change_90dintegerGrowth score change over 90 days
data.heat_scoreintegerCrunchbase heat/activity score (0-100)
data.heat_score_change_90dintegerHeat score change over 90 days
data.growth_predictionobject/nullGrowth prediction model output
data.growth_prediction.generated_onstringPrediction generation date
data.growth_prediction.probability_scorenumberProbability score (0-1)
data.growth_prediction.probability_tierstringTier classification
data.growth_prediction.unicorn_statusstring/nullUnicorn evidence status
data.acquisition_predictionobject/nullAcquisition probability prediction
data.acquisition_prediction.generated_onstringPrediction date
data.acquisition_prediction.probability_scorenumberProbability score (0-1)
data.acquisition_prediction.probability_tierstringTier classification
data.acquisition_prediction.unicorn_statusstring/nullUnicorn status
data.ipo_predictionobject/nullIPO probability prediction
data.funding_predictionobject/nullFunding probability prediction
data.semrush_visits_latest_monthintegerMonthly website visits from Semrush
data.semrush_visits_mom_change_pctnumberMonth-over-month visit change (decimal, e.g., 0.42 = 42% increase)
data.apptopia_total_downloadsinteger/nullTotal mobile app downloads
data.mobile_appsarrayMobile app objects
data.mobile_apps[].uuidstringApp UUID
data.mobile_apps[].namestringApp name
data.mobile_apps[].imagestringApp icon URL
data.mobile_apps[].storesarrayApp store names (e.g., google_play, itunes)
data.mobile_apps[].monthly_downloadsinteger/nullMonthly download count
data.bombora_surgearrayBombora intent surge topics
data.bombora_surge[].topicstringTopic name
data.bombora_surge[].topic_uuidstringTopic UUID
data.bombora_surge[].categorystringTopic category
data.bombora_surge[].surge_scoreintegerSurge intensity score (0-100)
data.bombora_surge[].weeks_surgingintegerNumber of weeks surging
data.growth_insightsarrayGrowth insight objects
data.growth_insights[].generated_onstringInsight generation date
data.growth_insights[].funding_raisedstring/nullFunding raised insight
data.growth_insights[].financestring/nullFinancial insight
data.growth_insights[].customersstring/nullCustomer growth insight
data.growth_insights[].headcountstring/nullHeadcount change insight
data.growth_insights[].press_referencesarraySupporting press articles
data.growth_insights[].press_references[].titlestringArticle title
data.growth_insights[].press_references[].urlstringArticle URL
data.growth_insights[].press_references[].posted_onstringPublication date
data.growth_insights[].press_references[].publisherstringPublisher name
data.growth_insights[].press_references[].authorstring/nullArticle author
data.growth_insights[].press_references[].thumbnail_urlstring/nullThumbnail URL
data.investment_thesisarrayInvestor insight/thesis objects
data.investment_thesis[].namestringThesis name
data.investment_thesis[].categoriesarrayRelated categories
data.investment_thesis[].categories[].namestringCategory name
data.investment_thesis[].categories[].slugstringCategory slug
data.investment_thesis[].categories[].uuidstringCategory UUID
data.investment_thesis[].categories[].image_idstringImage identifier
data.investment_thesis[].categories[].imagestringCategory image URL
data.investment_thesis[].locationsarrayRelated locations
data.investment_thesis[].locations[].namestringLocation name
data.investment_thesis[].locations[].slugstringLocation slug
data.investment_thesis[].locations[].uuidstringLocation UUID
data.investment_thesis[].locations[].location_typestring/nullLocation type
data.growth_trend_365dobjectGrowth trend data over multiple time windows
data.growth_trend_365d.last_quarterobjectLast quarter trend
data.growth_trend_365d.last_quarter.valuesarrayArray of trend values
data.growth_trend_365d.last_quarter.intervalintegerInterval in weeks
data.growth_trend_365d.last_6_monthsobjectLast 6 months trend
data.growth_trend_365d.last_yearobjectLast year trend
data.growth_trend_365d.last_2_yearsobjectLast 2 years trend
data.growth_trend_365d.last_5_yearsobjectLast 5 years trend
data.growth_trend_365d.last_10_yearsobjectLast 10 years trend
data.heat_trend_365dobjectHeat trend data (same structure as growth_trend_365d)
data.growth_score_historyobjectHistorical growth scores (same structure as growth_trend_365d)
data.heat_score_historyobjectHistorical heat scores (same structure as growth_trend_365d)
_meta.is_cachedbooleanWhether response came from cache
_meta.cached_atnumberUnix timestamp of cache time
_meta.cached_at_isostringISO timestamp of cache time
request_paramsobjectEcho of request parameters

Code Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
import requests

url = "https://crunchbase-extractor-full-api3.p.rapidapi.com/company/growth"

params = {
    "id": "nvidia",
    "fresh": False
}

headers = {
    "X-RapidAPI-Key": "YOUR_API_KEY",
    "X-RapidAPI-Host": "crunchbase-extractor-full-api3.p.rapidapi.com"
}

response = requests.get(url, headers=headers, params=params)
data = response.json()["data"]

print(f"{data['name']} Growth Metrics")
print(f"Growth Score: {data['growth_score']} (change 90d: {data['growth_score_change_90d']})")
print(f"Heat Score: {data['heat_score']} (change 90d: {data['heat_score_change_90d']})")
print(f"Monthly visits: {data['semrush_visits_latest_month']:,}")
print(f"MoM change: {data['semrush_visits_mom_change_pct']:.1%}")

for surge in data.get("bombora_surge", []):
    print(f"Surge: {surge['topic']} (score: {surge['surge_score']}, weeks: {surge['weeks_surging']})")
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
const url = "https://crunchbase-extractor-full-api3.p.rapidapi.com/company/growth";

const params = new URLSearchParams({
  id: "nvidia",
  fresh: "false"
});

const response = await fetch(`${url}?${params}`, {
  headers: {
    "X-RapidAPI-Key": "YOUR_API_KEY",
    "X-RapidAPI-Host": "crunchbase-extractor-full-api3.p.rapidapi.com"
  }
});

const { data } = await response.json();

console.log(`${data.name} Growth Metrics`);
console.log(`Growth Score: ${data.growth_score} (change 90d: ${data.growth_score_change_90d})`);
console.log(`Heat Score: ${data.heat_score} (change 90d: ${data.heat_score_change_90d})`);
console.log(`Monthly visits: ${data.semrush_visits_latest_month.toLocaleString()}`);
console.log(`MoM change: ${(data.semrush_visits_mom_change_pct * 100).toFixed(1)}%`);

data.bombora_surge?.forEach(surge => {
  console.log(`Surge: ${surge.topic} (score: ${surge.surge_score}, weeks: ${surge.weeks_surging})`);
});
1
2
3
4
5
curl -G "https://crunchbase-extractor-full-api3.p.rapidapi.com/company/growth" \
  --data-urlencode "id=nvidia" \
  --data-urlencode "fresh=false" \
  -H "X-RapidAPI-Key: YOUR_API_KEY" \
  -H "X-RapidAPI-Host: crunchbase-extractor-full-api3.p.rapidapi.com"
Start building today

Get your API key and make your first request in under a minute.

Get Your API Key on RapidAPI