Enrichments MCP is now live for all plans. Try it out today
All enrichments & signals

Scrape LinkedIn Profile Posts

Scrape recent LinkedIn posts published by a person's profile.

Configure MCP server with Scrape LinkedIn Profile Posts

Access Scrape LinkedIn Profile Posts via the SyncGTM MCP server from AI tools like Claude, ChatGPT, Cursor, or Windsurf. Your AI assistant can retrieve and summarize LinkedIn posts on demand.

MCP server configuration

Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):

json
{
  "mcpServers": {
    "syncgtm": {
      "type": "http",
      "url": "https://api.syncgtm.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Example prompt

Scrape the recent LinkedIn posts from linkedin.com/in/sarahconnor and summarize her main topics.

Example response

json
{
  "posts": [
    {
      "text": "Excited to share that we just closed our Series B!...",
      "date": "2026-03-15",
      "likes": 342,
      "comments": 58
    }
  ],
  "total_posts": 1
}

Learn more about Enrichment MCP

SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →