---
title: "/offers/"
method: GET
path: "/offers/"
---

# /offers/

`GET /offers/`

Returns a collection of published company jobs. Offers can be filtered by department or tag.

## Query parameters

- `department` string
- `tag` string

## Response `200`

200

- object
  - `offers` object[]
    - `company_name` string
    - `title` string
    - `id` integer
    - `guid` string
    - `slug` string
    - `department` string
    - `status` string
    - `careers_url` string
    - `careers_apply_url` string
    - `mailbox_email` string
    - `created_at` string
    - `published_at` string
    - `updated_at` string
    - `close_at` unknown
    - `description` string
    - `requirements` string
    - `highlight` string
    - `remote` boolean
    - `on_site` boolean
    - `hybrid` boolean
    - `locations` object[]
      - `id` integer
      - `name` string
      - `state` string
      - `country` string
      - `city` string
      - `country_code` string
      - `state_code` string
      - `street` string
      - `note` string
      - `postal_code` string
    - `locations_question_required` boolean
    - `locations_question` string
    - `locations_question_type` string
    - `location_question_visible` boolean
    - `employment_type_code` string
    - `category_code` string
    - `experience_code` string
    - `education_code` string
    - `min_hours` integer
    - `max_hours` integer
    - `min_hours_per_week` string
    - `max_hours_per_week` string
    - `salary` object
      - `max` string
      - `min` string
      - `period` string
      - `currency` string
    - `options_cover_letter` string
    - `options_photo` string
    - `options_cv` string
    - `options_phone` string
    - `sharing_title` string
    - `sharing_image` string
    - `sharing_description` string
    - `cover_image` object
      - `url` string
    - `tags` string[]

## Other responses

- `404` — 404

---

[API](https://skmtc.net/recruitee/apis/careers-site-api.md) · [All operations](https://skmtc.net/recruitee/apis/careers-site-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recruitee/careers-site-api/revisions/e9fbe3c5466d/schema)
