July 2025
Multi-source Company data and Multi-source Company API
⚠ Breaking changes
Field key updates for review distributions:
product_reviews_score_distribution
: Renamed struct keys from numeric (1–5
) toscore_1–score_5
.employee_reviews_score_distribution
: Renamed struct keys from numeric (1–5
) toscore_1–score_5
.
🐞 Bug fixes
Date field correction:
Fixed issues with invalid string date values (e.g., years starting with "0" or exceeding "9999").
acquisition_list_source_1.announced_date
acquisition_list_source_5.announced_date
🆕 Employee Posts data and Employee Posts API
✨ New features
Enables structured retrieval and querying of employee-generated posts.
Supports filtering by author, content, date, and more.
Built on Elasticsearch for fast, scalable querying.
🔹 Endpoints
Search:
POST /v2/post_employee/search/es_dsl
POST /v2/post_employee/search/filter
Collect:
GET /v2/post_employee/collect/{post_id}
Each post includes metadata such as author info, post content, date, mentions, and engagement data (e.g., comments and reactions).
Last updated
Was this helpful?