Search and list jobs
Searches actively hiring jobs with pagination. Multiple values in the same filter are combined with OR; different filters are combined with AND.
Authorizations
Headers
Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.
"ko"
Query Parameters
Title/body keyword
100Company handle to search
255^[A-Za-z0-9_-]+$Job category code. See /v1/codes/job-categories
Seniority: BEGINNER/JUNIOR/MIDLEVEL/SENIOR/EXECUTIVE
Employment type. See /v1/codes/employment-types
Company size: TINY/SMALL/MEDIUM/LARGE/HUGE
Workplace type: ONSITE/HYBRID/REMOTE
Sort order: RELEVANCE_DESC (relevance, default) / DATE_DESC (newest) / POPULARITY_DESC (popular)
Page number to retrieve (starts at 1, default 1)
x >= 1Page size (1-50, default 20)
1 <= x <= 50Response
OK
Paginated response. page starts at 1. If page > totalPages, items is an empty array.