Indeed · Schema

CandidateList

A paginated list of candidates.

CareersEmploymentHiringJob SearchJobsRecruiting

Properties

Name Type Description
candidates array
totalCount integer Total number of candidates matching the query.
View JSON Schema on GitHub

JSON Schema

indeed-employer-candidate-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CandidateList",
  "type": "object",
  "description": "A paginated list of candidates.",
  "properties": {
    "candidates": {
      "type": "array"
    },
    "totalCount": {
      "type": "integer",
      "description": "Total number of candidates matching the query."
    }
  }
}