IntroductionQuickstartAuthenticationPaginationRate Limit

Search endpoints

Job Search POSTCompany Search POSTTechnographics POST

Account endpoints

Get Credit Balance GETGet Credits Consumption GET

Other

Get Companies Per Company Country Code GETGet Industries GETGet Jobs And Companies Per Job Country Code GETGet Geographic Locations GETList Technologies GETGet Industries GETList Technology Categories GETList Technology Subcategories GET
TheirStack TheirStack Logo
DocumentationAPI ReferenceWebhooksDatasets
Catalog

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.

GET
/v1/catalog/technologies/categories

Query Parameters

  • category_slug
    stringnullable

    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.