Skip to main content

List Company Filter Categories

Endpoint

The response includes an array of company filter category object models.

  • URL: https://api.profileapi.com/2024-03-01/company-filter-categories
  • HTTP Method: GET

Request

Parameters

None

Response

The response includes a list of company filter category object models.

Example

{
"data": {
"results": [
{
"key": "niche",
"name": "Niche",
"description": "A specific sub-category within an industry."
}
]
}
}
note
  • Update Frequency: The data for company filter categories is updated daily.
  • Sorting: The data in the response is sorted by the name attribute of each category.