Skip to main content
GET
/
v1
/
platforms
/
linkedin
/
insights
Get LinkedIn page insights
curl --request GET \
  --url https://api.social-api.ai/v1/v1/platforms/linkedin/insights
{
  "data": {
    "follower_count": 123,
    "posts": [
      {
        "clicks": 123,
        "comments": 123,
        "created_at": "<string>",
        "engagement_rate": 123,
        "impressions": 123,
        "likes": 123,
        "permalink": "<string>",
        "post_id": "<string>",
        "shares": 123,
        "text": "<string>",
        "unique_views": 123
      }
    ]
  }
}

Query Parameters

account_id
string
required

Connected account ID

Response

200 - application/json

OK

data
object