November 2025

Base Employee Data

November, 2025

Adding new fields

Added fields

Data point
Description
Data type

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

November, 2025

Adding new fields

Added fields

Data point
Description
Data type

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

November, 2025

Adding new fields

Added fields

Data point
Description
Data type

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

November, 2025

Adding a new category Reshared post and an additional field to root level

Added fields

Data point
Description
Data type

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

November 5, 2025

Removing a field from Search Preview response

Removed field

Data point

industry


November 26, 2025

Adding new fields

Added fields

Data point
Description
Data type

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

November 5, 2025

Removing a field from Search Preview response

Removed field

Data point

seniority

Multi-source Jobs API

November 5, 2025

Removing fields from Search Preview response

Removed fields

Data point

seniority

job_sources.source

Employee Posts API

November 5, 2025

Breaking change: updating POST and GET endpoints naming

Changed endpoints

Request type
Old endpoint
New endpoint

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}


November 10, 2025

Adding a new category Reshared post

Added fields

Data point
Description
Data type

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

November 5, 2025

Updating Webhook Subscriptions endpoints naming

This change is applied for creating new webhook subscriptions and does not affect the subscriptions created before November 5th

Changed endpoints

Request type
Old endpoint
New endpoint

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


November 26, 2025

Adding new fields

Added fields

Data point
Description
Data type

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

November 5, 2025

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.


November 25, 2025

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:

Data point
Old date format
New date format

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

November 6, 2025

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.


November 19, 2025

Adding endpoints to subscribe to experience changes in Multi-source Employee API

Added endpoints

Product
Endpoint

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

November 26, 2025

Adding new fields

Added fields

Data point
Description
Data type

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?