LinkedIn Profile Finder
Overview
This automation finds LinkedIn profiles and pulls current job details for people listed in a Google Sheet. It reads names from your sheet, looks up the matching LinkedIn profile through your browser, and uses AI to extract the person’s current title and company. Then it writes everything back to the same sheet, so your list stays up to date. It runs as a simple API you can trigger, and it uses Google Sheets, a browser extension, and AI working together behind the scenes to save you hours of manual research.
Description
This automation enriches people data from a Google Sheet by combining sheet rows, browser-based LinkedIn lookups, and AI technology into a clean, updated spreadsheet. It first reads the names that are missing LinkedIn details, then searches for each person’s LinkedIn profile and grabs the best match. In parallel, it uses AI technology to parse the profile content and pull out the current job title and company. After processing each name (with smart limits to avoid overloading your tools), it writes the LinkedIn URL, title, and company back to the sheet to produce an enriched list that’s ready for outreach, recruiting, or research.
Key Features
Google Sheets to LinkedIn enrichment: Reads names from a sheet and fills in LinkedIn URL, title, and company.
AI-powered parsing: Uses the Gemini 2.0 Flash model (via CodeWords Runtime) to extract current role and employer from profile content.
Browser-driven profile discovery: Searches LinkedIn through a browser extension to find the most likely profile match.
Safe concurrency: Looks up multiple names at once with a sensible cap (5 at a time) to stay fast and stable.
Single endpoint, simple trigger: Exposes a friendly POST endpoint you can call with a sheet ID and a row limit.
Write-back to your sheet: Updates the original Google Sheet so your source of truth stays current.
Structured logging: Uses structlog for clear, actionable logs as the automation runs.
Production-ready FastAPI app: Runs with FastAPI and Uvicorn for reliable, lightweight execution.
Instructions
Open the automation and connect your accounts: Google Sheets, LinkedIn (if needed), and CodeWords Runtime (URI + API key).
Prepare your sheet: Include a “name” column and make sure you have edit access to the sheet you want to enrich.
Copy the Google Sheet ID and paste it into the request when starting a run. Optionally set a max rows value if you don’t want to process everything.
Hit run to start enrichment. The automation will search LinkedIn, parse profiles with AI, and gather titles and companies.
Check your results in the same sheet. You’ll see LinkedIn URLs, job titles, and companies filled in for processed rows.
Tweak and repeat as needed: adjust the row limit, fix any ambiguous names in your sheet, and run again to complete your list.
Use Cases
This automation is perfect for sales, marketing, and recruiting teams who maintain people lists in Google Sheets and need quick, reliable LinkedIn details. It’s great for enriching lead lists, preparing for outreach, checking current roles before a campaign, or building a targeted talent pool. If you’re tired of opening tab after tab and copy-pasting titles and companies, this makes the process fast, consistent, and easy.
Frequently Asked Questions
Last updated