LinkedIn Analytics

Get LinkedIn follower statistics

Retrieve follower statistics for your LinkedIn account. Use period="lifetime" (default) for total follower count, or period="daily" with a dateRange for daily growth data. Results are cached for improved performance.

post/linkedin-followers

Request body

platformIdstring required

LinkedIn connection ID

period'lifetime' | 'daily'

Type of statistics to retrieve

Example request

{
  "platformId": "linkedin-Tz9W5i6ZYG",
  "period": "lifetime",
  "dateRange": {
    "start": {
      "year": 2024,
      "month": 1,
      "day": 1
    },
    "end": {
      "year": 2024,
      "month": 1,
      "day": 31
    }
  }
}

Response

Follower statistics retrieved

OR

Example response

{
  "success": true,
  "followersCount": 1234
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.