Schema.org · JSON Structure

Schema Org Job Posting

A listing that describes a job opening in a certain organization.

Type: object Properties: 25 Required: 3
Schema.orgStructured DataLinked DataJSON-LDVocabularySEOWeb StandardsRDFOntology

JobPosting is a JSON Structure definition published by Schema.org, describing 25 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type context title description datePosted validThrough url hiringOrganization jobLocation jobLocationType employmentType baseSalary educationRequirements experienceRequirements qualifications responsibilities skills industry occupationalCategory workHours jobBenefits incentiveCompensation directApply identifier sameAs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

schema-org-job-posting.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "type": "object",
  "name": "JobPosting",
  "description": "A listing that describes a job opening in a certain organization.",
  "properties": {
    "type": { "type": "string" },
    "context": { "type": "string" },
    "title": { "type": "string" },
    "description": { "type": "string" },
    "datePosted": { "type": "date" },
    "validThrough": { "type": "datetime" },
    "url": { "type": "string" },
    "hiringOrganization": { "type": { "$ref": "schema-org-organization.json" } },
    "jobLocation": { "type": "array", "items": { "type": { "$ref": "schema-org-place.json" } } },
    "jobLocationType": { "type": "string" },
    "employmentType": { "type": "array", "items": { "type": "string" } },
    "baseSalary": { "type": { "$ref": "#/definitions/MonetaryAmount" } },
    "educationRequirements": { "type": { "$ref": "#/definitions/EducationalCredential" } },
    "experienceRequirements": { "type": "string" },
    "qualifications": { "type": "string" },
    "responsibilities": { "type": "string" },
    "skills": { "type": "array", "items": { "type": "string" } },
    "industry": { "type": "string" },
    "occupationalCategory": { "type": "string" },
    "workHours": { "type": "string" },
    "jobBenefits": { "type": "string" },
    "incentiveCompensation": { "type": "string" },
    "directApply": { "type": "boolean" },
    "identifier": { "type": { "$ref": "schema-org-property-value.json" } },
    "sameAs": { "type": "array", "items": { "type": "string" } }
  },
  "required": ["title", "description", "datePosted"],
  "definitions": {
    "MonetaryAmount": {
      "type": "object",
      "name": "MonetaryAmount",
      "properties": {
        "type": { "type": "string" },
        "currency": { "type": "string" },
        "value": { "type": { "$ref": "#/definitions/SalaryValue" } }
      }
    },
    "SalaryValue": {
      "type": "object",
      "name": "SalaryValue",
      "properties": {
        "type": { "type": "string" },
        "value": { "type": "number" },
        "minValue": { "type": "number" },
        "maxValue": { "type": "number" },
        "unitText": { "type": "string" }
      }
    },
    "EducationalCredential": {
      "type": "object",
      "name": "EducationalOccupationalCredential",
      "properties": {
        "type": { "type": "string" },
        "credentialCategory": { "type": "string" }
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/schema-org-job-posting"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.