linkedin_get_posts
Fetch the recent LinkedIn posts of one person or one company. identifier accepts a profile or company URL, a slug, a person URN, or a company website domain like 'microsoft.com'; the entity type is detected automatically. A domain resolves to its verified company first, exactly like linkedin_get_company: it QUOTES base+4 credits (set max_credits accordingly) and the surcharge is refunded at settlement for already-known domains, so they settle at the base price. Company URNs and numeric company ids are search-filter inputs, not fetch identifiers: use the company slug, URL, or domain here. Returns one page of posts (text, created_at, author, likes, comments_count, shares, is_repost, url) with a cursor for older posts. Costs 4 credits per page. Use this for 'what has X been posting', voice-of-company research, or activity checks before outreach. Not for reading one specific post you already have a URL for, and not for keyword search across LinkedIn; neither is supported in v1.
Remote (network-hosted)
Other tools also called linkedin_get_posts?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"cursor": {
"type": "string"
},
"freshness": {
"type": "string"
},
"identifier": {
"type": "string",
"description": "Person or company URL, slug, URN, or company website domain."
},
"max_credits": {
"type": "number"
}
}
}