List Technology Categories
Returns a list of main technology categories with the number of technologies and companies in each category. Optionally filters to return a specific category if category_slug is provided.
Query Parameters
Optional category slug to filter and return only a specific category
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.theirstack.com/v1/catalog/technologies/categories?category_slug=finance-and-accounting"{
"data": [
{
"name": "string",
"slug": "string",
"description": "string",
"number_of_technologies": 0,
"number_of_companies": 0
}
],
"metadata": {
"total_results": 2034
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}How is this guide?
Last updated on
Get Industries GET
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
List Technology Subcategories GET
Returns a list of technology subcategories with their technologies. Behavior: returns all subcategories if no parameters are provided; returns all subcategories for a specific parent category if only category_slug is provided; returns a specific subcategory if both category_slug and subcategory_slug are provided.
