jobdata

Enhanced Company HQ Data + new Geographic Filters

jobdataapi.com v4.16 / API version 1.18

1 min read · July 28, 2025
Table of contents

This update introduces significant enhancements to company headquarters data and geographic filtering capabilities across our companies and jobs API endpoints.

New Company HQ data fields

The /api/companies/ endpoint now includes several new fields to provide richer location data for company headquarters:

  • info_hq_string: A GeoNames-optimized location of the company's headquarters (derived from the original info_hq field content).
  • info_hq_region: The ID of the region the company headquarters are located in.
  • info_hq_country: The ID of the country the company headquarters are located in.
  • info_hq_state: The ID of the state the company headquarters are located in.
  • info_hq_city: The ID of the city the company headquarters are located in.

Advanced Company filtering by HQ info

New filters have been added to the /api/companies/ endpoint to search by headquarters location in a more structured way:

  • hq_region_id: Filter companies by the ID of the region their headquarters are located in.
  • hq_country_id: Filter companies by the ID of the country their headquarters are located in.
  • hq_state_id Filter companies by the ID of the state their headquarters are located in.
  • hq_city_id: Filter companies by the ID of the city their headquarters are located in.

Job search by Company HQ location

The /api/jobs/ endpoint now also supports filtering by the geographic location of company headquarters through new parameters:

  • company_hq_region_id: Filters companies by the region ID their headquarters are located in.
  • company_hq_country_id: Filters companies by the country ID their headquarters are located in.
  • company_hq_state_id: Filters companies by the state ID their headquarters are located in.
  • company_hq_city_id: Filters companies by the city ID their headquarters are located in.

For example, to find all jobs from companies headquartered in California:

https://jobdataapi.com/api/jobs/?company_hq_state_id=5332921

Note that not all companies come with comprehensive HQ info data (currently around 80% have it), so in some cases a fallback to searching by job location data is recommended where applicable.

All new features in this update require an access pro subscription or higher. For complete documentation, see the updated Companies API and Jobs API endpoint documentation.

Related Docs

Removal of clearance_required field from job result structure
Full job data downloads now available!
Added new Job States (geo) endpoint, query filters, and more
Added company flag for recruiting/staffing firms + enhanced filtering options
Job filtering by vector embedding now available + added Apprenticeship job type
Added plain-text field for cleaned job description
Added source/ATS and company filtering + source ID fields
Improved Job States (geo) search, Markdown job descriptions, and lean data retrieval
Optimized Vector Embeddings & Search
Maximum value for "page_size" parameter increased to 5000
New location, ID fields and filters
Added company open/total job counts + filters
Added salary estimates + global currency conversion API endpoint
GeoNames upgrade, new population field and filters, expired field now in job results
Added salary estimates and converted values + location_string to download CSVs
Change of length for job title and location fields
jobdataapi.com now has Changelog section 🎉
Added company website/domain filter to jobs endpoint
Introducing Vector Embeddings and Vector Search in the jobdata API
Added application URL query filter + (multi) country code parameter enhancements