# Feed

Retrieve posts from your personalized home feed.

## feed retrieve

Retrieve posts from the home feed of the active account.

```bash
linkedin feed retrieve [flags]
```

| Flag | Type | Description |
| --- | --- | --- |
| `--limit` | integer | Maximum posts to retrieve (1–100, default 20) |

```bash
linkedin feed retrieve --limit 50 --json
```

Each post uses the standard post result shape and includes `feedContext`, localized explanation of why the post appears in the feed.
