November 2025
Base Employee Data
Adding new fields
Added fields
education.institution_logo_url
URL pointing to the logo of the educational institution (university, school, training provider)
String
certifications.certificate_logo_url
URL pointing to the logo of the certification provider (AWS, Microsoft, Coursera, etc.)
String
experience.company_logo_url
URL pointing to the logo of the company/employer
String
similar_profiles.company
Company name associated with the similar profile
String
similar_profiles.followers
Follower count or description for the similar profile
String
Clean Employee Data
Adding new fields
Added fields
member_education.institution_logo_url
URL pointing to the logo of the educational institution (university, school, training provider)
String
member_certifications.certificate_logo_url
URL pointing to the logo of the certification provider (AWS, Microsoft, Coursera, etc.)
String
member_experience.company_logo_url
URL pointing to the logo of the company/employer
String
Multi-source Employee Data
Adding new fields
Added fields
education.institution_logo_url
URL pointing to the logo of the educational institution (university, school, training provider)
String
certifications.certificate_logo_url
URL pointing to the logo of the certification provider (AWS, Microsoft, Coursera, etc.)
String
experience.company_logo_url
URL pointing to the logo of the company/employer
String
Employee Posts Data
Adding a new category Reshared post and an additional field to root level
Added fields
employee_parent_id
Employee profile identification key
String
reshared_post
Reshared posts information
Object
reshared_post.id
Unique identifier of the reshared post. Used to distinguish it from other posts
String
reshared_post.employee_parent_id
Author profile identification key
String
reshared_post.url
Direct URL to the reshared post on Professional network
String
reshared_post.author_name
Name of the original author of the reshared post
String
reshared_post.author_profile_url
Professional network profile URL of the original post’s author
String
reshared_post.author_headline
Headline or summary text shown under the author’s name, often follower count or role
String
reshared_post.article_body
Main text content of the reshared post
String
reshared_post.image_url
List of image URLs attached to the reshared post
String
reshared_post.hashtags
List of hashtags included in the reshared post text
String
reshared_post.date_published
Time since the post was published
String
Base Employee API
Removing a field from Search Preview response
Removed field
industry
Adding new fields
Added fields
education.institution_logo_url
URL pointing to the logo of the educational institution (university, school, training provider)
String
certifications.certificate_logo_url
URL pointing to the logo of the certification provider (AWS, Microsoft, Coursera, etc.)
String
experience.company_logo_url
URL pointing to the logo of the company/employer
String
similar_profiles.company
Company name associated with the similar profile
String
similar_profiles.followers
Follower count or description for the similar profile
String
Base Jobs API
Removing a field from Search Preview response
Removed field
seniority
Multi-source Jobs API
Removing fields from Search Preview response
Removed fields
seniority
job_sources.source
Employee Posts API
Breaking change: updating POST and GET endpoints naming
Changed endpoints
POST
/v2/post_employee/search/filter
/v2/employee_post/search/filter
POST
/v2/post_employee/search/es_dsl
/v2/employee_post/search/es_dsl
GET
/v2/post_employee/collect/{post_id}
/v2/employee_post/collect/{post_id}
Adding a new category Reshared post
Added fields
reshared_post
Reshared posts information
Object
reshared_post.id
Unique identifier of the reshared post. Used to distinguish it from other posts
String
reshared_post.url
Direct URL to the reshared post on Professional network
String
reshared_post.author_name
Name of the original author of the reshared post
String
reshared_post.author_profile_url
Professional network profile URL of the original post’s author
String
reshared_post.author_headline
Headline or summary text shown under the author’s name, often follower count or role
String
reshared_post.article_body
Main text content of the reshared post
String
reshared_post.image_url
List of image URLs attached to the reshared post
String
reshared_post.hashtags
List of hashtags included in the reshared post text
String
reshared_post.date_published
Time since the post was published
String
Clean Employee API
Updating Webhook Subscriptions endpoints naming
Changed endpoints
POST
/v2/subscriptions/experience_changes/es_dsl
/v2/subscriptions/experience_changes/employee_clean/es_dsl
POST
/v2/subscriptions/experience_changes/ids
/v2/subscriptions/experience_changes/employee_clean/ids
POST
/v2/subscriptions/experience_changes/all
/v2/subscriptions/experience_changes/employee_clean/all
Adding new fields
Added fields
education.institution_logo_url
URL pointing to the logo of the educational institution (university, school, training provider)
String
certifications.certificate_logo_url
URL pointing to the logo of the certification provider (AWS, Microsoft, Coursera, etc.)
String
experience.company_logo_url
URL pointing to the logo of the company/employer
String
Multi-source Company API
Search Preview endpoint supports sorting
Added option
Multi-source Company API /v2/company_multi_source/search/es_dsl/preview endpoint now supports sorting option. Sorting fields are the same as in the Multi-source Company API's Elasticsearch DSL topic.
Breaking change – date format is changing for specified fields.
Changed fields
date field format is changed from yyyy-MM to yyyy-MM-dd to listed fields below:
active_job_postings_count_by_month.date
yyyy-MM
yyyy-MM-dd
professional_network_followers_count_by_month.date
yyyy-MM
yyyy-MM-dd
employees_count_by_month.date
yyyy-MM
yyyy-MM-dd
employee_reviews_score_work_life_balance_by_month.date
yyyy-MM
yyyy-MM-dd
employee_reviews_score_senior_management_by_month.date
yyyy-MM
yyyy-MM-dd
employee_reviews_score_recommend_by_month.date
yyyy-MM
yyyy-MM-dd
employee_reviews_score_diversity_inclusion_by_month.date
yyyy-MM
yyyy-MM-dd
employee_reviews_score_culture_values_by_month.date
yyyy-MM
yyyy-MM-dd
employee_reviews_score_compensation_benefits_by_month.date
yyyy-MM
yyyy-MM-dd
employee_reviews_score_ceo_approval_by_month.date
yyyy-MM
yyyy-MM-dd
employee_reviews_score_career_opportunities_by_month.date
yyyy-MM
yyyy-MM-dd
employee_reviews_score_business_outlook_by_month.date
yyyy-MM
yyyy-MM-dd
employee_reviews_score_aggregated_by_month.date
yyyy-MM
yyyy-MM-dd
product_reviews_score_by_month.date
yyyy-MM
yyyy-MM-dd
total_website_visits_by_month.date
yyyy-MM
yyyy-MM-dd
Webhook Subscriptions
Adding information about webhook triggering
Added information
We are supplementing Base Employee API and Clean Employee API Webhook Subscriptions topics about webhook triggering actions. Learn which updated fields or actions made in Employee profiles trigger the notifications in Base Employee API and Clean Employee API webhook subscription topics.
Adding endpoints to subscribe to experience changes in Multi-source Employee API
Added endpoints
Multi-source Employee API
/v2/subscriptions/experience_changes/employee_multi_source/ids/v2/subscriptions/experience_changes/employee_multi_source/es_dsl
Multi-source Employee API
Adding new fields
Added fields
education.institution_logo_url
URL pointing to the logo of the educational institution (university, school, training provider)
String
certifications.certificate_logo_url
URL pointing to the logo of the certification provider (AWS, Microsoft, Coursera, etc.)
String
experience.company_logo_url
URL pointing to the logo of the company/employer
String
Last updated
Was this helpful?