Returns up to the specified limit of posts for a LinkedIn person profile or company page. The URL is detected automatically: company page URLs use the organization feed; profile URLs use the member profile feed. Results can be narrowed with posted_within.
Documentation Index
Fetch the complete documentation index at: https://docs.prontohq.com/llms.txt
Use this file to discover all available pages before exploring further.
linkedin_url: LinkedIn profile URL (e.g. https://www.linkedin.com/in/...) or company page URL (e.g. https://www.linkedin.com/company/...)limit: Maximum number of posts to return (minimum: 1)posted_within: last_24_hours, last_7_days, or last_30_days. Omit to return posts without this recency filter. Any other value returns 400.posts array. Each post may include:
author: Post author nameauthor_url: LinkedIn URL of the author (profile or company)content: Post text contentid: Post IDurn: LinkedIn URN for the postbase_url: Base post URLpost_url: Full post URLpublished_at: Date when the post was published (YYYY-MM-DD format)200 with an empty posts array.
"linkedin_url": "https://www.linkedin.com/company/example".
limit: Missing required keys: limitlinkedin_url: Missing required keys: linkedin_urlposted_within: Invalid posted_within. Use last_24_hours, last_7_days, last_30_days, or omit the key.200 OK) with { "posts": [...] }LinkedIn profile URL (e.g. /in/...) or company page URL (e.g. /company/...)
"https://www.linkedin.com/in/john-doe"
Maximum number of posts to return
x >= 15
Only include posts published within this window. Omit for no recency filter.
last_24_hours, last_7_days, last_30_days Successfully extracted posts
Posts from the profile or company page, after optional recency filtering