EmployerJobData
Interface for the types of job data recorded in indeed.
Fields
title String! Non-Null
Job posting title.
dateCreated DateTime! Non-Null
When the job posting was created.
description String! Non-Null
Job posting description.
company String! Non-Null
Hiring company name (max 200 characters).
salary JobSalary
Salary period and range.
period JobSalaryPeriod! Non-Null
Pay period.
maximumMinor Long
Maximum amount in local minor currency.
minimumMinor Long
Minimum amount in local minor currency.
currency CurrencyCode
ISO 4217-formatted currency code.
maximumMajor BigDecimal
Maximum amount in local major currency.
minimumMajor BigDecimal
Minimum amount in local major currency.
basePaySpecified Boolean
Whether the employer indicated the pay is base pay.
jobLocation JobLocation
Localized, formatted job location info.
externalJobPageUrl WebUrl
Job posting URL on a non-Indeed site, such as the employer's website.
externalPostingMetadata EmployerJobExternalPostingMetadata
Metadata for the job provided by external posting sources.
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.
datePostedOnIndeed DateTime
Example
{ "title": "abc123", "dateCreated": "2023-01-01T09:00:00Z", "description": "abc123", "company": "abc123", "salary": JobSalary, "jobLocation": JobLocation, "externalJobPageUrl": "https://www.example.com/", "externalPostingMetadata": EmployerJobExternalPostingMetadata, "datePostedOnIndeed": "2023-01-01T09:00:00Z"}