linkedin_auth_status
Checks if a live LinkedIn session exists by making an authenticated identity request. Returns true, false, or null when unknown.
Instructions
Report whether there is a live LinkedIn session, measured not guessed.
The verdict comes from an authenticated request: GET /voyager/api/me, the same identity call LinkedIn's own web app makes on page load. A session cookie sitting in the profile proves nothing and is never treated as an answer -- LinkedIn hands cookies to signed-out visitors too.
Three outcomes, deliberately:
authenticated true -- the endpoint returned an identity.
authenticated false -- the endpoint refused, or the feed redirected to LinkedIn's signed-out wall.
authenticated null -- neither could be established. Unknown is reported as unknown rather than collapsed into "signed out".
Costs up to two requests: the identity call, plus one feed load used only to turn an inconclusive answer into a definite "false".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||