List recent posts by a profile or company
https://myagentmail.com/linkedin/posts/by-authorPull the most recent posts authored by a LinkedIn profile or company page. Same helper the engagement-signal runner uses internally; exposed as a GET so agents can do one-shot lookups ("show me Acme's last 5 posts") without spinning up a recurring signal.
profileUrl accepts either a profile URL
(https://www.linkedin.com/in/<slug>/) or a company URL
(https://www.linkedin.com/company/<slug>/). The route resolves
to a urn:li:fsd_profile: or urn:li:fsd_company: URN
automatically.
Quota: each call burns one engagement_poll slot from the
per-session daily budget.
Query parameters
sessionIdrequired string | |
profileUrlrequired string | |
countinteger | |
sinceUrnstring | Watermark — return only posts whose activityUrn is newer than this. |
Responses
okboolean | |
authorobject | |
kind"profile" | "company" | enum: "profile" | "company" |
urnstring | |
labelstring | |
countinteger | |
postsobject[] | |
activityUrnstring | |
postedAtinteger | Unix ms; null when LinkedIn omits it. |
excerptstring |
Authentication
Send your API key in the X-API-Key header (or Authorization: Bearer <key>). Any prefix accepted by this endpoint — tk_, wk_, ak_, or sa_ — is documented in the key prefix table.