---
title: "Export LinkedIn Saved Posts to Notion, Sheets, CSV"
description: "Export LinkedIn saved posts to Notion, Google Sheets, Airtable or Miro, download CSV or JSON, or create a readable PDF archive."
canonical: "https://www.linkedmash.com/export-linkedin-saved-posts"
last-updated: "2026-07-29"
---

# Export LinkedIn Saved Posts to Notion, Sheets, CSV

Export LinkedIn saved posts to Notion, Google Sheets, Airtable or Miro, download CSV or JSON, or create a readable PDF archive.

Canonical HTML: https://www.linkedmash.com/export-linkedin-saved-posts
Agent-readable Markdown: https://www.linkedmash.com/export-linkedin-saved-posts.md

Last updated: 2026-07-29

LinkedIn does not provide a direct, full-fidelity export of saved posts. LinkedMash imports the readable post record first, then sends it to a connected app, a downloadable file, or an AI agent.

## Export destinations

| Destination | Type | What lands there | Media | Best for |
| --- | --- | --- | --- | --- |
| [AI agents](https://www.linkedmash.com/for-ai-agents) | MCP + REST | Nothing. Your agent reads the library live | URLs in the payload | Asking questions and drafting posts from your saves, in chat |
| [Notion](https://www.linkedmash.com/auto-export-linkedin-saved-posts-to-notion) | Live auto-sync | One page per saved post, in a database you choose | Images, video, documents | A research database inside the workspace you already live in |
| [Google Sheets](https://www.linkedmash.com/auto-export-linkedin-saved-posts-to-google-sheets) | Live auto-sync | One row per saved post, 11 columns | Media URLs per column | Filtering, pivoting and sharing with people who live in spreadsheets |
| [CSV](https://www.linkedmash.com/download-linkedin-saved-posts) | Instant download | One .csv file, 12 columns, one row per post | Media URLs in columns | Spreadsheets, one-off analysis and handing data to someone else |
| [PDF](https://www.linkedmash.com/download-linkedin-saved-posts) | Archive job | One combined .pdf or a .zip with one PDF per post | Images inline; video as a linked thumbnail | Reading offline, archiving and sharing with people outside your tools |
| [JSON](https://www.linkedmash.com/download-linkedin-saved-posts) | Instant download | One .json file, nested media and author objects | Grouped under media | Scripts, backups, AI context and feeding your own tools |
| [Airtable](https://www.linkedmash.com/auto-export-linkedin-saved-posts-to-airtable) | Live auto-sync | One record per saved post, media attached | Real attachments | Team workflows, interfaces and automations on top of your saves |
| [Miro](https://www.linkedmash.com/auto-export-linkedin-saved-posts-to-miro) | Live auto-sync | One laid-out frame per saved post | Embedded on the board | Visual research, moodboards and clustering ideas by hand |

## Use LinkedIn saved posts in Claude, ChatGPT and Cursor

The one export where no file moves. Point your agent at the hosted MCP server and it reads your saved posts directly, so you can ask "what did I save about pricing" and get an answer with the posts it came from.

- Hosted MCP server at mcp.linkedmash.com, no local install
- Works with Claude, Claude Code, ChatGPT, Cursor, VS Code and Codex
- One config block and your API token, about two minutes
- Your agent can also draft, schedule and read analytics
- Prefer HTTP? Your library is also available at api.linkedmash.com/v1

### Examples of tools

- `list_bookmarks`
- `search_bookmarks`
- `create_draft`
- `schedule_post`
- `get_analytics`
- `get_growth_digest`

[Open the AI agents landing page](https://www.linkedmash.com/for-ai-agents)

[Read the detailed guide: Connect LinkedIn saved posts to AI agents with MCP](https://www.linkedmash.com/blog/connect-linkedin-saved-posts-to-ai-agents-mcp)

## Export LinkedIn saved posts to Notion

Connect a Notion database once and every LinkedIn post you save becomes a page in it, media and all. The author photo becomes the page icon, the post text becomes the page body, and your labels come across as multi-select tags.

- Every saved post becomes a Notion page in the database you pick
- Images, video and attached PDFs render as blocks inside the page
- Your LinkedMash labels land as Notion multi-select tags
- Filter recipes sync only the posts matching an author, label or keyword
- Saved comments carry their parent post in as nested context

### Notion properties written

- `Post (title)`
- `Author (name + profile link)`
- `Post Link`
- `Tags`
- `Post Created At`
- `App Imported Time`

[Open the Notion landing page](https://www.linkedmash.com/auto-export-linkedin-saved-posts-to-notion)

[Read the detailed guide: How to sync LinkedIn saved posts to Notion](https://www.linkedmash.com/blog/linkedin-saved-posts-to-notion-automatically)

## Export LinkedIn saved posts to Google Sheets

Pipe every save into a spreadsheet as a new row. Eleven columns land automatically, so the sheet is ready to filter, pivot, chart or share with a team the moment it fills up.

- One row appended per saved post, in the spreadsheet you choose
- Eleven columns written automatically, including media URLs
- Filter recipes keep the sheet scoped to one author, label or topic
- Run several recipes into several sheets side by side
- Share the sheet with a team that has no LinkedMash account

### Columns written

- `Post`
- `Post Link`
- `Author`
- `Post Posted at`
- `Tags`
- `Post Image`
- `Post Video`
- `Post Document`
- `App Imported Time`
- `Created at`
- `Post Id`

[Open the Google Sheets landing page](https://www.linkedmash.com/auto-export-linkedin-saved-posts-to-google-sheets)

[Read the detailed guide: How to sync LinkedIn saved posts to Google Sheets](https://www.linkedmash.com/blog/linkedin-saved-posts-to-google-sheets)

## Export LinkedIn saved posts to CSV

A single, flat, RFC-4180 CSV of your whole library, downloaded in the same request you click. One saved post per line, twelve fixed columns, ready for Excel, Numbers or a Google Sheets import.

- Twelve fixed columns, one saved post per row
- Downloads instantly, no job queue and no email to wait for
- Export history records the included post IDs so you can regenerate it
- Post text is collapsed to one line so a row never breaks a parser
- Carousel image URLs and labels are semicolon-joined inside one cell

### CSV header

- `post_id`
- `text`
- `link`
- `posted_at`
- `labels`
- `image_urls`
- `video_url`
- `document_url`
- `author_name`
- `author_id`
- `author_username`
- `author_link`

[Open the CSV landing page](https://www.linkedmash.com/download-linkedin-saved-posts)

[Read the detailed guide: Download your LinkedIn saved posts as a CSV](https://www.linkedmash.com/blog/download-linkedin-saved-posts-csv)

## Export LinkedIn saved posts to PDF

For when you want something readable rather than parseable. Choose one combined PDF for a single handoff, or a ZIP containing a separate PDF for every saved post. LinkedMash builds it in the background and emails the download link when it is ready.

- Choose one combined PDF or separate PDFs packaged in a ZIP
- Images and carousels are rendered with the post
- Video appears as a clickable thumbnail linked to the source
- Runs as a background job; the download link arrives by email
- Past PDF exports stay in the Export Center for re-download

### What each PDF keeps

- `Post text`
- `Author name`
- `Author bio`
- `Post date`
- `Images`
- `Carousels`
- `Linked video thumbnail`
- `Original post link`

[Open the PDF landing page](https://www.linkedmash.com/download-linkedin-saved-posts)

[Read the detailed guide: Turn your LinkedIn saved posts into a PDF archive](https://www.linkedmash.com/blog/linkedin-saved-posts-pdf-archive)

## Export LinkedIn saved posts to JSON

Download your library as a nested JSON document structured for machines. Media is grouped under one object and author details under another. This file export has its own schema; it is not the same payload returned by the live REST API or MCP tools.

- Nested objects for media and author, not flattened columns
- Carousel images arrive as an array, in order
- Downloads instantly; export history lets you regenerate the selection
- The download schema differs from the REST API and MCP tool responses
- Drop the file straight into Claude, ChatGPT or your own tooling

### JSON shape

- `post_id`
- `text`
- `link`
- `posted_at`
- `labels[]`
- `media.images[]`
- `media.video`
- `media.document`
- `author.name`
- `author.id`
- `author.username`
- `author.link`

[Open the JSON landing page](https://www.linkedmash.com/download-linkedin-saved-posts)

[Read the detailed guide: Your LinkedIn saved posts as JSON](https://www.linkedmash.com/blog/linkedin-saved-posts-json-export)

## Export LinkedIn saved posts to Airtable

Turn your saves into structured records in a base you already run. Media arrives as real Airtable attachments rather than links, so views, interfaces and automations can work with it directly.

- One record per saved post, in the base and table you pick
- Images, video and documents attach as Airtable attachments
- Labels land in a Tags field you can group and filter by
- Feeds Airtable views, interfaces and automations
- Shares with a team without giving anyone your LinkedIn

### Airtable fields written

- `Post`
- `Post Link`
- `Author`
- `Post Posted at`
- `Tags`
- `Post Image`
- `Post Video`
- `Post Document`
- `App Imported Time`
- `Created at`
- `Post Id`

[Open the Airtable landing page](https://www.linkedmash.com/auto-export-linkedin-saved-posts-to-airtable)

[Read the detailed guide: How to sync LinkedIn saved posts to Airtable](https://www.linkedmash.com/blog/linkedin-saved-posts-to-airtable)

## Export LinkedIn saved posts to Miro

Every save becomes a laid-out frame on a board: author photo and name, the post text, its media, its tags and a link back to LinkedIn. Then you drag, cluster and connect them like any other research.

- One frame per saved post, laid out automatically
- Author photo, name and bio at the top of every frame
- Post media embeds directly on the board
- Tags render as chips under the content
- A Link button on each frame opens the original post

### What lands on a frame

- `Author photo`
- `Author name`
- `Bio`
- `Post text`
- `Media`
- `Tags`
- `Link`

[Open the Miro landing page](https://www.linkedmash.com/auto-export-linkedin-saved-posts-to-miro)

[Read the detailed guide: Put your LinkedIn saved posts on a Miro board](https://www.linkedmash.com/blog/linkedin-saved-posts-to-miro-board)

## Start with your saved posts

[Start with LinkedMash](https://www.linkedmash.com/?utm_source=agent_markdown&utm_medium=ai&utm_campaign=public_markdown&utm_content=export-linkedin-saved-posts), then [install the extension and import your existing LinkedIn saved-post history](https://chromewebstore.google.com/detail/linkedmash/ldadjiiepooimpnjagjidpklcpbnamop).
