cURL
curl --request GET \ --url https://app.tryordinal.com/api/v1/analytics/linkedin/{profileId}/followers \ --header 'Authorization: Bearer <token>'
[ { "followerCount": 5420, "recordedAt": "2024-12-01T00:00:00.000Z" }, { "followerCount": 5485, "recordedAt": "2024-12-02T00:00:00.000Z" }, { "followerCount": 5512, "recordedAt": "2024-12-03T00:00:00.000Z" } ]
Retrieve follower count history for a LinkedIn profile
API key authentication. Generate an API key from your workspace settings.
LinkedIn profile ID (UUID)
Start date for analytics (defaults to 30 days ago)
End date for analytics (defaults to today)
LinkedIn follower growth data
Was this page helpful?