get

Search and list jobs.
In Loxo, a job is the recruiting search, search assignment, project, requisition, opening, vacancy, or role being worked.

The query param is a Lucene query_string.
Unqualified terms match title, company_name, description, address, macro_address, zip, and salary.
Field-qualified terms (field:value), ranges, and boolean AND/OR/NOT also work over those plus id, created_at, and updated_at.
E.g. title:"account executive" AND company_name:acme, merchant teller, updated_at:[now-12M TO now].

Structured filters, passed as separate params instead of in query:

  • job_status_id / job_status_ids
  • job_type_id
  • country_id
  • state_id
  • city
  • postal_code (with distance)
  • job_category_ids
  • owned_by_ids
  • status
  • published
  • remote_work_allowed

Also supported: multiple sorts, and page/per_page pagination.
Paginating past 10000 total results via page/per_page is not supported; narrow the search instead.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
integer

Number of results to return in each page

integer

Page number to return. Starting at 1

string

Search query. Supports Lucene query syntax.

boolean
string

Sort by published_at

string

Sort by rank

string

Sort by updated_at

string

Sort by location

string

Sort by title

boolean
integer
job_status_ids
array of integers
job_status_ids
integer
integer
integer
string
postal_code
object

Postal code geo filter. Example: {postal_code: "90210", distance: 25}

job_category_ids
array of integers

ID of the job category (aka job tag)

job_category_ids
owned_by_ids
array of integers

ID of the job owner

owned_by_ids
string
string
boolean
string
fields
object
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!