| id | string | Identifier |
| vacancy_id | string | Job listing ID |
| slug | string | Job listing slug |
| reference | string | Job listing reference |
| title | string | Job listing title |
| description | string | Company description |
| experience | integer | Years of experience required |
| mission | string | Job description |
| profile | string | Desired profile description |
| salary | integer | Salary for the position |
| status | integer | Job listing status |
| language | enum | Language ex: en_US |
| tags | [tag] | An array of tags |
| contract_type_id | integer | ID of the contract type |
| education_level_id | integer | ID of the education level required |
| activity_id | integer | ID of the business sector |
| channel_id | integer | ID of the channel |
| metier_id | integer | ID of the job |
| company_id | integer | Company ID |
| mensuality | enum (y,m,d,h) | Salary payment frequency (year, month, day, hour) |
| apply_url | url | |
| currency | enum | Currency ex : "EUR" |
| created_at | timestamp | Job listing creation date |
| updated_at | timestamp | Job listing update date |
| start_date | timestamp | Contract start date |
| end_date | timestamp | Contract end date |
| driver_license | boolean | Driver's license required |
| remote | enum | Remote work ("notime", "parttime", "fulltime") |
| handicap | boolean | Open to people with disabilities |
| partial | boolean | Part-time |
| kanban | boolean | |
| meta_title | | |
| meta_description | | |
| meta_tags | | |
| options | options | |
| contract_type | string | Contract type |
| education_level | string | Education level required |
| activity | string | Business sector |
| channel | string | Channel |
| metier | string | Job |
| address | address | |
| adressFormatted | string | Company address |
| company | company | |
| slug_mail | string | Email slug for sending applications |
| questions | [question] | An array of questions |