Evaluate LinkedIn profiles with Apify and Groq Llama chat model
Quick overview This workflow collects a LinkedIn profile URL via an n8n form, scrapes the public profile data using the Apify LinkedIn Profile Scraper actor, analyzes the results with a Groq-hosted Llama model, and displays an HTML-formatted evaluation back to the user.
How it works Receives a LinkedIn Profile URL when a user submits the n8n form. Prepares the LinkedIn URL along with the Apify API token and Groq API key used for downstream requests. Sends the profile URL to the Apify harvestapi/linkedin-profile-scraper actor and retrieves the scraped dataset items. Passes the scraped profile JSON to a Groq chat model via an LLM chain to generate an HTML evaluation with a score and recommendations. Displays the generated HTML evaluation to the user as the form completion message.
Setup Add a valid Apify API token and ensure the Apify actor endpoint (harvestapi/linkedin-profile-scraper) is accessible for your account. Add Groq API credentials in n8n and confirm the selected model (meta-llama/llama-4-scout-17b-16e-instruct) is available to your Groq account. Replace the placeholder API key values in the workflow (or move them to n8n credentials/environment variables) and verify the form field label matches LinkedIn Profile URL.
Related Templates
Extract Title tag and Meta description from url for SEO analysis with Airtable
Extract Title tag and meta description from url for SEO analysis. How it works The workflows takes records from Airtabl...
Restore your workflows from GitHub
This workflow restores all n8n instance workflows from GitHub backups using the n8n API node. It complements the Backup ...
Build a Restaurant Voice Assistant with VAPI and PostgreSQL for Bookings & Orders
This n8n template demonstrates how to create a comprehensive voice-powered restaurant assistant that handles table reser...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments