SmartRecruiters · Schema
SmartRecruiters Job
A job opening in the SmartRecruiters talent acquisition platform
Human ResourcesRecruitingTalent AcquisitionApplicant TrackingHR Technology
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique job identifier |
| title | string | Job title |
| refNumber | string | External reference number for the job |
| status | string | Current status of the job in the hiring workflow |
| department | object | Department the job belongs to |
| location | object | Job location details |
| industry | object | |
| function | object | |
| experienceLevel | object | |
| typeOfEmployment | object | |
| numberOfOpenings | integer | Number of positions to fill |
| hiringTeam | object | Team members involved in the hiring process |
| createdOn | string | Date and time the job was created |
| updatedOn | string | Date and time the job was last updated |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.smartrecruiters.com/schemas/job",
"title": "SmartRecruiters Job",
"description": "A job opening in the SmartRecruiters talent acquisition platform",
"type": "object",
"required": ["id", "title", "status"],
"properties": {
"id": {
"type": "string",
"description": "Unique job identifier"
},
"title": {
"type": "string",
"description": "Job title"
},
"refNumber": {
"type": "string",
"description": "External reference number for the job"
},
"status": {
"type": "string",
"enum": ["CREATED", "SOURCING", "INTERVIEW", "OFFER", "HIRED", "CANCELLED"],
"description": "Current status of the job in the hiring workflow"
},
"department": {
"type": "object",
"description": "Department the job belongs to",
"properties": {
"id": {"type": "string"},
"label": {"type": "string"}
}
},
"location": {
"type": "object",
"description": "Job location details",
"properties": {
"id": {"type": "string"},
"city": {"type": "string"},
"country": {"type": "string"},
"region": {"type": "string"},
"remote": {"type": "boolean"}
}
},
"industry": {
"type": "object",
"properties": {
"id": {"type": "string"},
"label": {"type": "string"}
}
},
"function": {
"type": "object",
"properties": {
"id": {"type": "string"},
"label": {"type": "string"}
}
},
"experienceLevel": {
"type": "object",
"properties": {
"id": {"type": "string"},
"label": {"type": "string"}
}
},
"typeOfEmployment": {
"type": "object",
"properties": {
"id": {"type": "string"},
"label": {"type": "string"}
}
},
"numberOfOpenings": {
"type": "integer",
"minimum": 1,
"description": "Number of positions to fill"
},
"hiringTeam": {
"type": "object",
"description": "Team members involved in the hiring process",
"properties": {
"jobOwner": {"$ref": "#/definitions/TeamMember"},
"hiringManagers": {
"type": "array",
"items": {"$ref": "#/definitions/TeamMember"}
},
"recruiters": {
"type": "array",
"items": {"$ref": "#/definitions/TeamMember"}
}
}
},
"createdOn": {
"type": "string",
"format": "date-time",
"description": "Date and time the job was created"
},
"updatedOn": {
"type": "string",
"format": "date-time",
"description": "Date and time the job was last updated"
}
},
"definitions": {
"TeamMember": {
"type": "object",
"properties": {
"id": {"type": "string"},
"name": {"type": "string"},
"email": {"type": "string", "format": "email"}
}
}
}
}
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/smartrecruiters-job"
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.