Linkedin Company Decision Makers - MCP connector avatar

Linkedin Company Decision Makers - MCP connector

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Linkedin Company Decision Makers - MCP connector

Linkedin Company Decision Makers - MCP connector

Enter a company name, get its decision makers — founders, C-suite, VPs & directors with LinkedIn profiles, & roles. Deliver to Notion, Slack, Jira & more via MCP.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Techforce Global

Techforce Global

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

2 hours ago

Last modified

Share

LinkedIn Decision Maker Finder & MCP Connector

Find the decision makers at any company — founders, C-suite, VPs, directors, and heads of department — with their LinkedIn profiles, roles, and locations. No manual LinkedIn searching, no guessing who to contact, no scraping dead ends.

Built for B2B sales teams, recruiters, and founders who need an accurate contact shortlist for a target account in seconds — not an afternoon of digging through LinkedIn.

Type a company name → get its decision makers → deliver them straight into your CRM, Notion, Slack, or Jira.


⭐ Why This Actor?

  • Just enter a company name — no LinkedIn login, cookies, or session tokens required
  • Decision makers only — smart role classification keeps founders, C-suite, VPs, directors & heads; filters out junior noise
  • Role & seniority detection — every profile is matched against 40+ leadership titles and ranked by seniority
  • Verified against the target company — results are gated so you get people at that company, not lookalikes
  • Deliver anywhere via MCP connectors — push results straight into Notion, Slack, Jira, GitHub, Linear, Airtable, and more
  • Export-ready — JSON, CSV, Excel, or direct API integration for your CRM or outreach tool

📝 Use Cases & ROI

Use CaseTime SavedWhat You Get
B2B Sales Prospecting3–6 hrs/accountThe right decision makers to contact at each target company
Account-Based Marketing2–5 hrs/campaignOrg-level contact maps for your named accounts
Recruiting & Headhunting2–4 hrs/searchLeadership contacts at competitor or client companies
Partnership Sourcing1–3 hrs/initiativeFounders and executives to pitch directly
CRM EnrichmentOngoingFresh decision-maker records piped into your CRM via API/connector

🚀 How to Use

  1. Open the Actor on Apify
  2. Enter the Company Name you want to map (e.g. "Techforce Global")
  3. Set Max Profiles — how many decision makers to collect (default: 20)
  4. (Optional) Pick an MCP connector to deliver results into Notion, Slack, Jira, etc.
  5. Click Run — results are ready in minutes
  6. Download as CSV, Excel, or JSON — or let the connector push them into your tools automatically

💡 First time with a connector? Run once with a connector selected — the run log prints the connector's available tool names, so you know what to put in Connector tool name.


🧩 Input Configuration

FieldTypeRequiredDescription
company_nameString✔️ YesExact company name to find decision makers for.
max_profilesIntegerOptionalMaximum number of unique decision-maker profiles to collect (1–200). Default: 20.
mcpConnectorConnectorOptionalDeliver results into a connector you've authorized (Notion, Slack, Jira, GitHub, Linear, Airtable, …).
deliveryModeEnumOptionalperProfile (one call per decision maker), summary (one combined call), or none. Default: perProfile.
mcpToolStringOptionalTool to call on the connector (e.g. create_page, send_message, create_issue).
mcpArgumentsObjectOptionalArguments for the tool; string values support {placeholders}.
mcpMessageTemplateStringOptionalMarkdown template rendered per profile, exposed as the {message} placeholder.

Example — Just find decision makers

{
"company_name": "Techforce Global",
"max_profiles": 20
}

Example — Find and deliver to Slack

{
"company_name": "Prismetric",
"max_profiles": 15,
"mcpConnector": "<your-slack-connector>",
"deliveryMode": "perProfile",
"mcpTool": "send_message",
"mcpArguments": { "channel": "#target-accounts", "text": "{message}" },
"mcpMessageTemplate": "*{name}* — {title}\n{location}\n{linkedin_url}"
}

Example — Find and create Notion pages

{
"company_name": "Hyperlink Infosystem",
"max_profiles": 25,
"mcpConnector": "<your-notion-connector>",
"deliveryMode": "perProfile",
"mcpTool": "create_page",
"mcpArguments": {
"parent": "<database-id>",
"title": "{name} — {title}",
"url": "{linkedin_url}"
}
}

Placeholders available in arguments / template

{name} · {linkedin_url} · {location} · {title} · {headline} · {message}


📦 Output Fields

Each record includes:

FieldDescription
nameDecision maker's full name
linkedin_urlNormalized link to their LinkedIn profile
locationLocation as shown alongside the profile (city / region / country)
titleBest-detected role/title (e.g. "VP and Co-Founder", "CTO")
headlineShort professional headline / profile summary snippet

Example Output

[
{
"name": "Urvi Shah",
"linkedin_url": "https://www.linkedin.com/in/urvi-shah",
"location": "Ahmedabad, India",
"title": "VP and Co-Founder",
"headline": "VP and Co-Founder of Techforce Global — building high-performance web scrapers & AI automation."
}
]

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.


🔌 Integrations & Delivery

Deliver decision makers into any MCP connector you've authorized in Apify — no glue code, no webhooks:

  • Notion — create a page/row per decision maker
  • Slack / Discord — post contacts to a channel
  • Jira / GitHub / Linear — open issues or tasks for outreach
  • Airtable / Google Sheets — append structured rows
  • …or any other MCP-compatible connector

Credentials stay private — delivery runs through the Apify MCP Proxy, so the Actor never sees your connector tokens. You can also consume the dataset directly via the Apify API, or wire it into n8n, Zapier, and Make.


⚡ Real-time API (Standby mode)

Beyond one-off runs, this Actor can run in Standby mode — a warm HTTP endpoint that returns decision makers instantly, no run to start and wait for. Perfect for enriching a CRM record on demand or powering a "find decision makers" button in your app.

Endpoint: GET /

Query paramRequiredDescription
company_name✔️ YesCompany to find decision makers for.
max_profilesOptionalHow many profiles to return (1–20, default 5).
curl "https://<your-actor-standby-url>/?company_name=Techforce%20Global&max_profiles=10" \
-H "Authorization: Bearer <APIFY_TOKEN>"

Response:

{
"company": "Techforce Global",
"count": 2,
"decision_makers": [
{
"name": "Urvi Shah",
"linkedin_url": "https://www.linkedin.com/in/urvi-shah",
"location": "Ahmedabad, India",
"title": "VP and Co-Founder",
"headline": "VP and Co-Founder of Techforce Global — high-performance web scrapers & AI automation."
}
]
}

Standby returns results directly in the HTTP response. For dataset storage and MCP-connector delivery (Notion, Slack, Jira, …), use a normal run with the inputs above.


🆘 Support

For issues, custom sourcing requests, or feature suggestions:

Email: bhavin.shah@techforceglobal.com


Need a Custom Pipeline?

Want multi-company batch runs, deeper enrichment (emails, phone numbers), or a full CRM integration?

📅 Book a Free 15-min Consultation


Made with ❤️ by Techforce Specialists in High-Performance Web Scrapers and AI Automation.


Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by LinkedIn or Google. LinkedIn® is a registered trademark of Microsoft Corporation; all trademarks are property of their respective owners. The Actor collects only publicly available information surfaced through public search-engine results and does not log into, or scrape behind the authentication of, any platform. Use the data responsibly and in compliance with applicable laws (including GDPR/CCPA) and the terms of the platforms you operate on.