Indeed · Example Payload

Indeed Employer Candidate Example

CareersEmploymentHiringJob SearchJobsRecruiting

Indeed Employer Candidate Example is an example object payload from Indeed, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamefirstNamelastNameemailphoneNumberlocationcoverLetterapplicationStatusscreenerQuestionResponsesappliedAtsourcejobPostingId

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "firstName": "example_value",
  "lastName": "example_value",
  "email": "user@example.com",
  "phoneNumber": "example_value",
  "location": "example_value",
  "coverLetter": "example_value",
  "applicationStatus": "example_value",
  "screenerQuestionResponses": [],
  "appliedAt": "example_value",
  "source": "example_value",
  "jobPostingId": "500123"
}