Indeed · Schema
JobPosting
A job posting on Indeed with all associated metadata including title, description, location, salary, benefits, qualifications, and application configuration.
CareersEmploymentHiringJob SearchJobRecruiting
Properties
| Name | Type | Description |
|---|---|---|
| jobPostingId | string | A unique identifier for the job posting within the source system. Used in combination with sourceName for upsert operations. |
| title | string | The title of the job posting. Maximum length of 75 characters. |
| description | string | The full description of the job posting including responsibilities, requirements, and other details. Must be between 30 and 20,000 characters. |
| benefits | array | Benefits offered with the position. |
| qualifications | array | Required or preferred qualifications for the position. |
| employmentType | string | The type of employment. |
| remoteWorkPolicy | string | The remote work policy for the position. |
| employer | object | Reference to the employer posting this job. |
| status | string | The current status of the job posting on Indeed. |
| applicationUrl | string | The URL where candidates can apply for the position. |
| createdAt | string | The timestamp when the job posting was created. |
| updatedAt | string | The timestamp when the job posting was last updated. |
| expiresAt | string | The timestamp when the job posting expires. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "JobPosting",
"type": "object",
"description": "A job posting on Indeed with all associated metadata including title, description, location, salary, benefits, qualifications, and application configuration.",
"properties": {
"jobPostingId": {
"type": "string",
"description": "A unique identifier for the job posting within the source system. Used in combination with sourceName for upsert operations."
},
"title": {
"type": "string",
"description": "The title of the job posting. Maximum length of 75 characters."
},
"description": {
"type": "string",
"description": "The full description of the job posting including responsibilities, requirements, and other details. Must be between 30 and 20,000 characters."
},
"benefits": {
"type": "array",
"description": "Benefits offered with the position."
},
"qualifications": {
"type": "array",
"description": "Required or preferred qualifications for the position."
},
"employmentType": {
"type": "string",
"description": "The type of employment."
},
"remoteWorkPolicy": {
"type": "string",
"description": "The remote work policy for the position."
},
"employer": {
"type": "object",
"description": "Reference to the employer posting this job."
},
"status": {
"type": "string",
"description": "The current status of the job posting on Indeed."
},
"applicationUrl": {
"type": "string",
"description": "The URL where candidates can apply for the position."
},
"createdAt": {
"type": "string",
"description": "The timestamp when the job posting was created."
},
"updatedAt": {
"type": "string",
"description": "The timestamp when the job posting was last updated."
},
"expiresAt": {
"type": "string",
"description": "The timestamp when the job posting expires."
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/indeed-employer-job-posting"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.