LinkedIn · JSON Structure

Linkedin Marketing Audience Insights Insight Segmentation Structure

InsightSegmentation from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

InsightSegmentation is a JSON Structure definition published by LinkedIn, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

entityCount entityPercentage value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-audience-insights-insight-segmentation-structure.json",
  "name": "InsightSegmentation",
  "description": "InsightSegmentation from LinkedIn API",
  "type": "object",
  "properties": {
    "entityCount": {
      "type": "int32",
      "description": "Number of members matching this segment",
      "example": 4900000
    },
    "entityPercentage": {
      "type": "int32",
      "description": "Percentage of audience matching this segment",
      "example": 89
    },
    "value": {
      "type": "string",
      "description": "URN of the segment value",
      "example": "urn:li:interest:71363"
    }
  }
}