SmartRecruiters · JSON Structure

Smartrecruiters Job Structure

JSON structure documentation for a SmartRecruiters job object

Type: object Properties: 0
Human ResourcesRecruitingTalent AcquisitionApplicant TrackingHR Technology

Smartrecruiters Job Structure is a JSON Structure definition published by SmartRecruiters.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "SmartRecruiters Job Structure",
  "description": "JSON structure documentation for a SmartRecruiters job object",
  "type": "object",
  "fields": [
    {"name": "id", "type": "string", "required": true, "description": "Unique job identifier"},
    {"name": "title", "type": "string", "required": true, "description": "Job title"},
    {"name": "refNumber", "type": "string", "required": false, "description": "External reference number"},
    {"name": "status", "type": "enum", "required": true, "values": ["CREATED", "SOURCING", "INTERVIEW", "OFFER", "HIRED", "CANCELLED"], "description": "Job hiring status"},
    {"name": "department", "type": "object", "required": false, "fields": [
      {"name": "id", "type": "string"},
      {"name": "label", "type": "string"}
    ]},
    {"name": "location", "type": "object", "required": false, "fields": [
      {"name": "id", "type": "string"},
      {"name": "city", "type": "string"},
      {"name": "country", "type": "string"},
      {"name": "region", "type": "string"},
      {"name": "remote", "type": "boolean"}
    ]},
    {"name": "industry", "type": "object", "required": false, "fields": [
      {"name": "id", "type": "string"},
      {"name": "label", "type": "string"}
    ]},
    {"name": "function", "type": "object", "required": false, "fields": [
      {"name": "id", "type": "string"},
      {"name": "label", "type": "string"}
    ]},
    {"name": "experienceLevel", "type": "object", "required": false, "fields": [
      {"name": "id", "type": "string"},
      {"name": "label", "type": "string"}
    ]},
    {"name": "typeOfEmployment", "type": "object", "required": false, "fields": [
      {"name": "id", "type": "string"},
      {"name": "label", "type": "string"}
    ]},
    {"name": "numberOfOpenings", "type": "integer", "required": false, "description": "Number of positions to fill"},
    {"name": "hiringTeam", "type": "object", "required": false, "description": "Team members in hiring process"},
    {"name": "createdOn", "type": "datetime", "required": false},
    {"name": "updatedOn", "type": "datetime", "required": false}
  ]
}

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/smartrecruiters-job-structure"
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.