EmployerJobExternalPostingMetadata
Object
EmployerJob metadata from an external posting source.
Fields
jobPostingId ID
Posting ID for the job. Also known as referenceNumber or refnum.
jobRequisitionId ID
Requisition ID for the job. Also known as clientReferenceNumber.
Not the same as ExternalJobPost.id and not a job key.
campaignCategories [String!]! Non-Null
IDs for grouping related jobs in sponsored job campaigns.
trackingUrls [WebUrl!]! Non-Null
Tracking URLs for the job.
rawInputLocation String
Raw location string from the job feed. Combines street address and city, region, and postal values separated by commas.
Example (USA): 1600 Pennsylvania Ave, Washington, District of Columbia, 20500 Example (UK): 20 Farringdon Rd, Mayfair, London, W1J Example (Japan): 2-7-2, 100-8994 東京都千代田区丸の内
isIntegratedJob Boolean
Indicates the job came from an integration (XML/API), rather than web crawling or directly on Indeed.
Example
{ "jobPostingId": "opaqueId", "jobRequisitionId": "opaqueId", "campaignCategories": ["abc123"], "trackingUrls": [ "https://www.example.com/" ], "rawInputLocation": "abc123", "isIntegratedJob": true}