
I Built a Job Board That Aggregates 7 Free APIs — Here's How
As a solo developer, I wanted to build something useful — a job board that pulls real listings from multiple sources into one clean interface. No fake jobs, no paid listings, just real opportunities. What is JobsClix? JobsClix is an automated job board that aggregates listings from 7 free APIs: Remotive — remote tech jobs Arbeitnow — European & global jobs Jobicy — remote-first companies RemoteOK — remote developer jobs The Muse — company profiles + jobs USAJobs — US government positions Adzuna — global job listings Every day, a cron job fetches new listings, deduplicates them, maps them to categories, and publishes them — completely automated. Tech Stack Next.js 16 (App Router, server-rendered for SEO) Prisma + PostgreSQL (Neon serverless) Tailwind CSS 4 Vercel (hosting + cron jobs) NextAuth v5 (Google + credentials auth) How the Import Pipeline Works Cron job runs daily at 8 AM UTC Fetches from all 7 APIs in parallel Normalizes job data into a common format Deduplicates by source + s
Continue reading on Dev.to Webdev
Opens in a new tab




