Skip to main content
GET
Get a paginated list of published jobs

Query Parameters

sort
string

Sortable fields: title, published_date. Default is published_date desc. Add desc to sort in descending order.

title
string

Filter jobs by title

types
enum<string>[]

Filter jobs by employment type

Available options:
full_time,
part_time,
contract,
temporary,
other,
internship,
volunteer
experiences
enum<string>[]

Filter jobs by experience level

Available options:
na,
intern,
entry_level,
mid_level,
senior
countries
string[]

Filter jobs by the 2 letter ISO code of the country eg. US, FR

states
string[]

Filter jobs by the 2 letter ISO code of the state eg. FL, MA

category_ids
integer<int32>[]

Filter jobs by category id

published_after
string<date-time>

Filter jobs published after a specific date

published_before
string<date-time>

Filter jobs published before a specific date

page
integer<int32>
required

Defaults to 1

page_size
integer<int32>
required

Defaults to 30. Min = 1. Max = 100

Required range: 1 <= x <= 100
source
string

The source of the view/application that will be attributed in reports. Default CareerSite

Response

Jobs = An array of jobs, PublishedJobsCount = Count of the current published jobs, NextPage = A URL for the next page of results if more exist

items
object[] | null
required
meta
object