[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md) > [getExpandIndustryCost](./bitburner.corporation.getexpandindustrycost.md) ## Corporation.getExpandIndustryCost() method Gets the cost to expand into a new industry Signature: ```typescript getExpandIndustryCost(industryName: IndustryType | `${IndustryType}`): number; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | industryName | [IndustryType](./bitburner.industrytype.md) \| \`${[IndustryType](./bitburner.industrytype.md)}\` | Name of the industry | Returns: number cost