🎣 Automate job searches with Job Search Global API & Google Sheets

⚑ 1,063 views · 🎣 Lead Generation & Enrichment

πŸ’‘ 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

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 NameDescription
titleJob title
urlJob posting URL
companyCompany name
postDateDate job was posted
jobSourceSource of the job listing
slugUnique job identifier or slug
sentimentSentiment analysis score (if any)
dateAddedDate the job was added to the sheet
tagsAssociated tags or keywords
viewCountNumber of views for the job post

Use Cases & Benefits


Who Is This Workflow For?


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!

πŸ”— Nodes Used

Send Email, Google Sheets, HTTP Request, Schedule Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup