Facebook Group Lead Collector

Effortlessly scan Facebook group members and sync their profile data to your own Google Sheet.

Available in the Google Chrome Web Store!

This Chrome extension is designed for marketers, community managers, recruiters, and entrepreneurs who use Facebook groups to connect with potential leads. Rather than manually browsing and copying member info, this tool lets you scan and export visible data with just a few clicks.


✨ Features

  • ✅ Scan public Facebook group members
  • ✅ Extract names, job titles, and friendship status
  • ✅ Sync leads to your own Google Sheet using your own Google Apps Script
  • ✅ All data is stored locally and synced only by your choice
  • ✅ Zero third-party storage or tracking

🚀 How It Works

  1. Install the Extension from the Chrome Web Store.
  2. Open any Facebook group you’re a member of.
  3. Click the FB Leads extension icon from your toolbar.
  4. Paste your Google Apps Script Web App URL.
  5. Click “Scan Members”.
  6. Click “Sync All to Google Sheets” to send the data to your sheet.

🧩 Google Sheets Setup

  1. Create a new Google Sheet.
  2. Go to Extensions > Apps Script.
  3. Paste the following code:
function doPost(e) {
  const sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
  const data = JSON.parse(e.postData.contents);
  sheet.appendRow([
    new Date(),
    data.name || '',
    data.profile || '',
    data.description || '',
    data.friendship || ''
  ]);
  return ContentService.createTextOutput("OK").setMimeType(ContentService.MimeType.TEXT);
}
  1. Click Deploy > Manage deployments > +New deployment.
  2. Choose Web app.
    • Execute as: Me
    • Who has access: Anyone
  3. Click Deploy, then copy your Web App URL.
  4. Paste that URL into the extension’s popup field.

🔐 Privacy First

  • No account or login required
  • No data ever leaves your browser unless you sync it
  • Fully CSP-compliant and Chrome Web Store–approved

View our Privacy Policy for more details.


🧠 Tips

  • Scroll through the group members before scanning to load more profiles
  • Use in combination with Google Sheets filters or Zapier to automate follow-up
  • Sync window will open in a new tab so it won’t stop if you close the popup

We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Privacy Policy