Collect hiring posts from the monthly Who is hiring thread and turn them into clean job records in Airtable. Recruiters, job boards, and founders can build a live list of roles without copy and paste.
When you run it, an HTTP call searches the index on Algolia for the latest Who is hiring post. The flow splits the results and keeps key fields like title, dates, and story id. A filter keeps the newest thread. The official API returns the main story and a list of child comments. Each child is a job post. The flow fetches each comment, pulls the text, and removes HTML. You can turn on a limit for safe testing. OpenAI with a structured parser turns messy text into neat fields such as company, role, location, type, salary, description, apply url, and company url. Finally, each job is written as a row in Airtable.
Set up is simple once you have credentials. For Algolia, copy the request headers from your browser network tab and paste into the HTTP Request node. Hacker News API needs no key. Map Airtable fields to match the schema. Expect a big time save each month and cleaner data for sourcing and outreach. Common uses include daily candidate outreach, tracking competitor hiring, and building a niche job feed.