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

Company Job Listings

Find active job listings for any company from public job boards and career pages.

Configure MCP server with Company Job Listings

Access Company Job Listings via the SyncGTM MCP server. Your AI assistant can retrieve and analyze active job postings for any company 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

Show me the active job listings at Acme Corp and summarize what departments they're hiring for.

Example response

json
{
  "total_listings": 12,
  "company_name": "Acme Corp",
  "departments": ["Sales", "Engineering", "Marketing"],
  "jobs": [
    { "title": "Senior Account Executive", "department": "Sales", "location": "San Francisco, CA" },
    { "title": "Data Engineer", "department": "Engineering", "location": "Remote" }
  ]
}

Learn more about Enrichment MCP

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