Skip to main content
POST
Person Activity

Person Activity

Cost: 10 credits / successful request. This endpoint retrieves the recent activity of a LinkedIn person profile based on the provided LinkedIn URL. The response includes details about the person’s posts, including text, attachments, reactions, and more.

Person activity endpoint

This endpoint allows you to get structured data of a LinkedIn Person Profile’s activity.

Required attributes

string
required
The LinkedIn profile URL of the person whose activity you want to retrieve.

Optional attributes

string
Alters the type of posts to be fetched.
  • posts The default behavior. Fetches all posts and reposts for the profile.
  • comments - Fetch only posts which the profile commented on.
  • reactions - Fetch only posts which the profile reacted to.
  • articles - Fetch only articles posted by the profile.
string
Use this parameter to paginate through results. Use the cursor returned from your previous request.

Response

The person activity model

This contains the structured data of a person’s recent activity on LinkedIn.

Properties

string
Pagination token for fetching more activities. Use this in the next request to get the next page.
array
List of activity items (posts, comments, reactions, articles).