Introducing Locations Catalog for precise geographic targeting
Introducing a searchable locations catalog endpoint to easily find location IDs for precise geographic targeting in job and company searches
We've just released our new locations catalog endpoint, making it simple to find and search through location data when you need precise geographic targeting.
This is especially useful when you're integrating our API into your application and want to use location-based filtering:
- A user searches for "Paris" in your app
- Your system calls GET
/v0/catalog/locations?name=Paris
to get Paris's location ID - You use that ID with our Jobs endpoint using
"job_location_or": [{"id": "XXX"}]
to return jobs only in Paris
The workflow is straightforward and keeps the complexity hidden from your users.
How is this guide?
Last updated on
New Location Filters for precise geographic targeting in job searches
Introducing job_location_or and job_location_not filters for precise location-based job search using structured location IDs
New filter `job_description_contains_not` in Jobs Search endpoint
Filter out unwanted jobs by excluding specific words from job descriptions with our new negative search filter