GetPostAnalytics​Get​Post​Analytics

Get LinkedIn Post Analytics (Reactions).

Retrieve detailed reactions analytics for one or more LinkedIn posts/activities including reaction types, counts, and actor information

yaml
type: "io.kestra.plugin.linkedin.GetPostAnalytics"

Get reactions for multiple posts

yaml
id: linkedin_post_analytics
namespace: company.team

tasks:
  - id: authenticate
    type: io.kestra.plugin.linkedin.OAuth2
    clientId: "{{ secret('LINKEDIN_CLIENT_ID') }}"
    clientSecret: "{{ secret('LINKEDIN_CLIENT_SECRET') }}"
    refreshToken: "{{ secret('LINKEDIN_REFRESH_TOKEN') }}"

  - id: get_analytics
    type: io.kestra.plugin.linkedin.GetPostAnalytics
    accessToken: "{{ outputs.authenticate.accessToken }}"
    activityUrns:
      - "urn:li:activity:7374025671234244609"
Properties

Access Token

The OAuth2 access token for LinkedIn API authentication

SubType string

Activity URNs

List of LinkedIn activity URNs to get reactions analytics for

Default https://api.linkedin.com/rest

Base API URL

The base API URL of the linkedin

Default 202509

LinkedIn API Version

LinkedIn API version to use

Default kestra-linkedin-plugin

Application Name

Name of the application making the request

SubType integer