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 or List Generation API when you only have a topic name to start with, not an akta.pro industry code. This is a free endpoint so it does not consume API credits. Endpoint
Pass a query parameter to search, and an optional level parameter to restrict results to specific tiers of akta.pro industry taxonomy. The backend matches query against the 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

Searching across multiple taxonomy levels By default, results are restricted to l4 (the most granular level). Pass level with multiple values, or all, to also surface broader, higher-level industry groupings in the same call:

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.
If the default l4 results feel too narrow or too specific for your use case, pass level=all (or a specific combination like level=l3,l4) to also pull in broader taxonomy groupings before deciding which code(s) to use downstream.