Read-only

Get Activity Analytics

Returns a daily activity breakdown over a chosen window (default 7 days), covering invitations sent, messages, and posts. By default only actions taken through Crispy are counted, but you can set tracking_mode to 'all_activity' for full coverage of everything on the account. Returns empty rows for days with no recorded activity, making it easy to spot gaps in outreach cadence.

get_activity_analyticsGET/api/v1/analytics/activity
crispy — bash

Example prompt: Give me a day-by-day breakdown of my invitations and messages for the last 14 days

[
  {
    "date": "2026-06-15",
    "invitations_sent": 18,
    "messages": 7,
    "posts": 1
  },
  {
    "date": "2026-06-16",
    "invitations_sent": 22,
    "messages": 5,
    "posts": 0
  }
]
Permission scope
core
Access
Read-only
Category
Analytics

What you can build

Track daily outreach volume to stay within safe sending limits
Spot days where activity dropped off and rebuild a consistent cadence
Report weekly invitation and message output to your team or yourself
Confirm a campaign is actively sending and not silently stalled

Parameters

Inputs accepted by get_activity_analytics.

NameTypeDescription
daysnumberHow many days of data to return (default 7)

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.