Automate Job Search & Curation with JSearch API & Google Sheets

How it works This workflow automates the job curation process by retrieving pending job search inputs from a spreadsheet, querying the JSearch API for relevant job listings, and writing the curated results back to another sheet. It is designed to streamline job discovery and reduce manual data entry.

Step-by-step

  1. Trigger & Input The workflow starts on a defined schedule (e.g., once per day).

It reads a row from the Job Scraper sheet where the status is marked as "Pending".

The selected row includes fields like Position and Location, which are used to build the search query.

  1. Job Search & Processing Sends a search request to the JSearch API using the Position and Location from the spreadsheet.

Parses the API response and extracts individual job listings.

Filters out empty, irrelevant, or invalid entries to ensure clean and relevant job data.

  1. Output & Status Update Writes valid job listings to the Job Listing output sheet with fields such as job title, company name, location, and more.

Updates the original row in the source sheet to mark it as Scraped, ensuring it will not be processed again in future runs.

Benefits Reduces manual effort in job research and listing.

Ensures only valid, structured data is stored and used.

Prevents duplicate processing with automatic status updates.

Simple to expand by adding more job sources or filters.

0
Downloads
1
Views
8.06
Quality Score
beginner
Complexity
Author:Avkash Kakdiya(View Original β†’)
Created:8/13/2025
Updated:11/17/2025

πŸ”’ Please log in to import templates to n8n and favorite templates

Workflow Visualization

Loading...

Preparing workflow renderer

Comments (0)

Login to post comments