linkedin

Extract LinkedIn feed posts and profile data via Chrome DevTools Protocol and Voyager API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/HealthSamurai/health-samurai-io-bun --skill linkedin-healthsamurai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkedin
Source: https://github.com/HealthSamurai/health-samurai-io-bun/tree/main/skills/linkedin
Command: npx skills add https://github.com/HealthSamurai/health-samurai-io-bun --skill linkedin-healthsamurai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the extraction of data from LinkedIn, including feed posts and profile information, reducing manual data collection efforts.

Core Features & Use Cases

  • Feed Post Extraction: Retrieve posts from your LinkedIn feed, including author and content.
  • Profile Data Retrieval: Access user profile information.
  • Use Case: A marketing analyst can use this Skill to quickly gather recent posts from industry leaders for competitive analysis.

Quick Start

Use the linkedin skill to fetch the first 50 posts from your LinkedIn feed.

Frequently Asked Questions about linkedin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract LinkedIn feed posts automatically?

You can extract LinkedIn feed posts automatically by using a Skill that leverages the Chrome DevTools Protocol and Voyager API to retrieve post content and author data. It supports direct API calls for feed data extraction.

Do I need to be logged into LinkedIn to scrape profile data?

Yes, you must be logged into LinkedIn. The data extraction requires a running Chrome instance with debugging enabled to access your session for retrieving profile information and feed posts.

What is the best way to get data from the LinkedIn Voyager API?

The best way to get data from the Voyager API is automating the requests through the Chrome DevTools Protocol. This approach intercepts network traffic to fetch feed data directly, falling back to DOM scraping if needed.

Can I use Chrome DevTools Protocol for LinkedIn data extraction?

Yes, Chrome DevTools Protocol is used for LinkedIn data extraction. It automates the retrieval of feed posts and profile data by interfacing with a running Chrome instance where you are already logged in.

What happens if the LinkedIn Voyager API call fails during scraping?

If the direct Voyager API call fails during scraping, the automation falls back to DOM scraping. This ensures you can still extract LinkedIn feed posts and profile data when the primary API method is unavailable.