March 2025
Indeed Company data
🔄 Field replacement: Website links
Effective from: March 2025
Removed
links
Various company websites
Array of strings
Added
link
Primary company website link
String
Impact: Only the main website URL will now be returned. This simplifies downstream usage and aligns with improved field standards.
Craft data
❌ Field removal: Craft News section
Effective from: March 2025
Reason: The Craft source no longer provides public access to News content. We are evaluating potential alternatives to restore this capability.
Removed
news
News articles related to the company
Array of objects
Removed
headline
Article headline
String
Removed
image_url
Article image URL
String
Removed
summary
Article summary
String
Removed
published_at
Article publish date (YYYY-MM-DD)
String (date)
Removed
url
URL to the full article
String
Clean Company data and Clean Company API
🆕 New field: company_websites_professional_network_canonical
company_websites_professional_network_canonical
Formats: Flat files and API Effective from: March 3, 2025
Added
company_websites_professional_network_canonical
String
Canonical professional network profile URL
Reference: Learn more in Clean Company Data dictionary or Clean Company API dictionary.
Employee data
🔁 Field rename
Renamed
member_id
parent_id
Employee profile identification key
Number (integer)
🆕 New field
Added
is_parent
Indicates if the ID is the original (non-duplicate) record
Number (integer)
⏳ Scheduled removals (May 2025)
Scheduled for removal
is_latest
Original and active record indicator (now redundant)
Number (integer)
Scheduled for removal
received_at
Internal operations field; use updated_at
instead
Timestamp
Search API endpoints
🔁 Updated ID ordering logic in Search API
Effective Date: March 19, 2025 Change Summary:
Previous default: Ascending by
id
New default: Descending by
last_updated
, then byid
📦 Pagination format updates
🔹 Search Filter endpoints
123
"2025-01-01",123
Note: Use ?sort=id
to preserve previous ID-based sorting behavior.
🔹 Elasticsearch DSL endpoints
0.345,123
0.345,"2025-01-01",123
Note: Pass "sort": ["id"]
in the request body to retain previous logic.
🔄 Backwards compatibility options
Search Filter
Add query parameter ?sort=id
Elasticsearch DSL
Use {"sort": ["id"]}
in request body
Clean Employee API
🆕 New data point: date_day
date_day
Release date: March 26, 2025
Added
date_day
String
Day of the award issue date
Schema context:
This field is now part of the nested awards
object in the Elasticsearch DSL schema and enables more granular filtering or sorting based on exact award dates. Input type is byte
.
Last updated
Was this helpful?