Scrape the LinkedIn feed
linkedin_scrape_feedScrape your LinkedIn home feed and retrieve posts as structured data, including author, text, permalink, reactions, comments, and timestamp. Set a count up to 50; de-duplicates and expands post text.
Instructions
Reads the signed-in member's home feed and returns the posts as structured data: author name and headline, post text, permalink, reaction and comment counts, and a timestamp. count is how many posts to return (default 10, max 50). The feed is lazy-loaded, so reaching a high count means scrolling, and this tool pauses a randomized human-like interval between scrolls — a large count can therefore take a minute or more. Read-only: takes no confirm, consumes no daily quota, and never likes, comments or reposts; the only clicks are "…see more" expanders so post text is captured at full length. Posts are de-duplicated by permalink (LinkedIn recycles cards while scrolling) and sponsored or suggestion cards with no readable author are skipped. Fewer posts than requested is a normal result, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No |