LinkedIn: Get user articles
linkedin_get_user_articlesReturns a public LinkedIn member's published articles. This endpoint is not paginated — everything available is returned in a single response. Supports projection_preset, data_fields, and item_fields for payload reduction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | LinkedIn username | |
| data_fields | No | Optional. Add top-level data keys on top of the selected projection_preset. | |
| item_fields | No | Optional. Add item keys from data.orderedItems[] on top of the selected projection_preset. | |
| projection_preset | No | Optional. Defaults to "minimal". Use one of: full, minimal, identity, engagement, or content. |