---
title: "Get Industries"
method: GET
path: "/v0/catalog/industries"
tags: ["Catalog"]
---

# Get Industries

`GET /v0/catalog/industries`

This endpoint lets you list all the industries and their codes, see how many jobs and companies we have per industry and search for an industry.

Calls to this endpoint don't cost you credits.

Our industries catalogue comes from [LinkedIn Industry Codes V2](https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/industry-codes-v2)

## Query parameters

- `industry` string, nullable — Name of an industry, case-insensitive. Will return industries that contain the given string either in their name, hierarchy or description
- `page` integer — Page number.
- `limit` integer — Number of results per page

## Response `200`

Successful Response

- IndustryStatsResponseV0
  - `data` IndustryStats[], required
    - `industry_id` integer, nullable — ID of the industry
    - `industry` string, nullable — Name of the industry
    - `hierarchy` string, nullable — Hierarchy of the industry, according to LinkedIn's taxonomy
    - `description` string, nullable — Description of the industry
    - `parent_id` integer, nullable — ID of the parent industry
    - `companies` integer, nullable — Number of companies in the industry
    - `jobs` integer, nullable — Number of jobs in the industry
  - `metadata` BaseMetadata, required
    - `total_results` integer, nullable — Total number of results

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/theirstack/apis/theirstack-api-reference.md) · [All operations](https://skmtc.net/theirstack/apis/theirstack-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theirstack/theirstack-api-reference/revisions/2723cd54b43e/schema)
