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

Find LinkedIn Profile

Find LinkedIn Profile is a LinkedIn profile scraper that extracts structured professional data from any LinkedIn profile URL. Pass a profile link and get back the person's headline, summary, full work experience, education history, skills, certifications, and connection count in clean JSON format.

Configure MCP server with Find LinkedIn Profile

Use SyncGTM as a LinkedIn profile scraper directly from AI tools like Claude, ChatGPT, Cursor, or Windsurf via MCP. Configure the MCP server and scrape LinkedIn profiles using natural language prompts.

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

Find the LinkedIn profile at https://linkedin.com/in/johndoe and give me their work history.

Example response

json
{
  "full_name": "John Doe",
  "headline": "VP of Sales at Acme Corp",
  "current_title": "VP of Sales",
  "current_company": "Acme Corp",
  "location": "San Francisco, CA",
  "summary": "15+ years in enterprise SaaS sales...",
  "skills": ["Sales Leadership", "SaaS", "B2B Sales"],
  "linkedin_url": "https://linkedin.com/in/johndoe"
}

Learn more about Enrichment MCP

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