December 2025

Clean Company Data

December 1, 2025

Adding new fields

Added fields

Data point
Processing
Description
Data type

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

December 1, 2025

Adding new fields and updating one field

Added fields

Data point
Description
Data type

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

Data point
Old data type
New data type

job_type

String

Array

Multi-source Company API

December 2, 2025

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

Field Name
Old type
New type

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


December 2, 2025

Starting to support Bulk Collect requests for Multi-source Company API

Added endpoints

Endpoint
Description

/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?