Automate Job Listings Extraction from Hacker News to Airtable with AI - n8n Workflow | Neura Market
Automate Job Listings Extraction from Hacker News to Airtable with AI
This workflow automates the extraction and structuring of job listings from Hacker News using AI, and saves them into Airtable for easy access and management.
The workflow begins by fetching the latest 'Ask HN: Who is hiring?' posts from Hacker News using the Algolia API. It then processes and cleans the job listings text, converting them into structured data using Google Gemini AI via LangChain. The structured data is parsed and stored in Airtable, enabling users to build a job board, track hiring trends, or integrate with other systems like CRMs or Slack.
Platform
n8n
Category
AI
Price
Free
Creator
Zoe Mitchell
set
code
limit
filter
airtable
splitOut
httpRequest
scheduleTrigger
chainLlm
lmChatGoogleGemini
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.