← All product updates

September 5, 2025

Introducing Locations Catalog for precise geographic targeting

Introducing Locations Catalog for precise geographic targeting
Pablo Durán
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:

  1. A user searches for "Paris" in your app
  2. Your system calls GET /v0/catalog/locations?name=Paris to get Paris's location ID
  3. 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.