Skip to main content

Automate job searches with Job Search Global API & Google Sheets

Workflow preview

Workflow preview
100%
Automate job searches with Job Search Global API & Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Job Search Automation with Job Search Global API & Google Sheet Logging Description: Automate your job search process by querying the [ Job Search Global API ](https://rapidapi.com/PrineshPatel/api...

Best for

  • Lead Generation automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.emailsend, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, n8n-nodes-base.code

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Evoort Solutions.

Original n8n.io source

1.1 Workflow description

Title
Automate job searches with Job Search Global API & Google Sheets
Workflow name
Automate job searches with Job Search Global API & Google Sheets

Job Search Automation with Job Search Global API & Google Sheet Logging

Description: Automate your job search process by querying the Job Search Global API via RapidAPI every 6 hours for a specified keyword like “Web Developer.” This workflow extracts job listings and saves them directly to Google Sheets, with alerts sent for any API failures.


Workflow Overview

  1. Schedule Trigger Runs the workflow automatically every 6 hours to ensure up-to-date job listings.

  2. Set Search Term Defines the dynamic job keyword, e.g., "Web Developer," used in API requests.

  3. Fetch Job Listings Sends a POST request to the Job Search Global API (via RapidAPI) to retrieve job listings with pagination.

  4. Check API Response Validates the API response status, branching workflow on success or failure.

  5. Extract Job Data Parses the job listings array from the API response for processing.

  6. Save to Google Sheet Appends or updates job listings in Google Sheets, avoiding duplicates by matching job titles.

  7. Send Failure Notification Email Sends an alert email if the API response fails or returns an error.


How to Obtain Your RapidAPI Key (Quick Steps)

  1. Go to RapidAPI Job Search Global API.
  2. Sign up or log in to your RapidAPI account.
  3. Subscribe to the API plan that suits your needs.
  4. Copy your unique X-RapidAPI-Key from the dashboard.
  5. Insert this key into your workflow’s HTTP Request node headers.

How to Configure Google Sheets

  1. Create a new Google Sheet for job listings.
  2. Share the sheet with your Google Service Account email to enable API access.
  3. Use the sheet URL in the Google Sheets node within your workflow.
  4. Map columns correctly based on the job data fields.

Google Sheet Columns Used

Column Name Description
title Job title
url Job posting URL
company Company name
postDate Date job was posted
jobSource Source of the job listing
slug Unique job identifier or slug
sentiment Sentiment analysis score (if any)
dateAdded Date the job was added to the sheet
tags Associated tags or keywords
viewCount Number of views for the job post

Use Cases & Benefits

  • Automated Job Tracking: Get fresh job listings without manual searching by automatically querying the Job Search Global API multiple times per day.
  • Centralized Job Data: Save and update listings in Google Sheets for easy filtering, sharing, and tracking.
  • Failure Alerts: Get notified immediately if API calls fail, helping maintain workflow reliability.
  • Customizable Search: Change keywords anytime to tailor job searches for different roles or industries.

Who Is This Workflow For?

  • Recruiters looking to monitor job market trends in real-time.
  • Job Seekers who want to automate job discovery for specific roles like “Web Developer.”
  • HR Teams managing talent pipelines and job postings.
  • Data Analysts needing structured job market data for research or reporting.

Create your free n8n account and set up the workflow in just a few minutes using the link below:

👉 Start Automating with n8n

Save time, stay consistent, and grow your LinkedIn presence effortlessly!

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Set Search Term

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 2 - Fetch Job Listings

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - Check API Response

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 4 - Send Failure Notification Email

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

Block 5 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 6 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Save to Google Sheet1

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 12 - Extract Job Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automate job searches with Job Search Global API & Google Sheets
Complexity advanced
Nodes 15
Categories Lead Generation
Author Evoort Solutions
Published 22 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8820/8820.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate job searches with Job Search Global API & Google Sheets do?

Job Search Automation with Job Search Global API & Google Sheet Logging Description: Automate your job search process by querying the [ Job Search Global API ](https://rapidapi.com/PrineshPatel/api...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation use case.