Added

[Added] Jobs API enhancements

Added

Jobs API enhancements

We’ve expanded the Jobs API (GET /v1/jobs) so integrators can retrieve more complete job data and perform efficient delta-syncs.

• Richer job objects – Each job record now includes wage_lower_bound, wage_upper_bound, wage_type, benefits, and application_questions, eliminating extra round-trips for this information. • Date-range filtering – New created_after and created_before parameters let you pull only the jobs created within a specific day-inclusive range (UTC), ideal for incremental syncs and lighter payloads.

All changes are fully backward-compatible: existing integrations continue to work without modification if they ignore the new fields and parameters.