Skip to main content

Company Filter

Key: companyFilter

The Filter object model is crucial for classifying and filtering company and person data based on specific criteria. It is an integral tool for users to organize and query data effectively.

Fields Description

Below is a detailed description of each field within the Filter model:

FieldTypeDescriptionExample
categoryKeystringLinks to a defined companyFilterCategory key, representing the broader category under which this filter falls."businessModelTypes"
namestringA user-friendly name that enhances readability and understanding of the filter's nature."Business to Business (B2B)"
descriptionstringOffers a detailed explanation of the filter category, aiding users in comprehending its context and relevance."B2B, or business-to-business, refers to transactions or relationships where one company provides products or services to another company, rather than to individual consumers."
countintegerRepresents the total number of companies within the dataset that are categorized under this filter, reflecting its prevalence and significance.3200000

Example Object

{
"categoryKey": "businessModelTypes",
"name": "Business to Business (B2B)",
"description": "B2B, or business-to-business, refers to transactions or relationships where one company provides products or services to another company, rather than to individual consumers.",
"count": 3200000
}