惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
G
Google Developers Blog
博客园 - 司徒正美
J
Java Code Geeks
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
D
Docker
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
腾讯CDC
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
C
Check Point Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
I
InfoQ
雷峰网
雷峰网
The Cloudflare Blog
美团技术团队
Engineering at Meta
Engineering at Meta

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Trace — Jobs Core API- Structured Job Posting Data Withou...
0x59 · 2026-06-17 · via Hacker News: Show HN

Trace Jobs Core API — Interpretation‑free job posting data, delivered without scraping.

Trace

Jobs Core API

Interpretation‑free job posting data, delivered without scraping.

View API Pricing & Access

Why this exists

  • Scraping Is Fragile: HTML layouts shift without notice, breaking pipelines and burning engineering time.
  • Extraction Is Unreliable: LLM‑based parsing introduces silent errors, hallucinated fields, and schema drift.
  • Sources Don’t Align: Job boards and ATS systems format titles, locations, and timestamps differently.
  • Everyone Rebuilds the Same Stack: Teams repeatedly write scrapers, mappers, and dedupers just to reach clean data.

What it is

The Jobs Core API provides interpretation-free job posting data: records derived deterministically from machine-readable sources, without scraping, AI extraction, enrichment, classification, or inferred metadata.

  • Data Source: 9800+ structured feeds
  • Data Refresh: Daily at 06:00 UTC
  • Ingestion Rate: 13k/day average
  • Data Standard: Schema.org
  • Deduplication: SHA-256
  • Normalization: Best‑effort ISO mapping with original values preserved when unmappable.

We ingest job data daily from public machine‑readable endpoints, translate it into a standard form, apply best‑effort ISO field normalization, canonicalize it via RFC 8785, and commit it to a content‑addressed store. Zero scraping, zero guesswork, maximum fidelity.

View sample queries & real data→

What you get

  • Months of Saved Engineering Time: Skip building scrapers and fixing broken pipelines. We handle the upstream mess so your team can focus on building your actual product.
  • Instant Market Coverage: Tap into 9800+ feeds and ~13k new postings daily. Get full market visibility overnight without the massive infrastructure and data-gathering costs.
  • Standard Data, Zero Mapping: Records are normalized to Schema.org, with original upstream values preserved when ISO mapping is ambiguous.
  • Lower Compute & Storage Costs: Automated SHA-256 byte-level deduplication ensures you only process unique, net-new data. Delivered as sparse JSON optimized for databases and AI/RAG apps.

Who it's for

  • Investment & Market Analysts: Queries and tracks specific market sectors, job titles, or regional hiring trends directly from Python/Pandas without dealing with unstructured web text.
  • AI/RAG Product Teams: Feeds structured JSON fields straight into embedding models and vector DBs. Eliminates token waste and hallucinations from unstructured HTML.
  • Niche Job Boards & Aggregators: Syncs net-new listings to Postgres or Supabase via target query cron jobs, replacing broken Puppeteer/Playwright scrapers.

Why it's different

  • Stability: Direct connections to machine‑readable feeds eliminate breakage from frontend redesigns.
  • Predictability: No scraping or AI parsing means zero structural drift and fully deterministic fields.
  • Compliance: Built exclusively on public machine endpoints intended for automated access, minimizing legal risk.
  • Readiness: Native Schema.org JSON with best-effort ISO-standardized fields, preserving originals when mapping is ambiguous.

Give it a try

Paste the command below to receive real, fresh, data right to your terminal.

Note: This sandbox key has limited search/filter access. Sign up for a full API key.

Recent Postings in Major Tech Hubs

$ curl -G \
   -H "X-API-Key: THIS_IS_A_SANDBOX" \
   --data-urlencode "city=san francisco" \
   --data-urlencode "city=new york" \
   --data-urlencode "city=austin" \
   --data-urlencode "city=seattle" \
   --data-urlencode "sortby=date_posted" \
   "https://api.kaleh.net/trace/jobs/core/search"

Read the full API reference →


Pricing

Basic

$0/mo

200 requests / month
(Up to 2.4k records)

Get Basic

$25/mo

10,000 req / month
(Up to 120k records)

Get Pro

Team

$50/mo

25,000 req / month
(Up to 300k records)

Get Team

Scale

$100/mo

55,000 req / month
(Up to 660k records)

Get Scale

Are you an enterprise user? Do you need historical archive access or bulk data? Let's talk


Connect with a human by messaging the support mailbox on this domain.

kaleh.net
Kaleh LLC, 2026