LinkedIn · JSON Structure

Linkedin Marketing Audience Insights Audience Insights Response Structure

AudienceInsightsResponse from LinkedIn API

Type: object Properties: 1
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

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-audience-insights-response-structure.json",
  "name": "AudienceInsightsResponse",
  "description": "AudienceInsightsResponse from LinkedIn API",
  "type": "object",
  "properties": {
    "value": {
      "type": "object",
      "properties": {
        "audienceInsight": {
          "$ref": "#/components/schemas/AudienceInsight"
        },
        "totalAudienceCount": {
          "type": "int32",
          "description": "Total count of the target audience",
          "example": 5500000
        }
      }
    }
  }
}