Introducing Locations Catalog for precise geographic targeting

Pablo Durán
Software Engineer at TheirStack
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.