# Huntr > Free, anonymous Phoenix-area + remote AI/tech job aggregator. Daily-fetched > from official ATS APIs (Greenhouse, Lever, Ashby, Workday) plus Craigslist. > No auth, no signup, no scraping middlemen. Huntr is a tool, not a content site. The data is the value. AI agents and human readers are equally welcome — this file exists to make programmatic access obvious. ## Audience - Job seekers searching the Phoenix Valley or remote AI/tech roles - AI agents (ChatGPT, Claude, Perplexity, Gemini) summarizing the live market - Researchers studying ATS-feed quality and job-posting freshness ## Data sources (refreshed daily, ~24h cadence) - Greenhouse public job boards - Lever public job boards - Ashby public job boards - Workday public career sites (24 tenants, Phoenix-employer focus) - Craigslist Phoenix jobs section ## Endpoints - / Phoenix-area onsite/hybrid map (Leaflet) - /remote Global remote orbit (polar SVG by category) - /jobs Server-rendered top-50 fresh listings (HTML, no JS required) — each
carries JobPosting JSON-LD. Best surface for LLM/AI crawlers. - /api/stats JSON: total_jobs, geocoded, onsite_or_hybrid, remote, by_source, by_tier - /api/jobs JSON: filtered job list (query params: onsite_only, has_coords, status, hide_tiers, source_type, regions, min_salary, max_salary) - /api/remote JSON: remote jobs with category/region rollups - /healthz liveness probe ## Quality tiers fresh (<7d) | stale (>30d, hidden by default) | repost (cross-posted body) | spam | mlm | unknown ## Freshness Job records carry `posted_at` (ISO 8601). Aggregator fetch cadence is daily at 14:00 UTC. `/api/stats` returns live counts. ## Access policy Anonymous, no API key, no rate limit on read endpoints. Write endpoints (/api/save, /api/status) are rate-limited per IP. ## Contact andrew.j.crittenden@gmail.com