Skip to main content

Overview

The Industry Search API resolves a free-text industry or topic name into a ranked list of matching industry codes. Its primary purpose is to look up the code needed as the industry parameter in the News API when you only have a topic name to start with, not an Akta industry code. This is a free endpoint so it does not consume API credits. Endpoint
Pass a single query query parameter. The backend matches it against Akta’s industry taxonomy and returns the closest industries, ranked by similarity.

Authentication

All requests must include an API key in the x-api-key HTTP header.
Never expose your API key in client-side code, browser requests, or public repositories. A missing or invalid key returns 401 Unauthorized.

Request Reference

Example Request

Response

Response envelope

Industry object


Using the code in other APIs

Once you have the code, pass it as the industry field in downstream API calls:
If a query matches several closely related industries, consider passing more than one code to the News API’s industry parameter (comma separated) to widen coverage, rather than relying on the single top match.