JobsPipe

Changelog

Notable changes to the JobsPipe API and dashboard.

Notable changes, newest first. The API is versioned under /v1; additive changes (new response fields, new filters) are not breaking - read only the fields you need.

2026-08

  • region_or filter. Match US states and Canadian provinces by ISO 3166-2 code, e.g. ["US-NY","CA-ON"]. It matches every spelling a job board publishes, so "CA-ON" finds both "ON" and "Ontario", and it is more precise than job_location_or, which substring-matches the city or the region alike. See the filter reference.
  • More fields on every job. POST /v1/jobs/search now also returns work_arrangement, is_manager, job_function, last_seen_at, verified_at and sources. Nothing was renamed, retyped or removed, so existing integrations are unaffected. is_manager is the one to reach for if you rely on seniority: it separates a principal individual contributor from an actual director, which seniority alone files under the same value. See the job schema.
  • work_arrangement_or filter. Match remote, hybrid or onsite directly, where the remote boolean answers false for hybrid and onsite alike. The underlying field is still backfilling, so the filter matches nothing yet - see field coverage.
  • Better location coverage. Country resolves on 96.0% of postings, up from 72.0%, and continents on 94.7%, up from 0%, measured on a stratified sample of 2,153 production postings across all ten sources.

2026-07

  • Credits are denominated in jobs. 1 credit = 1 job returned, replacing the previous per-request model. Free includes 1,000 jobs/month, Builder 25,000/mo, Scale 300,000/mo. A search that matches nothing is free, and blur_company_data: true previews results at no cost. Allowances reset at the start of each billing cycle. See Plans.

2026-06

  • Developer docs. Launched the full documentation site: complete filter reference, job schema glossary, pagination, error reference, dashboard guides, and use-case recipes.
  • API keys. Generate, name, and revoke keys from Settings → API Keys, with last-used tracking. See Manage API keys.
  • Usage metering. The dashboard Usage page and GET /api/users/me now report month-to-date request usage against your plan limit.
  • Rate limits & quotas. Per-second rate limits and monthly request quotas are enforced per plan - Free 2/s · 1,000 jobs/mo, Builder 10/s · 25,000/mo, Scale 50/s · 300,000/mo. See Rate limits.

On the roadmap

  • Webhook delivery for new and changed postings.
  • Official SDK client libraries (Python, JavaScript).

On this page