Scrape and Enrich LinkedIn Post to Google Sheets
Overview
This automation scrapes the people who reacted to or commented on a LinkedIn post, collects their profile links, and spins up a Google Sheet you can share with your team. It uses AI to pull out names and profile URLs from what’s on the page, then kicks off background enrichment to add details like job title, company, email, and more. Everything runs through your browser and lands neatly in Google Sheets so you can review, filter, and take action quickly.
Description
This automation turns a LinkedIn post’s interactions into a clean, shareable Google Sheet by combining a browser extension for scraping and AI technology for extraction into a structured sheet. It first opens the LinkedIn post and scrolls the reactions list to gather the visible names and profile links, then uses AI to read that content and extract each person’s name and LinkedIn URL. In parallel, it creates a fresh Google Sheet to store the results. After the initial profiles are captured, it starts a background enrichment process that looks up the fields you care about (like company, job title, or email) and writes them into the sheet, producing an up-to-date contact list that’s ready for outreach or follow-up.
Key Features
LinkedIn post scraping: Gathers people who liked or commented on a post directly through your browser.
AI-powered profile extraction: Uses AI technology to pull names and LinkedIn profile URLs from the scraped content.
Automatic Google Sheet creation: Spins up a new spreadsheet with links and fields ready to fill.
Background enrichment: Kicks off enrichment to add job titles, companies, emails, and more while you continue working.
Customizable fields: Choose which information to extract, including optional custom details you specify.
FastAPI endpoint: A Simple POST endpoint you can call from tools or scripts to run the automation.
Uses CodeWords runtime + Gemini: Runs AI extraction via the CodeWords runtime with the gemini-2.0-flash model.
Structured logging: Built-in logging with structlog for easy monitoring and troubleshooting.
Instructions
Open the automation and connect your accounts: sign in with Google (for Sheets) and make sure your browser extension is set up for LinkedIn.
Paste the LinkedIn post URL you want to process and pick the fields you’d like enriched (you can also add custom info to look for).
Hit Run to start. The automation opens the post in your browser, loads everyone who reacted or commented, and captures their info.
Give it a minute while AI extracts names and profile URLs, then a new Google Sheet is created for you automatically.
Watch enrichment fill in the sheet in the background—job titles, companies, emails, and any extra details you requested.
Review and share your sheet. Filter, sort, and use it for outreach or follow-up right away.
Use Cases
This automation is perfect for marketers, recruiters, founders, and sales teams who want to turn engagement on LinkedIn into a targeted outreach list. Whether you’re following up with everyone who reacted to your launch post, building a talent pipeline from a popular discussion, or mapping accounts from a thought leadership thread, this tool gathers the names, links, and key details you need—fast—right in Google Sheets.
Frequently Asked Questions
Last updated