Turn a job description into a clean list of LinkedIn profiles saved in Google Sheets. Recruiters and HR teams can build a first pass candidate list fast and avoid manual searching.
A chat message starts the flow. Your text goes to OpenAI, which creates a Boolean search string for Google. The system creates a new sheet with a timestamped name and adds a linkedin_url column. It calls Google Search with your cookie header, waits 5 seconds between pages, and pulls 10 results at a time. A code step extracts only LinkedIn profile links from the HTML and writes them to the sheet. Pagination keeps going until the limit you set in the If step is reached.
You need an OpenAI API key, a Google Sheets account, and a valid cookie header from your browser to run authenticated Google searches. Most teams get a list in minutes and save hours each week on sourcing. Tune the page limit for more or fewer results, and use this for any role where LinkedIn is a key channel.