get_startup_scaleup_counts
Get exact startup and scaleup counts for a value-chain segment using Harmonic industry tags, a funding split threshold, and regional scope.
Instructions
Count Startups and Scaleups for one value-chain segment via Harmonic, split on funding raised (TAM sheet columns D and E).
Startup = raised <= split_at; Scaleup = raised > split_at and < 5,000 staff.
Args: industry_tags: Harmonic industry tags for the segment, e.g. ["Aerospace Technology"], ["Defense Technology & Services"], ["Advanced Manufacturing & Robotics"], ["Hardware & Semiconductors"]. technology_tags: optional Harmonic technology tags, e.g. ["Hardware", "Robotics", "Sensors", "Manufacturing"]. region: Harmonic region, default "EUROPE". split_at: Startup/Scaleup funding boundary. Default 30,000,000. NOTE: Harmonic funding is ~USD; EUR 30M ~= USD 32-33M — set accordingly. exclude_business_tags: e.g. ["Consumer (B2C)"] to drop B2C.
Requires HARMONIC_API_KEY (env on Render, .env.harmonic on desktop). Returns exact counts; Harmonic's tags are coarser than the sheet's segments, so use clean-tag segments precisely and allocate the rest from market totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | EUROPE | |
| split_at | No | ||
| industry_tags | No | ||
| technology_tags | No | ||
| exclude_business_tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||