Skip to main content
POST
Search jobs V2

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
page
integer | null
Example:

1

limit
integer | null
Example:

10

page_limit
integer | null

Alias for limit (takes priority)

Example:

10

filterByMultiParameter
string | null

Search keyword

Example:

"test"

filterCategorySearchKeywords
integer[] | null

Category IDs

Example:
filterByPaymentMode
enum<string> | null
Available options:
Cash,
Product
Example:

null

filterByLocation
string | null
Example:

null

filterByMinPrice
number | null
Example:

100

filterByMaxPrice
number | null
Example:

10000

filterByLatLong
number[] | null
Example:
filterByDistanceInMiles
number | null
Example:

25

filterByJobTitle
string | null
Example:

"Content Creation Job"

sort_order_req
enum<string> | null

Sort order

Available options:
pay_highest,
name_asc,
name_desc,
most_recent,
invited,
location_nearest
Example:

"most_recent"

job_id
integer | null
Example:

1

athlete_id
integer | null
Example:

123

Response

200

Search results V2