get_profile_articles
Retrieve articles published by a LinkedIn profile to analyze their content strategy and engagement metrics.
Instructions
Get articles written by a LinkedIn profile.
Uses the Professional Network Data API to fetch articles (long-form content) published by the specified profile.
Args: profile_id: LinkedIn public ID (e.g., "johndoe") limit: Maximum number of articles to return (default: 20)
Returns: List of articles with title, content preview, and engagement metrics
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_id | Yes | ||
| limit | No |