v1
latestOpenAPI 3.1.02026-07-249097.5 KB/offers/
Returns a collection of published company jobs. Offers can be filtered by department or tag.
get/offers/
Query parameters
departmentstring
Filters job offers by department name
tagstring
Filters job offers by tag name
Response
200
Example response
{
"offers": [
{
"company_name": "Example company name",
"title": "Example offer 1",
"id": 1853589,
"guid": "vdst3",
"slug": "example-offer-1",
"department": "Example department",
"status": "published",
"careers_url": "https://subdomain.recruitee.com/o/example-offer-1",
"careers_apply_url": "https://subdomain.recruitee.com/o/example-offer-1/c/new",
"mailbox_email": "job.wefd3@subdomain.recruitee.com",
"created_at": "20**-09-26 10:45:33 UTC",
"published_at": "20**-09-26 10:46:21 UTC",
"updated_at": "20**-11-21 12:54:32 UTC",
"description": "Description text",
"requirements": "Requirements text",
"highlight": "Highlight text",
"remote": true,
"on_site": true,
"hybrid": true,
"locations": [
{
"id": 171529,
"name": "Example location 1",
"state": "Aruba",
"country": "Netherlands",
"city": "Amsterdam",
"country_code": "NL",
"state_code": "AW",
"street": "Example street",
"note": "Example note - location 1",
"postal_code": "00-000"
}
],
"locations_question_required": true,
"locations_question": "What is your preferred work location?",
"locations_question_type": "multiple_choice",
"location_question_visible": true,
"employment_type_code": "fulltime_permanent",
"category_code": "accountancy",
"experience_code": "experienced",
"education_code": "college_coursework",
"min_hours": 35,
"max_hours": 40,
"min_hours_per_week": "35",
"max_hours_per_week": "40",
"salary": {
"max": "1000",
"min": "100",
"period": "hour",
"currency": "EUR"
},
"options_cover_letter": "off",
"options_photo": "off",
"options_cv": "off",
"options_phone": "off",
"sharing_title": "Example job 1",
"sharing_image": "sharing_image_url",
"sharing_description": "Example job 1",
"cover_image": {
"url": "cover_image_url"
},
"tags": [
"Example tag"
]
}
]
}