Newest API Changelogs
March 2025
Clean Employee API
5 min
api changes new field in clean employee api es dsl schema impacted endpoints / v1/professional network/clean member/search/es dsl impact updated es dsl schema release date march 26th, 2025 impacted dataset clean employee api impacted formats api data (json) impacted delivery frequency on demand impact new data point updated es dsl schema we have updated the elasticsearch schema for / v1/professional network/clean member/search/es dsl endpoin t to match the newest data points from the clean employee api dataset action field input type added added date day byte full elasticsearch schema "mappings" { "properties" { "id" { "type" "long" }, "company id" { "type" "long" }, "full name" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "name first" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "name middle" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "name last" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "websites professional network" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "description" { "type" "text" }, "job title" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "management level" { "type" "keyword" }, "department" { "type" "keyword" }, "is decision maker" { "type" "byte" }, "is working" { "type" "byte" }, "job description" { "type" "text" }, "activity" { "type" "nested", "properties" { "activity url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "title" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "action" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "order in profile" { "type" "integer" } } }, "awards" { "type" "nested", "properties" { "title" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "issuer" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "description" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "date" { "type" "date" }, "date year" { "type" "short" }, "date month" { "type" "byte" }, "date day" { "type" "byte" }, "order in profile" { "type" "integer" } } }, "courses" { "type" "nested", "properties" { "organizer" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "title" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "order in profile" { "type" "integer" } } }, "certifications" { "type" "nested", "properties" { "title" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "issuer" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "credential id" { "type" "keyword" }, "certificate url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "date from" { "type" "date" }, "date from year" { "type" "short" }, "date from month" { "type" "byte" }, "date to" { "type" "date" }, "date to year" { "type" "short" }, "date to month" { "type" "byte" }, "issuer url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "order in profile" { "type" "integer" } } }, "experience" { "type" "nested", "properties" { "title" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "description" { "type" "text" }, "order in profile" { "type" "integer" }, "company id" { "type" "long" }, "company name" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "date from" { "type" "date" }, "date from year" { "type" "short" }, "date from month" { "type" "byte" }, "date to" { "type" "date" }, "date to year" { "type" "short" }, "date to month" { "type" "byte" }, "duration" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "duration months" { "type" "long" }, "department" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "management level" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "location" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "company type" { "type" "keyword" }, "company founded" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "company followers count" { "type" "long" }, "company website" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" }, "domain only" { "type" "text" } } }, "company facebook url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "company twitter url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "company url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "company size range" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "company size employees count" { "type" "long" }, "company industry" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "company location hq full address" { "type" "text" }, "company location hq country" { "type" "keyword" }, "company location hq regions" { "type" "text" }, "company location hq country iso2" { "type" "text" }, "company location hq country iso3" { "type" "text" }, "company location hq city" { "type" "text" }, "company location hq state" { "type" "text" }, "company location hq street" { "type" "text" }, "company location hq zipcode" { "type" "text" }, "company last updated" { "type" "date" }, "company categories and keywords" { "type" "text" }, "company stock ticker" { "type" "nested", "properties" { "exchange" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "ticker" { "type" "keyword" } } }, "company is b2b" { "type" "byte" }, "company annual revenue" { "type" "long" }, "company annual revenue currency" { "type" "text" }, "company employees count change yearly percentage" { "type" "double" }, "company last funding round announced date" { "type" "date" }, "company last funding round amount raised" { "type" "long" } } }, "education" { "type" "nested", "properties" { "title" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "major" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "institution url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" }, "domain only" { "type" "text" } } }, "description" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "activities and societies" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "date from" { "type" "integer" }, "date to" { "type" "integer" } } }, "languages" { "type" "nested", "properties" { "language" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "proficiency" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "order in profile" { "type" "integer" } } }, "recommendations" { "type" "nested", "properties" { "recommendation" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "referee name" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "referee url" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "order in profile" { "type" "integer" } } }, "recommendations count" { "type" "integer" }, "connections count" { "type" "integer" }, "location raw address" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "location country" { "type" "keyword" }, "location regions" { "type" "keyword" }, "last updated" { "type" "date" }, "is deleted" { "type" "byte" }, "is hidden" { "type" "byte" }, "follower count" { "type" "long" }, "skills" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "shorthand names" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "headline" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "generated headline" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "picture url" { "type" "text" }, "total experience duration" { "type" "text", "fields" { "exact" { "type" "keyword", "null value" "null" } } }, "total experience duration months" { "type" "long" } } } new data points action data point data type description added added date day string day of award issue date see a snippet of the dataset for reference company technologies "date day" 26