Connecting Odds
Summary: Every job listing is either poster-authored on Connecting Odds or discovered from a partner ATS. Discovered jobs upsert on unique hash and are verified weekly for closure.

Jobs

Discovery pipeline

  1. Adapters poll partner ATSes (Ashby, Workable, Greenhouse, Lever, and more).
  2. Each listing is hashed on (source, external_id); existing rows update in place.
  3. A weekly job verifies open listings; closed rows flip is_active to false but are not deleted.

Filters

Search supports country, city, remote-only, industry, role, seniority, employment type, salary band. See Jobs API.

FAQ

Are closed jobs deleted?
No. Rows persist with is_active=false so historical URLs return a 410 rather than a hard 404.
How fresh is the data?
Discovery runs daily; a full re-verification pass runs weekly.