Get Industries
This endpoint lets you: - List all the industries and their codes - See how many jobs and companies we have per industry - Search for an industry
Calls to this endpoint don't cost you credits.
Our industries catalogue comes from LinkedIn Industry Codes V2
Query Parameters
Name of an industry, case-insensitive. Will return industries that contain the given string either in their name, hierarchy or description
Page number.
Number of results per page
Response Body
application/json
application/json
curl -X GET "https://api.theirstack.com/v0/catalog/industries"{
"data": [
{
"industry_id": 0,
"industry": "string",
"hierarchy": "string",
"description": "string",
"parent_id": 0,
"companies": 0,
"jobs": 0
}
],
"metadata": {
"total_results": 2034
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}How is this guide?
Last updated on
List Technologies GET
This endpoint lets you: - List all the technologies we track - Search for any given technology. Pass a `name_pattern` parameter (case-insensitive, can be a regex pattern) - List the technologies within one or several categories. Pass a `category_pattern` parameter (case-insensitive, can be a regex pattern)
Delete Company List DELETE
Next Page
