Project

Talent Acquisition Market Intelligence Dashboard

Project #3 in queue... a map of the recruiting talent market intelligence

The goal: Visualizing where talent acquisition professionals are needed geographically in the USA.


Overview

A full-stack talent market analytics platform that scrapes, stores, and visualizes job posting data across the US in near real time. Think of it as a talent market pulse: an interactive map and dashboard that updates weekly, automatically.


The Design

Hetzner VPS (weekly scraper)
        ↓
PostgreSQL on Hetzner (job data store)
        ↓
REST API on Hetzner (serves data)
        ↓
Next.js on Vercel (dashboard UI)

What the Dashboard Will Show

  • Interactive US map — job density by location

Tech Stack

LayerTechnology
ScraperPython (scheduled cron on Hetzner VPS)
DatabasePostgreSQL (hosted on Hetzner)
APIREST endpoint on Hetzner (serves JSON to frontend)
FrontendNext.js on Vercel
ChartsD3.js or Recharts
MapReact Simple Maps (US choropleth)

Build Order

  1. Set up scraper on Hetzner VPS + store results in PostgreSQL
  2. Build a lightweight REST API on Hetzner to serve job data
  3. Build the dashboard page in Next.js (map + charts)
  4. Deploy to Vercel and wire up the API vibe coded

Status

🗂️ tbd...