Get Jobs
Jobs
Get Jobs
List jobs for your organization with pagination, search, and filtering
GET
Get Jobs
Use this endpoint when you need to mirror your job board into another system, power a search page, or run scheduled exports.
Common Filters
string
Match against the job title, description, and company name.
string
Comma-separated job types such as
full-time,contract.string
Comma-separated locations such as
Remote,New York.string
Comma-separated category UUIDs.
boolean
Set to
true to return only remote jobs.string
Only return jobs posted within a recent window. One of
24h, 7d, 14d, 30d, 90d. Use 7d for βthis weekβ.string
Only return jobs posted on or after this date (ISO 8601, e.g.
2026-07-01 or a full timestamp). Combine with date_to for a custom range.string
Only return jobs posted on or before this date (ISO 8601).
number
default:"1"
Page number.
number
default:"20"
Number of records per page, up to
100.Examples
List the latest jobs
cURL
Search for a phrase
cURL
Fetch only remote full-time jobs
cURL
Combine search, location, and pagination
cURL
Jobs posted this week
cURL
Jobs posted in a custom date range
cURL
JavaScript example
Python example
Response Shape
array
required
Matching jobs. Each job includes the full public
url, salary, category, dates, and the fields below.string
The full, shareable public URL to the job on your live board (uses your active custom domain when you have one, otherwise your
*.kardow.com subdomain). Send people here.string
The URL path portion only, without the domain.
number
Minimum salary, or
null. Also salary_max, salary_currency (ISO code), and salary_period (hourly, daily, weekly, monthly, yearly).string
When the job was posted (ISO 8601). Alias of
created_at. See also updated_at and expires_at.string
The application destination (URL, email, or phone), with
how_to_apply_method describing which it is. This is where a candidate applies, and is not the same as url (the public listing page).string
The base public URL of your job board.
object
required
Pagination summary with the current page, page size, total items, total pages, and whether another page is available.
object
required
Echoes the filters Kardow applied to the query, including any date filter.
Example response
Authorizations
API key for authentication. Get yours from Settings > API Keys in the Kardow dashboard.
Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100Comma-separated job types.
Example:
"full-time,contract"
Comma-separated locations.
Example:
"Remote,New York"
Comma-separated category UUIDs.
Example:
"123e4567-e89b-12d3-a456-426614174000,123e4567-e89b-12d3-a456-426614174001"
Only jobs posted within a recent window. Use 7d for "this week".
Available options:
24h, 7d, 14d, 30d, 90d Only jobs posted on or after this ISO 8601 date. Combine with date_to for a custom range.
Example:
"2026-07-01"
Only jobs posted on or before this ISO 8601 date.
Example:
"2026-07-31"