Indeed · JSON Structure

Indeed Employer Job Posting Structure

Type: object Properties: 13
CareersEmploymentHiringJob SearchJobsRecruiting

JobPosting is a JSON Structure definition published by Indeed, describing 13 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

jobPostingId title description benefits qualifications employmentType remoteWorkPolicy employer status applicationUrl createdAt updatedAt expiresAt

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobPosting",
  "type": "object",
  "properties": {
    "jobPostingId": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "benefits": {
      "type": "array"
    },
    "qualifications": {
      "type": "array"
    },
    "employmentType": {
      "type": "string"
    },
    "remoteWorkPolicy": {
      "type": "string"
    },
    "employer": {
      "type": "object"
    },
    "status": {
      "type": "string"
    },
    "applicationUrl": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    },
    "expiresAt": {
      "type": "string"
    }
  }
}