cURL
curl --request GET \ --url https://api.sectors.app/v2/subindustries/ \ --header 'Authorization: <api-key>'
[ { "industry": "metals-minerals", "sub_industry": "diversified-metals-minerals" }, { "industry": "software", "sub_industry": "enterprise-software" } ]
Returns all available industry/sub-industry pairs as kebab-case slugs. Use these values as inputs to the sub_industry parameter.
sub_industry
Used by: Companies Screener, Free Float Market Analysis
API key passed directly in the Authorization header (without Bearer prefix).
Array of industry/sub-industry pairs.