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

Scrape Profile LinkedIn Posts

Scrape recent LinkedIn posts published by a person to understand their interests and activity.

Configure MCP server with Scrape Profile LinkedIn Posts

Access Scrape Profile LinkedIn Posts via the SyncGTM MCP server from AI tools like Claude, ChatGPT, Cursor, or Windsurf. Your AI assistant can retrieve and analyze 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 LinkedIn posts from linkedin.com/in/marcusj and tell me what topics he cares about most.

Example response

json
{
  "posts": [
    {
      "text": "The future of B2B sales is AI-assisted, not AI-replaced...",
      "type": "text",
      "hashtags": ["#sales", "#AI", "#B2B"],
      "date": "2026-03-18",
      "likes": 215
    }
  ],
  "total_posts": 1,
  "top_hashtags": ["#sales", "#AI", "#B2B"],
  "avg_engagement": 262
}

Learn more about Enrichment MCP

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