Get creator analytics
Retrieve LinkedIn creator analytics for the authenticated account. Includes engagement metrics, content performance, audience insights, and growth trends. Supports various time ranges and metric filters.
/analytics/creatorGet creator analytics
Retrieve LinkedIn creator analytics for the authenticated account. Includes engagement metrics, content performance, audience insights, and growth trends. Supports various time ranges and metric filters.
Code Examples
curl -X POST 'https://api.connectsafely.ai/linkedin/analytics/creator' \ -H 'Authorization: Bearer <your_api_key>' \ -H 'Content-Type: application/json' \ -d '{"accountId":"acc_12345","filters":{"resultType":null,"timeRange":null,"lineChartType":null,"metricType":null,"startDate":"2024-01-15","endDate":"2024-01-15"}}'Parameters
No parameters.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
accountId | string | No | LinkedIn account ID to use. If not provided, uses the default account. |
filters | object | No | Analytics filters |
Example
{
"accountId": "acc_12345",
"filters": {
"resultType": null,
"timeRange": null,
"lineChartType": null,
"metricType": null,
"startDate": "2024-01-15",
"endDate": "2024-01-15"
}
}Responses
| Status | Description |
|---|---|
| 200 | Creator analytics retrieved successfully |
LinkedIn Analytics API
Access LinkedIn analytics via API including profile visitors, creator analytics, engagement metrics, and weekly performance data. Track your content strategy results.
Get weekly engagement data
Retrieve weekly engagement statistics for email reports. Returns comment and reaction counts broken down by day for the past 7 days, along with summary statistics and analytics data. Useful for automated weekly reports.
