List job post searchable locations

Searchable locations are the individual geographic locations attached to a job post — one row per location, each with a formatted display string plus its component city, region (state/province), postal code, county, country, and latitude/longitude. A single job post can have many searchable locations. Each location's id is the searchable-location identifier used by downstream job boards: for example, Indeed composes its multi-location job identifier as {job_post_id}_{id}, so this endpoint is the canonical source for mapping those identifiers back to a job post and its location. Filter with job_post_ids to retrieve the locations for specific job posts. Results are scoped to the authenticated organization and to the locations the API user is permitted to access.

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

Cursor link for pagination from previous page response header. Do not use any other parameters when using this.

integer
1 to 500
Defaults to 100

Number of results per page

ids
array of integers
length ≤ 50

Comma separated list

ids
created_at
object
updated_at
object
job_post_ids
array of integers
length ≤ 50

Return only the searchable locations attached to these job posts. Accepts a comma-separated list of job post ids (the job_post_id on each location); look them up via GET /v3/job_posts.

job_post_ids
fields
array of strings
length ≤ 50

Comma separated list of fields to return

fields
Response

Language
Credentials
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json