- Top-level data fields
- job object fields
- applicant object fields
- resume object fields
- file object fields
- Indeed Resume JSON object fields
- location object fields
- personalDetails object fields
- Indeed resume skillsList object fields
- Indeed resume positions object fields
- Indeed resume educations object fields
- Indeed resume languages object fields
- Indeed resume links object fields
- Indeed resume awards object fields
- Indeed resume certifications object fields
- Indeed resume associations object fields
- Indeed resume patent object fields
- Indeed resume publications object fields
- Indeed resume militaryServices object fields
- Indeed resume licenses object fields
- Indeed resume assessments object fields
- Indeed resume relocationStatues object fields
- analytics object fields
- screenerQuestionsAndAnswers object fields
- questionsAndAnswers object example
- Application payload examples
- Application payload with resume upload example
- JSON resume upload example (with resume fields)
- Application payload with Indeed Resume example
Application data reference
Field reference for the application JSON POST body.
- By using this API and its documentation and building an integration, you agree to the Additional API Terms and Guidelines.
Top-level data fields
This topic categorizes and describes the fields in the POST body JSON document that represents the application.
The Indeed Resume fields are relevant only when an applicant uses an Indeed Resume as part of the Indeed Apply application flow. If an applicant uploads a file as a resume, the <data> field contains the Base64-encoded raw binary bytes of the resume file.
| Field | Description | Example |
|---|---|---|
id | Unique ID for the application as assigned by Indeed. Include this ID with the application status when sharing disposition data with Indeed. This field is also known as the | 5156eb63c9a0a8ac9358c3a444a2818c8a5ffdbcba5960ec0cace3277f6b99df |
appliedOnMillis | Date and time when the applicant applied, in standard UNIX time. | 1324051581711 |
job | Job object. Contains the HTML data attributes of your button. | See Job object fields. |
applicant | Applicant object. | |
analytics | Analytics object. | See analytics object fields. |
locale | Locale from which applicant applied to the job. | en_US |
screenerQuestionsAndAnswers | Screener questions and answers object. Lists the questions and answers. If you don't set | |
demographicQuestionsAndAnswers | Demographic questions and answers object. Lists the demographic questions and answers. | |
schemaVersion | The version of the questions and answers payload delivered. This might be different from the schemaVersion of the JSON questions sent to Indeed. |
|
job object fields
These fields are based on the Indeed Apply configuration. These values are provided in your feeds’ Indeed Apply XML metadata and are sent back to your system in the JSON document.
<indeed-apply-data><![CDATA[indeed-apply-apiToken=1234ABCDE&indeed-apply-jobTitle=Professional+Basket+Weaver&indeed-apply-jobId=Sample+ID&indeed-apply-jobCompanyName=My+Favorite+Company&indeed-apply-jobLocation=Austin+TX&indeed-apply-jobUrl=http%3A%2F%2Fwww.indeed.com&indeed-apply-postUrl=https%3A%2F%2Fhookb.in%2FPxOjJqJELNH8lZLZDkpz&indeed-apply-questions=https%3A%2F%2Fpastebin.com%2Fraw%2F0vXq9q9b%23]]></indeed-apply-data>"job": { "jobId": "123456", "jobKey": "8q2w4e4r5t6y7u8i", "jobTitle": "Test Engineer", "jobCompany": "Your Company", "jobLocation": "Austin TX", "jobUrl": "http://www.yourcompany.com/careers/yourjob123", "jobMeta": "job-meta"}applicant object fields
"applicant": { "fullName": "Indeed Tester", "firstName": "Indeed", "lastName": "Tester", "coverletter": "Cover letter of Indeed Tester for Your Company", "email": "Indeed.Tester@indeed.com", "phoneNumber": "+123321-1111111", "resume": {-}, "verified": true}| Field | Required | Description | Example |
|---|---|---|---|
fullName | Yes | Name of the applicant. If the applicant is using their Indeed Resume, this value is their | English
Japanese
|
firstName | Yes, when | The applicant's first name. Used when firstlastname is specified in the name field. | English
Japanese
|
lastName | Yes, when | The applicant's last name. Used when firstlastname is specified in the name field. (Maximum 49 characters) | English
Japanese
|
email | Yes | Email of the applicant. (Maximum: 128 ASCII characters) | English
Japanese
|
phoneNumber | No | Phone number, if provided by the applicant. (Maximum: 11 ASCII characters) | English
Japanese
|
fullNamePronunciation | No | Japan only. Phonetic reading of the applicant’s full name. Always included in Japan when |
|
firstNamePronunciation | No | Japan only. Phonetic reading of the applicant's first name. Provided when |
|
lastNamePronunciation | No | Japan only. The phonetic reading of the applicant's last name. Provided when |
|
dateOfBirth | No | If entered by the applicant, displays the date of birth. Day, month, and year are entered, and the order is localized for each market. Available countries: United Arab Emirates, Argentina, Bahrain, Brazil, Cook Islands, China, Colombia, Costa Rica, Ecuador, Egypt, Spain, France, Hong Kong, Indonesia, India, Italy, Japan, South Korea, Kuwait, Morocco, Mexico, Malaysia, Nigeria, Oman, Panama, Peru, Portugal, Qatar, Russia, Saudi Arabia, Singapore, Turkey, Taiwan, Ukraine, Uruguay, Venezuela, Vietnam, South Africa |
|
gender | No | Japan only. Displays gender if entered by the applicant. |
|
coverletter | No | Cover letter of the applicant. If an applicant did not provide a cover letter, the JSON object does not contain this field. | My cover letter |
resume | No | Object that represents the applicant's resume. | See the resume object fields. |
verified | Yes | Indicates whether an applicant's email address is verified. Value is:
| true |
resume object fields
"resume": { "file": {-}, "html": "<html><head></head><body>Resume</body></html>", "json": {-}, "text": "Resume in text format"}| Field | Resume upload | Indeed Resume | Description |
|---|---|---|---|
file | Yes | Yes | Object that contains the binary resume file. |
text | No | Yes | A text representation of the resume. Present only if the applicant uses their Indeed Resume. |
html | No | Yes | Representation of the resume. Present only if the applicant uses their Indeed Resume. |
json | No | Yes | JSON-structured representation of the resume data. See Indeed Resume JSON object fields. |
file object fields
"file": { "fileName": "Indeed_Tester.pdf", "contentType": "application/pdf", "data": "JVBERi0xL=="}Indeed Resume JSON object fields
Array-like objects contain the _total and values fields. The _total field, an integer, defines the length of the array. The values field is a JSON array.
| Field | Type | Description |
|---|---|---|
firstName | string | Applicant's first name. (Maximum: 49 ASCII characters) |
lastName | string | Applicant's last name. (Maximum: 49 ASCII characters) |
firstNameFurigana | string | Applicant's first name for international applicants. (Japan only.) |
lastNameFurigana | string | Applicant's last name for international applicants. (Japan only.) |
headline | string | Applicant's resume headline. |
summary | string | Applicant's resume summary. |
phoneNumber | string | Phone number of the applicant, if included on their Indeed Resume. (Maximum: 11 ASCII characters) |
email | string | Applicant's email. |
location | object | JSON object that represents the location of the applicant, if provided. |
personalDetails | object | Personal details supplied by the applicant. These are only applicable in certain markets as noted on each field. |
employmentEligibility | string | Applicant's employment eligibility. |
skills | string | Applicant's skills. (Maximum: 255 ASCII characters) |
skillsList | array-like | Object that contains more details about the applicant’s skills. See the Indeed resume skillsList object fields section for more information. |
additionalInfo | string | Additional Information section of the Applicant's resume. |
positions | array-like | Object that contains more details about the applicant’s positions. See the Indeed resume positions object fields section for more information. |
educations | array-like | Object that contains more details about the applicant’s education. See the Indeed resume educations object fields section for more information. |
languages | array-like | Object that contains more details about the applicant’s languages. See the Indeed resume languages object fields section for more information. |
links | array-like | Object that contains more details about the applicant’s links. See the Indeed resume links object fields section for more information. |
awards | array-like | Object that contains more details about the applicant’s awards. See the Indeed resume awards object fields section for more information. |
certifications | array-like | Object that contains more details about the applicant’s certifications. See the Indeed resume certifications object fields section for more information. |
associations | array-like | Object that contains more details about the applicant’s associations. See the Indeed resume associations object fields section for more information. |
patents | array-like | Object that contains more details about the applicant’s patents. See the Indeed resume patents object fields section for more information. |
publications | array-like | Object that contains more details about the applicant’s publications. See the Indeed resume publications object fields section for more information. |
militaryServices | array-like | Object that contains more details about the applicant’s military services. See the Indeed resume militaryServices object fields section for more information. |
customSections | object | A collection of custom sections that extend the existing resume data model. For example: |
licenses | array-like | Object that contains more details about the applicant’s licenses. See the Indeed resume licenses object fields section for more information. |
assessments | array-like | Object that contains more details about the applicant’s assessments. See the Indeed resume assessments object fields section for more information. |
relocationStatuses | array-like | Object that contains more details about the applicant’s relocation statuses. See the Indeed resume relocationStatuses object fields section for more information. |
location object fields
personalDetails object fields
personalDetails field labels in the application postBody will depend on the applicant's resume locale.
Indeed resume skillsList object fields
Indeed resume positions object fields
title
| Type | string |
|---|---|
| Applicable Markets | All |
| Description | Title of the job. (Maximum: 255 ASCII characters) |
| Example | Product Manager |
company
| Type | string |
|---|---|
| Applicable Markets | All |
| Description | The company's name. (Maximum: 255 ASCII characters) |
| Example | Indeed |
location
| Type | string |
|---|---|
| Applicable Markets | All |
| Description | The location of the position. |
| Example | Austin, TX |
description
| Type | string |
|---|---|
| Applicable Markets | All |
| Description | The description of the position. |
| Example | -------- |
startDateMonth
| Type | string |
|---|---|
| Applicable Markets | All |
| Description | Number from 1 to 12 that represents the starting month. |
| Example | "09" |
startDateYear
| Type | string |
|---|---|
| Applicable Markets | All |
| Description | Number that represents the year of the start date. |
| Example | "2007" |
endDateMonth
| Type | string |
|---|---|
| Applicable Markets | All |
| Description | Number from 1 to 12 that represents the ending month. |
| Example | "09" |
endDateYear
| Type | string |
|---|---|
| Applicable Markets | All |
| Description | Number that represents the year of the end date. |
| Example | "2007" |
endCurrent
| Type | boolean |
|---|---|
| Applicable Markets | All |
| Description | Indicates whether this position is current. |
| Example | true |
customFields
| Type | object |
|---|---|
| Applicable Markets | All |
| Description | A collection of custom fields that extend the existing resume position (work experience) data model. |
| Example | |
labels
| Type | object |
|---|---|
| Applicable Markets | JP |
| Description | A collection of custom fields that extend the existing resume position (work experience) data model displaying taxonomy data for Japanese Indeed Resume job seekers. |
| Example | |
Indeed resume educations object fields
degree
| Type | string |
|---|---|
| Description | The degree level attained for this education listing. |
| Example | B.A. |
field
| Type | string |
|---|---|
| Description | The degree field studied for this education listing. (Maximum: 200 ASCII characters) |
| Example | Computer Science |
school
| Type | string |
|---|---|
| Description | The institution for this education listing. (Maximum: 200 ASCII characters) |
| Example | University of Texas |
location
| Type | string |
|---|---|
| Description | The institution location. |
| Example | Austin, TX |
startDateMonth
| Type | string |
|---|---|
| Description | Number from 1 to 12 that represents the starting month. |
| Example | "09" |
startDateYear
| Type | string |
|---|---|
| Description | Number that represents the year of the start date. |
| Example | "2007" |
startDate
| Type | string |
|---|---|
| Description | Alias for startDateYear. |
| Example | "2006" |
endDateMonth
| Type | string |
|---|---|
| Description | Number from 1 to 12 that represents the ending month. |
| Example | "09" |
endDateYear
| Type | string |
|---|---|
| Description | Number that represents the year of the end date. |
| Example | "2007" |
endDate
| Type | string |
|---|---|
| Description | Alias for endDateYear. |
| Example | "2010" |
endCurrent
| Type | boolean |
|---|---|
| Description | Indicates whether this education is in progress. If |
| Example | true |
additionalDetails
| Type | string |
|---|---|
| Description | The description for this education listing. |
| Example | Example description |
customFields
| Type | object |
|---|---|
| Description | A collection of custom fields that extend the existing resume education data model. |
| Example | |
Indeed resume languages object fields
Indeed resume links object fields
| Field | Type | Description | Example |
|---|---|---|---|
url | string | The URL of the link. | English
Japanese
|
Indeed resume awards object fields
Indeed resume certifications object fields
Indeed resume associations object fields
Indeed resume patent object fields
Indeed resume publications object fields
Indeed resume militaryServices object fields
Indeed resume licenses object fields
"licenses": { "_total": 1, "values": [ { "endDateMonth": "12", "endDateYear": "2030", "endCurrent": false, "title": "Class C", "location": "TX", "type": "DRIVERS_LICENSE", "endorsements": [ "TRUCK_DRIVER_HAZARDOUS_MATERIALS", "TRUCK_DRIVER_SCHOOL_BUS", "TRUCK_DRIVER_PASSENGER_VEHICLES" ], "displayDateRange": "December 2030" } ] }Indeed resume assessments object fields
"assessments": { "_total": 1, "values": [ { "name": "High School Classroom Management", "proficiency": "PROFICIENT", "dateCompleted": "11/2024", "description": "Minimizing classroom disruption and engaging students.", "resultsUrl": "https://share.example.indeedassessments.com/attempts/6625865c40dacc69e92824fe07627c1deed53dc074545cb7" } ] }| Field | Type | Description | Example |
|---|---|---|---|
name | string | The name of the assessment. | High School Classroom Management |
proficiency | string | The level of proficiency indicated by the assessment. | PROFICIENT |
dateCompleted | string | The date of the assessment completion. | 11/2024 |
resultsUrl | string | The URL of the link to the assessment. | |
description | string | The description of the assessment. | Minimizing classroom disruption and engaging students. |
Indeed resume relocationStatues object fields
"relocationStatuses": { "_total": 2, "values": [{ "type": "LOC", "location": "Raleigh, NC" }, { "type": "LOC", "location": "Seattle, WA" }]}analytics object fields
"analytics": { "referer": "https://www.indeed.com" "ip": "0.0.0.0", "smartFitScore": 99, "advNum": "1212121212121", "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", "device": "desktop", "sponsored": false, "trackingUid": "9h2vrcvte07bt847", "completeApplicationSourceAttribution": [{ "enumKey": "AUTOSOURCER", "name": "Indeed Autosourcer" }, { "enumKey": "UNKNOWN_SOURCE", "name": "Indeed Apply" }]}screenerQuestionsAndAnswers object fields
Indeed’s legacy format places the screener questions and their answers in the questions section of the JSON POST. New integrations should disregard the legacy section of the JSON POST and use questionsAndAnswers object. Existing integrations leveraging the legacy format should migrate to the current format as soon as possible to avoid failures in processing screener questions.
| Field | Type | Description | Example |
|---|---|---|---|
url | string | Screener Questions url from which the questions were retrieved. |
|
retrievedOnMillis | string | The datetime in milliseconds at which the questions were retrieved | 1745852618000 |
questionsAndAnswers | array | A list or an array of:
| For an example, see questionsAndAnswers object example. |
schemaVersion | string | The version of the questions and answers used in the delivered Screener Questions payload. This might be different from the schemaVersion of the JSON questions sent to Indeed. | "schemaVersion": "1.3" |
questionsAndAnswers object example
"screenerQuestionsAndAnswers": { "url": "https://www.yourcompany.com/job1234/questions.json", "retrievedOnMillis": 1745852618000, "schemaVersion": "1.3", "questionsAndAnswers": [{ "question": { "id": "automation_exp", "question": "How many years of Automation experience do you have?", "type": "text", "required": true, "format": "integer", "min": "0", "max": "99", "limit": "300", "options": [], "hierarchicalOptions": [] }, "answer": "12" }, ... }}]Application payload examples
The following are two examples of JSON documents representing Indeed Apply applications.
Application payload with resume upload example
This example represents an application where the candidate uploaded a resume file as an attachment
For applications on Indeed, the jobUrl is set to the URL on Indeed where the apply occurs.
{ "id": "2b806761c722b0bf431e67168a74bfaf4d67e6070d6ac0160cace3277f6b99df", "job": { "jobId": "123456", "jobKey": "8q2w4e4r5t6y7u8i", "jobTitle": "Test Engineer", "jobCompany": "Your Company", "jobLocation": "Austin TX", "jobUrl": "http://www.yourcompany.com/careers/yourjob123", "jobMeta": "job-meta" }, "applicant": { "fullName": "Indeed Tester", "coverletter": "Cover Letter of Indeed Tester for Your Company", "email": "Indeed.Tester@indeed.com", "phoneNumber": "+123321-1111111", "resume": { "file": { "id": "13ffsffc30b0737c5b2927c0sfqq24rr8a214ef4ca6cacded5dcaa3032e8fcd3", "fileName": "Indeed_Tester-Upload-Resume.pdf", "contentType": "application/pdf", "data": "VBeead131ERi0x" } }, "verified": true }, "screenerQuestionsAndAnswers": { "url": "https://www.yourcompany.com/job1234/questions.json", "retrievedOnMillis": 0, "questionsAndAnswers": [{ "question": { "id": "automation_exp", "question": "How many years of Automation experience do you have?", "type": "text", "required": true, "format": "integer", "min": "0", "max": "99", "limit": "300", "options": [], "hierarchicalOptions": [] }, "answer": "12" }, { "question": { "id": "japanese", "question": "Do you speak Japanese?", "type": "select", "required": true, "options": [{ "label": "Yes", "value": "0" }, { "label": "No", "value": "1" }], "hierarchicalOptions": [] }, "answer": { "label": "Yes", "value": "0" } }, { "question": { "id": "experience", "question": "Describe your most favourite ice cream flavor", "type": "textarea", "required": false, "options": [], "hierarchicalOptions": [] }, "answer": "Ice Cream" }, { "question": { "id": "extra", "question": "Website Url", "type": "text", "required": false, "options": [], "hierarchicalOptions": [] }, "answer": "www.testurl.com" }, { "question": { "id": "multi", "question": "Which countries would you relocate to? (you can select multiple)", "type": "multiselect", "required": false, "options": [{ "label": "United States", "value": "0" }, { "label": "Canada", "value": "1" }, { "label": "Mexico", "value": "2" }, { "label": "Belize", "value": "3" }, { "label": "Other", "value": "4" }], "hierarchicalOptions": [] }, "answer": [{ "label": "Canada", "value": "1" }, { "label": "Mexico", "value": "2" }, { "label": "Belize", "value": "3" }] }] }, "analytics": { "ip": "0.0.0.0", "advNum": "1212121212121", "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", "device": "desktop", "sponsored": false }, "appliedOnMillis": 1629153774243, "locale": "nl"}JSON resume upload example (with resume fields)
Japan only.{ "applicant": { "email": "john.doe@indeed.com", "fullName": "John Doe", "phoneNumber": "555-555-4321", "fullnamePronunciation": "じょん どー", "gender": "FEMALE", "dateOfBirth": "2000-01-20", "verified": true, "resume": { "file": { "contentType": "text/plain", "data": "SGVsbG8h", "fileName": "resume.txt" }, "json": { "firstName": "John", "lastName": "Doe", "phoneNumber": "555-555-4321", "location": { "country": "JP", "city": "東京都 新宿区", "addressLine": "西新宿 7-18-10", "addressLine2": "エクシール新宿 #201", "postalcode": "111-1111", }, "skills": "Microsoft Office, Java (10 年以上)", "personalDetails": {} "positions": { "_total": 1, "values": [{ "title": "Product Manager", "company": "Indeed", "location": "Austin, TX", "startDateMonth": "09", "startDateYear": "2007", "endDateMonth": "-1", "endDateYear": "-1", "endCurrent": true, "description": "I am the current product manager for Indeed Apply." }] }, "educations": { "_total": 1, "values": [{ "degree": "B.A.", "field": "Computer Science", "school": "University of Texas, Austin", "location": "Austin, TX", "startDate": "2002", "endDate": "2006", "endCurrent": false }] }, "links": { "_total": 1, "values": [{ "url": "http://www.indeed.com" }] }, "awards": { "_total": 1, "values": [{ "title": "Best PM at Indeed", "dateMonth": "04", "dateYear": "2008", "description": "Best PM is voted on by Indeed employees and given to the PM with the most votes." }] }, "certifications": { "_total": 1, "values": [{ "title": "cert-title", "startDateMonth": "02", "startDateYear": "2007", "endDateMonth": "02", "endDateYear": "2008", "endCurrent": false, "description": "cert-description" }] }, "languages": { "_total": 2, "values": [{ "language": "English", "proficiency": "fluent" }, { "language": "Japanese", "proficiency": "native" }] }, "associations": { "_total": 1, "values": [{ "title": "group-title", "startDateMonth": "01", "startDateYear": "2009", "endDateMonth": "-1", "endDateYear": "-1", "endCurrent": true, "description": "group-description" }] }, "patents": { "_total": 1, "values": [{ "patentNumber": "patent-number", "title": "patent-title", "url": "patent-url", "dateMonth": "02", "dateYear": "2009", "description": "patent-description" }] }, "publications": { "_total": 1, "values": [{ "title": "pub-title", "url": "pub-url", "dateDay": "14", "dateMonth": "10", "dateYear": "2004", "description": "pub-description" }] }, "militaryServices": { "_total": 1, "values": [{ "serviceCountry": "mil-country", "branch": "mil-branch", "rank": "mil-rank", "startDateMonth": "02", "startDateYear": "2003", "endDateMonth": "12", "endDateYear": "2008", "endCurrent": false, "commendations": "mil-commendations", "description": "mil-description" }] } } } }, "appliedOnMillis": 1325276227653, "job": { "jobCompany": "Your Company", "jobId": "7775e2bc62b7f77e", "jobLocation": "New York, NY 10110", "jobMeta": "", "jobTitle": "Test Engineer", "jobUrl": "http://www.yourcompany.com/careers/yourjob123.html" }, "locale": "en_US"}Application payload with Indeed Resume example
This example represents an application where a candidate applied by using their Indeed Resume.
{ "schemaVersion": "1.0", "id": "5156eb63c9a0a8ac", "appliedOnMillis": 1693255977353, "locale": "en_US", "job": { "schemaVersion": "1.2", "jobId": "7775e2bc62b7f77e", "jobKey": "8q2w3e4r5t6y7u8i", "jobTitle": "Test Engineer", "jobCompany": "Your Company", "jobLocation": "New York, NY 10110", "jobUrl": "http://www.yourcompany.com/careers/yourjob123", "jobMeta": "right-rail-apply-button" }, "applicant": { "schemaVersion": "1.0", "fullName": "Jane Doe", "email": "jane.doe@indeed.com", "phoneNumber": "555-555-4321", "resume": { "file": { "fileName": "resume.txt", "contentType": "application/octet-stream", "data": "SGVsbG8h=" }, "text": "Jane Doe's Resume\\n2019 - Ran booth at Widget Expo, Las Vegas", "html": "<html><head>Jane Doe's Resume</head><body>2019 - Ran booth at Widget Expo, Las Vegas</body></html>", "json": { "firstName": "Jane", "lastName": "Doe", "headline": "Ready to craft amazing widgets!", "summary": "I am a hard worker with a varied background ready to bring it all to the right widget crafting position.", "additionalInfo": "I prefer chartreuse widget colors.", "phoneNumber": "+1 457-555-2896", "location": { "city": "Chicago", "country": "US", "postalcode": 60007 }, "personalDetails": { "highestLevelOfEducation": "GCSE or equivalent Diploma of Higher Education", "employmentEligibility": true, "highestCareerLevel": "New Grad", "industry": "Arts & Entertainment", "driversLicense": "Light Vehicles", "dateOfBirth": "14-01-1984", "educationDescription": "Salutatorian of Uncle Ed's School of Truck Driving class of August, 2018.", "gender": "female", "disability": "\"Cognitive\" OR \"Yes\"", "ethnicity": "African", "veteranStatus": "Applicable", "NYSCStatus": "Ongoing", "employmentSupportStatus": "Applicable", "willingToTravel": true, "europeanUnionWorkPermit": true, "citizenship": "South African Citizen", "IDP": "IDP (Internally Displaced Migrants)", "employmentEligibilityMultiCountries": "Afghanistan", "idNumber": "007.408.869-67", "totalYearsOfExperience": "3", "hobbiesAndInterests": "I play the Banjo and Cricket and I've read everything published on the History of Refried Beans." }, "skills": "Entangling, defuzzing, wrangling.", "positions": { "_total": 1, "values": [{ "title": "Combine driver", "company": "The Farmer's Farm Inc.", "location": "Lincoln, Nebraska", "description": "I drove combines 12 hours a day during the wheat harvest.", "startDateMonth": "07", "startDateYear": "2007", "endDateMonth": "09", "endDateYear": "2007", "endCurrent": false }] }, "educations": { "_total": 1, "values": [{ "degree": "B.A.", "field": "Computer Science", "school": "University of Texas", "location": "Austin, TX", "startDateMonth": "09", "startDateYear": "2006", "endDateMonth": "05", "endDateYear": "2007", "endCurrent": false }] }, "languages": { "_total": 1, "values": [{ "language": "French", "proficiency": "Fluent" }] }, "links": { "_total": 1, "values": [{ "url": "https://www.indeed.com" }] }, "awards": { "_total": 1, "values": [{ "title": "Best PM at Indeed", "description": "Awarded for being the best PM in my company.", "dateMonth": "09", "dateYear": "2012" }] }, "certifications": { "_total": 1, "values": [{ "title": "PMP", "description": "Project Management Professional certification", "startDateMonth": "09", "startDateYear": "2012", "endDateMonth": "09", "endDateYear": "2013", "endCurrent": false }] }, "associations": { "_total": 1, "values": [{ "title": "Society for Technical Communication", "description": "A professional association for technical communication professionals.", "startDateMonth": "09", "startDateYear": "2011", "endDateMonth": "09", "endDateYear": "2015", "endCurrent": false }] }, "patents": { "_total": 1, "values": [{ "title": "Patent sample title", "description": "Patent sample description", "patentNumber": 12345, "url": "https://yourPatentUrl.com", "dateMonth": "09", "dateYear": "2017" }] }, "publications": { "_total": 1, "values": [{ "title": "Sample publication name", "description": "Sample publication description", "url": "https://publicationSampleUrl.com", "dateDay": "03", "dateMonth": "09", "dateYear": "2017" }] }, "militaryServices": { "_total": 1, "values": [{ "serviceBranch": "US", "branch": "military branch", "rank": "rank", "description": "military service description", "commendations": "military commendations", "startDateMonth": "09", "startDateYear": "2000", "endDateMonth": "09", "endDateYear": "2004", "endCurrent": false }] } } }, "verified": true }, "screenerQuestionsAndAnswers": { "schemaVersion": "1.1", "url": "https://bobswidgetmfg.com/careers/opening-1234-questions", "retrievedOnMillis": 1693425565392, "questionsAndAnswers": [{ "question": { "id": "favorite-widget-color", "type": "text", "question": "What is your favorite widget color?" }, "answer": "Chartreuse" }, { "question": { "id": "last-four-social-security", "type": "text", "question": "What are the last four digits of your social security number?", "format": "numeric_text" }, "answer": "0123" }, { "question": { "id": "widget-crafting-rate", "type": "text", "question": "How many widgets can you craft in an hour?", "required": true, "format": "integer", "min": 0, "max": 100 }, "answer": "102" }, { "question": { "id": "widget-passion", "type": "textarea", "question": "What makes you passionate about widget crafting?" }, "answer": "My grandfather was a master widget crafter and I still remember the smell of quantum-foam and pipe smoke." }, { "question": { "id": "widget-crafting-license", "type": "select", "question": "Do you have a widget crafting license issued by the Widget Organization for Widgets?", "required": true, "options": [{ "label": "false", "value": "0" }, { "label": "true", "value": "1" }] }, "answer": { "label": "true", "value": "1" } }, { "question": { "id": "widget-crafting-license-certifications", "type": "multiselect", "question": "Please select all certifications on your widget crafting license.", "required": true, "options": [{ "label": "Wooden Widget Certification", "value": "0" }, { "label": "Plastic Widget Certification", "value": "1" }, { "label": "Quantum Foam Widget Certification", "value": "2" }], "condition": { "id": "widget-crafting-license", "value": "1" }, "qualification": { "type": "non-blocking", "match": { "type": "any", "values": ["1", "3"] } } }, "answer": [{ "label": "Wooden Widget Certification", "value": "0" }, { "label": "Plastic Widget Certification", "value": "1" }] }, { "question": { "id": "widget-crafting-state", "type": "hierarchical", "question": "What is the most recent US state, city, and zip code in which you've crafted widgets?", "options": [{ "label": "California", "value": "0" }, { "label": "Texas", "value": "1" }], "hierarchicalOptions": [{ "id": "cali-cities", "options": [{ "label": "SanFrancisco", "value": "0" }], "condition": { "id": "widget-crafting-state", "value": "0" } }, { "id": "texas-cities", "options": [{ "label": "San Antonio", "value": "0" }, { "label": "Austin", "value": "1" }], "condition": { "id": "widget-crafting-state", "value": "1" } }, { "id": "san-antonio-zips", "options": [{ "label": "78212", "value": "0" }, { "label": "78209", "value": "1" }], "condition": { "id": "texas-cities", "value": "0" } }] }, "answer": [{ "id": "widget-crafting-state", "label": "Texas", "value": "1" }, { "id": "texas-cities", "label": "San Antonio", "value": "0" }, { "id": "san-antonio-zips", "label": "78209", "value": "1" }] }, { "question": { "id": "widget-crafting-license-expiration", "type": "date", "question": "When does your widget crafting license expire?", "required": true, "format": "dd/MM/yyyy", "condition": { "id": "widget-crafting-license", "value": "1" } }, "answer": "12/15/2088" }, { "question": { "id": "favorite-widget-pic", "type": "file", "question": "Please upload a picture of your most handsomely crafted widget.", "answer": [{ "fileName": "tesseract-widget.jpg", "contentType": "image/jpeg", "data": "9j/4AAQSkZJRgABAQAAAQABAAD/4SrARXhpZgAATU" }] } }, { "question": { "id": "page-1", "type": "pagebreak", "answer": "" } }, { "question": { "id": "strange-widget-disclosure", "type": "information", "text": "The widgets we produce are sometimes flavored strange. By applying to this job you agree that you are comfortable crafting strange flavored widgets.", "answer": "" } }] }, "demographicQuestionsAndAnswers": { "schemaVersion": "1.0", "url": "https://bobswidgetsmgf.com/careers/opening-1234-questions", "retrievedOnMillis": 1693425565392, "questionsAndAnswers": [{ "question": { "id": "disability-eeo", "type": "select", "question": "Do you have a disabilty?", "options": [{ "label": "false", "value": "0" }, { "label": "true", "value": "1" }] }, "answer": { "label": "false", "value": "0" } }] }, "analytics": { "schemaVersion": "1.5", "ip": "3.131.80.33", "referer": "string", "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Mobile Safari/537.36", "sponsored": true, "trackingUid": "9h2vrcvte07bt847", "device": "mobile" }}