See llms.txt for all machine-readable content.

Back to Templates

Scrape Indeed job listings into dated Google Sheets with Apify

Created by

Created by: Giraldo || automat-forge
Giraldo

Last update

Last update 13 days ago

Categories

Share


Quick Overview

This workflow collects job listings from Indeed via the Apify Indeed Scraper actor based on form inputs, then creates a dated Google Sheets spreadsheet and appends the scraped job data as rows.

How it works

  1. Opens an n8n form where you enter the target Location, Position, Country, and number of results to scrape.
  2. Creates a new Google Sheets spreadsheet named with the current date (for example, “Indeed Scraper 2026-08-11”).
  3. Runs the Apify Indeed Scraper actor using the submitted search parameters and retrieves the resulting dataset.
  4. Appends the scraped job listings (for example, company, position, location, salary, description, and links) into the first sheet of the newly created Google Sheets spreadsheet.

Setup

  1. Connect an Apify account credential and ensure the Apify actor “misceres/indeed-scraper” is available to run in your workspace.
  2. Connect a Google Sheets OAuth2 credential with permission to create spreadsheets and write rows.
  3. Review the form defaults (Country and Quantity) and adjust the max items parameter if you want to scrape more or fewer than 100 jobs per run.