Get the recent posts authored by a LinkedIn person (their profile feed) by profile URL or public slug. Returns post content, engagement metrics (likes, comments, shares, reaction breakdowns), author info, images, videos, and articles.
curl "https://apidirect.io/v1/linkedin/person/posts?url=williamhgates&page=1" \
-H "X-API-Key: YOUR_API_KEY"
{
"posts": [
{
"url": "https://www.linkedin.com/posts/williamhgates_activity-7474530647273934848-VLxg",
"text": "I got involved in global health back in 1997...",
"date": "2026-06-21 18:36:16",
"author": "Bill Gates",
"author_description": "Chair, Gates Foundation and Founder, Breakthrough Energy",
"author_image": "https://media.licdn.com/dms/image/...",
"author_url": "https://www.linkedin.com/in/williamhgates",
"likes": 3706,
"comments": 368,
"shares": 28,
"reactions": {"like": 3290, "appreciation": 145, "empathy": 168},
"is_repost": false,
"images": [],
"video": {
"thumbnail": "https://media.licdn.com/dms/image/...",
"duration": 83600
},
"article": null,
"urn": "urn:li:activity:7474530647273934848"
}
],
"page": 1,
"count": 20
}