← All product updates

August 8, 2025

New normalized 'locations' property in job results

New normalized 'locations' property in job results
Pablo Durán
Pablo Durán

Software Engineer at TheirStack

The Jobs Search endpoint now returns a locations property per job with the following fields:

  • City – The specific city where the job is located
  • State – The full state name (e.g., "California")
  • State Code – The abbreviated state code (e.g., "CA")
  • Country Code – The standardized country code (e.g., "US")
  • Address – The complete street address when available
  • Postal Code – The ZIP code or postal code for the location
  • Latitude – The geographic latitude coordinate for precise mapping
  • Longitude – The geographic longitude coordinate for precise mapping

We've built a location parsing system that works like a universal translator for addresses. It doesn't just standardize formats—it also adds missing geographic coordinates and validates addresses to create a complete location profile for every job posting. This turns scattered location fragments into precise, searchable geographic data.

See our location normalization docs