Get LinkedIn activity
linkedin_get_activityRetrieve a LinkedIn user's social activity: connections, posts, articles, comments, likes, job applications, saved jobs, and job-search preferences.
Instructions
Get the user's LinkedIn social activity: connections, posts, articles, comments, likes, job applications, saved jobs, and job-search preferences. Use for questions about their network, content, or job search. Prefer specific sections — these can be large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domains | No | Sections to include. CONNECTIONS (network), MEMBER_SHARE_INFO (posts), ARTICLES (published articles), ALL_COMMENTS, ALL_LIKES, JOB_APPLICATIONS, JOB_POSTINGS (jobs they posted), SAVED_JOBS, JOB_SEEKER_PREFERENCES. | |
| maxPagesPerDomain | No | Max pages of results to fetch (1–25). Each page holds ~10 records. Lower this to keep responses small. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domains | Yes | Records grouped by section name (e.g. POSITIONS, EDUCATION). Each value is the list of items in that section. | |
| metadata | Yes | Per-section fetch stats. Check truncated to detect partial results. | |
| apiVersion | Yes | LinkedIn API version used for the request. |