FindEmployerJobsPartnerFilterInput
Input Object
Filters job postings.
Fields
legacySourceId ID
Alphanumeric source ID from the Sponsored Jobs API. Primarily for ad agency partners.
If provided, lists jobs with this ID. If omitted, lists all jobs for the employer associated with the access token.
jobFeedType [JobFeedType!]
Filters jobs by feed type/source.
UNKNOWN: Can combine with one other type. Applies to jobs before June 1, 2025 that weren't classified.
Other types: Only one allowed.
Default: INTEGRATED_FROM_PARTNER
includeMultiLocationJobs Boolean
Whether to include multi-location jobs.
Example
{ "legacySourceId": "opaqueId", "jobFeedType": ["CREATED_ON_INDEED"], "includeMultiLocationJobs": true}