Back to Make Templates
MakeMake
Featured
Popular

Scrape LinkedIn Group Members to Google Sheets: Make.com Scenario

Stop manually copying LinkedIn group member profiles one by one. This Make.com scenario automatically extracts premium members from LinkedIn Groups and saves them to Google Sheets.

Intermediate
Sales
Scrape LinkedIn Group Members to Google Sheets: Make.com Scenario

Stop manually copying LinkedIn group member profiles one by one. This Make.com scenario automates the entire extraction process — pulling only premium members from any LinkedIn Group and saving them directly to Google Sheets as a ready-to-use prospect list.

Video Tutorial

Why Target LinkedIn Group Premium Members?

Not all LinkedIn group members are equal. Premium members are:

  • Higher intent — they pay for LinkedIn tools, signaling professional investment
  • More active — premium users engage more frequently with content and outreach
  • Better qualified — LinkedIn Premium is most common among sales, marketing, and leadership roles
  • More responsive — InMail and DM response rates are higher among premium users

LinkedIn groups in your niche are goldmines of pre-qualified, niche-relevant prospects that most competitors overlook.

Scenario Overview

Workflow Screenshot

What You'll Build

A Make.com scenario that:

  1. Fetches group members from a target LinkedIn Group
  2. Filters for premium members only
  3. Extracts name, headline, company, LinkedIn URL for each
  4. Appends rows to Google Sheets with deduplication
  5. Ready for outreach immediately
Trigger → Fetch Group Members → Filter (Premium) → Iterator → Append to Sheets

Setting Up the Blueprint

Step 1: Prepare Your Google Sheet

Create a sheet with these columns:

ColumnDescription
LinkedIn URLProfile link
NameFull name
HeadlineJob title / description
CompanyCurrent employer
PremiumYes/No
Added DateFilled by Make
StatusPending (for outreach tracking)

Step 2: Connect Your API Key

  1. Go to ConnectSafely.aiSettings → API Key
  2. Add to Make's HTTP module:
    Authorization: Bearer YOUR_API_KEY
    

Step 3: Configure the Modules

Module 1: Manual or Schedule Trigger

  • Run manually when you want to extract a new group
  • Or schedule weekly to catch new members

Module 2: ConnectSafely — Get Group Members

GET https://api.connectsafely.ai/v1/groups/members
Headers: Authorization: Bearer YOUR_API_KEY
Body: { "groupUrl": "YOUR_LINKEDIN_GROUP_URL" }

Returns list of members with profile data including premium status.

Module 3: Iterator

  • Loop through each member

Module 4: Filter — Premium Members Only

  • Condition: member.isPremium = true
  • This is the core filter that qualifies your list

Module 5: Google Sheets — Search Existing Rows

  • Check if LinkedIn URL already exists in sheet
  • Prevents duplicate entries

Module 6: Router

  • Route A: Already in sheet → Skip
  • Route B: New member → Append row

Module 7: Google Sheets — Append Row

  • Add all profile fields as a new row
  • Set Status = Pending for outreach tracking
  • Set Added Date = {{now}}

Step 4: Find Target LinkedIn Groups

Best groups to target:

Group TypeWhy It Works
Industry-specific groupsMembers share your niche
Role-specific groups (CMOs, VPs)Self-selected by job function
Competitor customer groupsPre-qualified by use case
Conference or event groupsHigh-intent professionals
Technology user groups (HubSpot, Salesforce, etc.)Tool-qualified buyers

Search LinkedIn Groups: linkedin.com/groups/search/

Using the List for Outreach

Once your sheet is populated with premium members:

Option 1: Direct connection requests → Use the AI-Powered Outreach Blueprint to send personalized connection requests

Option 2: LinkedIn follow campaign → Use the Auto-Follow from Sheets Blueprint

Option 3: Export to CRM → Push to HubSpot using the Commenters to HubSpot Blueprint (adaptable for sheet-based inputs)

Best Practices

Group Selection Strategy

  • Join groups before running extraction — you must be a member
  • Target groups with 1,000–50,000 members (sweet spot for quality + volume)
  • Avoid spammy groups dominated by self-promotion posts
  • Cross-reference: does this group's member profile match your ICP?

Rate Limits for Extraction

  • Extract in batches of 200–500 members per run
  • Add a 2–5 second delay between member fetches
  • Spread large extractions (5,000+ members) across multiple days

List Hygiene

  • Filter out profiles without a headline (often inactive accounts)
  • Remove accounts with 0 connections (likely fake or abandoned)
  • Prioritize recent joiners — more likely to be actively looking for connections

Common Issues & Fixes

IssueSolution
No members returnedConfirm you're a member of the group first
Private group access deniedYou must have accepted membership before extracting
Duplicates in sheetCheck Search Rows module before Append
Premium filter catches too fewSome groups have low premium ratios — remove filter for all members

Frequently Asked Questions

How do I extract LinkedIn group members into Google Sheets?

Join the target LinkedIn group, then use this Make.com scenario with ConnectSafely's API. The scenario fetches group members, filters for premium status, and appends each profile as a new row in your Google Sheet automatically.

Why focus on LinkedIn Premium members specifically?

Premium members pay for LinkedIn tools — they're demonstrably more professional and active on the platform. They have higher InMail response rates, accept connection requests more frequently, and are often in decision-making roles (Sales Navigator, Recruiter, and Business Premium are the most common).

How many members can I extract from a LinkedIn Group?

Extraction limits depend on group size and pace. For groups under 5,000 members, a single run works fine. For larger groups, spread extraction across multiple runs over several days to avoid hitting rate limits.

Related Workflows


Build your next prospect list in minutes, not days. Start your ConnectSafely free trial and get started today.

Prerequisites

  • Make.com account
  • ConnectSafely.ai account with API key
  • LinkedIn account connected to ConnectSafely
  • Membership in the target LinkedIn Group
  • Google Sheets account

Required Integrations

Make.comMake.com
ConnectSafelyConnectSafely
LinkedInLinkedIn
Google SheetsGoogle Sheets

Use Cases

  • Extract premium members from LinkedIn Groups into a spreadsheet
  • Build targeted prospect lists from niche LinkedIn communities
  • Identify high-value members (LinkedIn Premium = higher-intent buyers)
  • Populate outreach lists from groups in your industry or niche
  • Research group composition before advertising or content targeting

Ready to get started?

Download this workflow template and customize it for your needs.

Related Templates

Build LinkedIn Lead Lists in Seconds with Google Sheets: Make.com Scenario

Stop manually searching LinkedIn and copying profiles into spreadsheets. This Make.com scenario automates the entire process — search LinkedIn and save results directly to Google Sheets.

View Template

AI-Powered LinkedIn Outreach: Make.com Scenario

Automate personalized LinkedIn outreach at scale using Make.com, Google Sheets, Gemini AI, and ConnectSafely.ai. Build a complete AI-powered lead generation scenario.

View Template

LinkedIn Group Members to Sheets | n8n

Extract LinkedIn group members to Google Sheets with n8n. Filter for premium members and export prospect lists automatically.

View Template