Statistics

stats ssi

Retrieve your LinkedIn Social Selling Index.

bash
linkedin stats ssi [flags]
bash
linkedin stats ssi --json

stats performance

Retrieve your LinkedIn performance analytics (profile views, post impressions, search appearances).

bash
linkedin stats performance [flags]
bash
linkedin stats performance --json

stats viewers

Retrieve the people who recently viewed your profile.

bash
linkedin stats viewers [flags]
FlagTypeRequiredDescription
--limitnumbernoMax viewers to retrieve, from 1 to 300. Defaults to 20
--sincestringnoOnly viewers seen at or after this ISO timestamp
bash
linkedin stats viewers --limit 50 --json
linkedin stats viewers --since 2026-08-01T00:00:00Z --json

Each viewer is either identified – carrying name, publicUrl and urn – or anonymous, carrying only the description LinkedIn showed and a searchUrl holding the criteria it disclosed. urn is not always available, and viewedAt is an estimate derived from the relative age LinkedIn displays.

stats usage

Retrieve Linked API usage statistics for a date range.

bash
linkedin stats usage --start <timestamp> --end <timestamp> [flags]
FlagTypeRequiredDescription
--startstringyesStart date in ISO timestamp
--endstringyesEnd date in ISO timestamp
bash
linkedin stats usage --start 2024-01-01T00:00:00Z --end 2024-01-31T00:00:00Z --json