LinkedIn
User Published Posts
Retrieves posts published, commented on, or reacted to by a LinkedIn member using a profile URL, activity type, offset, and pagination token. Use it to review public professional activity and continue through additional result pages.
get/api/linkedin/get-user-posts/v1
Query parameters
tokenstring required
Access token for this API service.
urlstring required
Full LinkedIn profile URL.
type'POSTS' | 'COMMENTS' | 'REACTIONS'
LinkedIn user activity type
User activity type.
Available Values:
- POSTS: Posts published by the user
- COMMENTS: Posts commented on by the user
- REACTIONS: Posts reacted to by the user
startinteger
Pagination offset starting from 0, normally increasing by 50.
paginationTokenstring
Pagination token returned by a previous response.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.