December 2025
Clean Company Data
Adding new fields
Added fields
city
Enriched
Location city
String
state
Enriched
Location state
String
country_code
Enriched
Country code
String
country
Enriched
Country
String
country_iso_2
Enriched
ISO 2-letter code of the location country
String
country_iso_3
Enriched
ISO 3-letter code of the location country
String
regions
Enriched
Regions list
Struct
region
Enriched
Region
String
Indeed Jobs Data
Adding new fields and updating one field
Added fields
attributes
List of job attributes
Array
company_tier
Indicates the company’s tier or size level
String
hire_count
Number of open positions for the job
Integer
is_fair_chance
Indicates if the job supports fair chance (e.g., for applicants with records)
Boolean
job_age
Displays the age of the job posting (e.g., "3 days ago")
String
organic_applications
Number of organic applications received (non-sponsored)
Integer
Changed field
job_type
String
Array
Multi-source Company API
Breaking change – Multi-source Company API Elasticsearch DSL schema has been updated. Several field types have been changed from a flattened to a nested format.
Affected fields
base_salary
flattened
nested
additional_pay
flattened
nested
total_salary
flattened
nested
employees_count_by_country_by_month
flattened
nested
key_executives
flattened
nested
key_executive_arrivals
flattened
nested
key_executive_departures
flattened
nested
Starting to support Bulk Collect requests for Multi-source Company API
Added endpoints
/v2/data_requests/company_multi_source/ids
Uses a list of IDs for bulk data requests
/v2/data_requests/company_multi_source/es_dsl
Uses Elasticsearch DSL queries for bulk data requests
Last updated
Was this helpful?