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
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
Example response
{
"success": true,
"followersCount": 1234
}Changes
No recorded changes to this endpoint across all 1 revision of this API.