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

Scrape Company LinkedIn Posts

Scrape recent LinkedIn posts published by a company page.

Configure MCP server with Scrape Company LinkedIn Posts

Access the Scrape Company LinkedIn Posts action via MCP to retrieve posts from AI tools like Claude, ChatGPT, Cursor, or Windsurf.

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

Show me HubSpot's latest LinkedIn posts and their engagement.

Example response

json
{
  "company_name": "HubSpot",
  "posts": [
    {
      "content": "We're excited to announce our latest product update...",
      "date": "2026-03-18",
      "likes": 342,
      "comments": 45
    }
  ]
}

Learn more about Enrichment MCP

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