Filter Remote Jobs & Remap Fields
Sync only remote jobs, reshaped to a flat custom schema. No AI, no setup, no cost — this is the Filter Remote Jobs & Remap Fields template in the picker.Flow
Configuration
Filter Node — mode include, logic all:
Field Mapper Node — mode mapped_only:
Result
Non-remote jobs are dropped (counted as filtered in the push log, not written). Remote jobs arrive at your destination as flat documents in your own naming scheme. Everything runs in sub-millisecond time per job.Extract Requirements & Responsibilities
Parse job descriptions to extract structured requirements and responsibilities using AI, then merge back with the original data.Flow
Configuration
AI Node:- Model: any OpenRouter model — the built-in templates default to
liquid/lfm2-8b-a1b - System Prompt: “You are a job data extraction assistant. Extract requirements (must-have and preferred) and key responsibilities from the job description. Always respond with valid JSON.”
- User Prompt: “Extract requirements and responsibilities from this job posting:\n\n{{input}}”
- Output Schema:
- Strategy: deep
- Conflict Resolution: patch wins
Result
The original job object is enriched with structuredrequirements and responsibilities fields extracted by AI. All original fields (title, company, locations, etc.) are preserved through the merge.
This costs one LLM call per synced job on your OpenRouter key. Consider
adding a Filter node after Input so only jobs you actually want are
processed.
Generate SEO Metadata
Generate SEO-optimized titles, meta descriptions, and keywords for job postings. Uses a Liquid node to prepare a focused context first, reducing AI token usage.Flow
Configuration
Liquid Node — prepares a concise context for the AI:- System Prompt: “Generate SEO metadata for a job posting. Respond with valid JSON only.”
- User Prompt: “Generate SEO-optimized metadata for this job:\n\n{{input}}”
- Output Schema:
- Strategy: deep
- Conflict Resolution: patch wins
Result
The original job object gains SEO fields (seo_title, meta_description, keywords) while preserving all original data. Ready for search engine indexing.

