--- title: New employment statuses filters description: Added the employment_statuses_or filter to Jobs and Companies search endpoints to match statuses like full_time or seasonal, plus new property_exists options to filter for jobs where employment status data is available. url: https://theirstack.com/en/product-updates/2025-08-11-employment-statuses --- New `employment_statuses_or` filter in the [Jobs Search endpoint](/en/docs/api-reference/jobs/search_jobs_v1) and [Company Search endpoint](/en/docs/api-reference/companies/search_companies_v1). Pass an array like `["full_time", "seasonal"]` to match any of the provided statuses. Leave empty or pass `null` to include all jobs. New `employment_statuses` option for `property_exists_or` and `property_exists_and` in the [Jobs Search endpoint](/en/docs/api-reference/jobs/search_jobs_v1) and [Company Search endpoint](/en/docs/api-reference/companies/search_companies_v1). Filter to only jobs where employment status information is available and populated.