⚡ Automate LinkedIn job search and applications with Claude AI and Google Sheets

673 views · ⚡ Personal Productivity

💡 Pro Tip — Job boards are notoriously hard to scrape — CAPTCHAs, rate limits, constantly changing layouts. ScraperNode has maintained scrapers for Indeed jobs, Glassdoor reviews, and Glassdoor jobs that handle all of that for you.

View All Scrapers

Description

This AI-powered workflow automatically searches LinkedIn for relevant jobs, scores them using Claude AI based on your profile, sends personalized applications or connection requests, and logs everything to a Google Sheet for tracking.

How it works

  1. Trigger - Runs on a schedule or via webhook to start a new job search
  2. Search LinkedIn - Fetches job listings based on keywords, location, and filters
  3. Filter & Deduplicate - Removes already-applied or seen jobs
  4. Analyze with Claude AI - Scores each job against your resume/profile
  5. Decision Gate - Only proceeds with jobs above your score threshold
  6. Apply or Connect - Sends Easy Apply or connection request to recruiter
  7. Log Results - Records all actions in Google Sheets for tracking

Setup Steps

  1. Import this workflow into your n8n instance
  2. Configure credentials:
    • LinkedIn OAuth2 - LinkedIn Developer Portal
    • Anthropic API - For Claude AI job scoring
    • Google Sheets - To track applications
  3. Update your profile/resume text in the Build Search Context node
  4. Set your job keywords and location preferences
  5. Activate the workflow

Sample Trigger Payload

{
  "keywords": "Product Manager",
  "location": "Bangalore, India",
  "experienceLevel": "mid-senior",
  "jobType": "full-time",
  "scoreThreshold": 70
}

Features

Explore More LinkedIn & Social Automation:
Contact us to design AI-powered lead nurturing, content engagement, and multi-platform reply workflows tailored to your growth strategy.

🔗 Nodes Used

Google Sheets, HTTP Request, Webhook, AI Agent, Anthropic Chat Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup