Newest API Changelogs
March 2025
Clean Employee API
5min
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
We have updated the Elasticsearch schema for /v1/professional_network/clean_member/search/es_dsl endpoint to match the newest data points from the Clean Employee API dataset.
Action | Field | Input type |
---|---|---|
Added | date_day | Byte |
JSON
1 "mappings": {
2 "properties": {
3 "id": {
4 "type": "long"
5 },
6 "company_id": {
7 "type": "long"
8 },
9 "full_name": {
10 "type": "text",
11 "fields": {
12 "exact": {
13 "type": "keyword",
14 "null_value": "NULL"
15 }
16 }
17 },
18 "name_first": {
19 "type": "text",
20 "fields": {
21 "exact": {
22 "type": "keyword",
23 "null_value": "NULL"
24 }
25 }
26 },
27 "name_middle": {
28 "type": "text",
29 "fields": {
30 "exact": {
31 "type": "keyword",
32 "null_value": "NULL"
33 }
34 }
35 },
36 "name_last": {
37 "type": "text",
38 "fields": {
39 "exact": {
40 "type": "keyword",
41 "null_value": "NULL"
42 }
43 }
44 },
45 "websites_professional_network": {
46 "type": "text",
47 "fields": {
48 "exact": {
49 "type": "keyword",
50 "null_value": "NULL"
51 }
52 }
53 },
54 "description": {
55 "type": "text"
56 },
57 "job_title": {
58 "type": "text",
59 "fields": {
60 "exact": {
61 "type": "keyword",
62 "null_value": "NULL"
63 }
64 }
65 },
66 "management_level": {
67 "type": "keyword"
68 },
69 "department": {
70 "type": "keyword"
71 },
72 "is_decision_maker": {
73 "type": "byte"
74 },
75 "is_working": {
76 "type": "byte"
77 },
78 "job_description": {
79 "type": "text"
80 },
81 "activity": {
82 "type": "nested",
83 "properties": {
84 "activity_url": {
85 "type": "text",
86 "fields": {
87 "exact": {
88 "type": "keyword",
89 "null_value": "NULL"
90 }
91 }
92 },
93 "title": {
94 "type": "text",
95 "fields": {
96 "exact": {
97 "type": "keyword",
98 "null_value": "NULL"
99 }
100 }
101 },
102 "action": {
103 "type": "text",
104 "fields": {
105 "exact": {
106 "type": "keyword",
107 "null_value": "NULL"
108 }
109 }
110 },
111 "order_in_profile": {
112 "type": "integer"
113 }
114 }
115 },
116 "awards": {
117 "type": "nested",
118 "properties": {
119 "title": {
120 "type": "text",
121 "fields": {
122 "exact": {
123 "type": "keyword",
124 "null_value": "NULL"
125 }
126 }
127 },
128 "issuer": {
129 "type": "text",
130 "fields": {
131 "exact": {
132 "type": "keyword",
133 "null_value": "NULL"
134 }
135 }
136 },
137 "description": {
138 "type": "text",
139 "fields": {
140 "exact": {
141 "type": "keyword",
142 "null_value": "NULL"
143 }
144 }
145 },
146 "date": {
147 "type": "date"
148 },
149 "date_year": {
150 "type": "short"
151 },
152 "date_month": {
153 "type": "byte"
154 },
155 "date_day": {
156 "type": "byte"
157 },
158 "order_in_profile": {
159 "type": "integer"
160 }
161 }
162 },
163 "courses": {
164 "type": "nested",
165 "properties": {
166 "organizer": {
167 "type": "text",
168 "fields": {
169 "exact": {
170 "type": "keyword",
171 "null_value": "NULL"
172 }
173 }
174 },
175 "title": {
176 "type": "text",
177 "fields": {
178 "exact": {
179 "type": "keyword",
180 "null_value": "NULL"
181 }
182 }
183 },
184 "order_in_profile": {
185 "type": "integer"
186 }
187 }
188 },
189 "certifications": {
190 "type": "nested",
191 "properties": {
192 "title": {
193 "type": "text",
194 "fields": {
195 "exact": {
196 "type": "keyword",
197 "null_value": "NULL"
198 }
199 }
200 },
201 "issuer": {
202 "type": "text",
203 "fields": {
204 "exact": {
205 "type": "keyword",
206 "null_value": "NULL"
207 }
208 }
209 },
210 "credential_id": {
211 "type": "keyword"
212 },
213 "certificate_url": {
214 "type": "text",
215 "fields": {
216 "exact": {
217 "type": "keyword",
218 "null_value": "NULL"
219 }
220 }
221 },
222 "date_from": {
223 "type": "date"
224 },
225 "date_from_year": {
226 "type": "short"
227 },
228 "date_from_month": {
229 "type": "byte"
230 },
231 "date_to": {
232 "type": "date"
233 },
234 "date_to_year": {
235 "type": "short"
236 },
237 "date_to_month": {
238 "type": "byte"
239 },
240 "issuer_url": {
241 "type": "text",
242 "fields": {
243 "exact": {
244 "type": "keyword",
245 "null_value": "NULL"
246 }
247 }
248 },
249 "order_in_profile": {
250 "type": "integer"
251 }
252 }
253 },
254 "experience": {
255 "type": "nested",
256 "properties": {
257 "title": {
258 "type": "text",
259 "fields": {
260 "exact": {
261 "type": "keyword",
262 "null_value": "NULL"
263 }
264 }
265 },
266 "description": {
267 "type": "text"
268 },
269 "order_in_profile": {
270 "type": "integer"
271 },
272 "company_id": {
273 "type": "long"
274 },
275 "company_name": {
276 "type": "text",
277 "fields": {
278 "exact": {
279 "type": "keyword",
280 "null_value": "NULL"
281 }
282 }
283 },
284 "date_from": {
285 "type": "date"
286 },
287 "date_from_year": {
288 "type": "short"
289 },
290 "date_from_month": {
291 "type": "byte"
292 },
293 "date_to": {
294 "type": "date"
295 },
296 "date_to_year": {
297 "type": "short"
298 },
299 "date_to_month": {
300 "type": "byte"
301 },
302 "duration": {
303 "type": "text",
304 "fields": {
305 "exact": {
306 "type": "keyword",
307 "null_value": "NULL"
308 }
309 }
310 },
311 "duration_months": {
312 "type": "long"
313 },
314 "department": {
315 "type": "text",
316 "fields": {
317 "exact": {
318 "type": "keyword",
319 "null_value": "NULL"
320 }
321 }
322 },
323 "management_level": {
324 "type": "text",
325 "fields": {
326 "exact": {
327 "type": "keyword",
328 "null_value": "NULL"
329 }
330 }
331 },
332 "location": {
333 "type": "text",
334 "fields": {
335 "exact": {
336 "type": "keyword",
337 "null_value": "NULL"
338 }
339 }
340 },
341 "company_type": {
342 "type": "keyword"
343 },
344 "company_founded": {
345 "type": "text",
346 "fields": {
347 "exact": {
348 "type": "keyword",
349 "null_value": "NULL"
350 }
351 }
352 },
353 "company_followers_count": {
354 "type": "long"
355 },
356 "company_website": {
357 "type": "text",
358 "fields": {
359 "exact": {
360 "type": "keyword",
361 "null_value": "NULL"
362 },
363 "domain_only": {
364 "type": "text"
365 }
366 }
367 },
368 "company_facebook_url": {
369 "type": "text",
370 "fields": {
371 "exact": {
372 "type": "keyword",
373 "null_value": "NULL"
374 }
375 }
376 },
377 "company_twitter_url": {
378 "type": "text",
379 "fields": {
380 "exact": {
381 "type": "keyword",
382 "null_value": "NULL"
383 }
384 }
385 },
386 "company_url": {
387 "type": "text",
388 "fields": {
389 "exact": {
390 "type": "keyword",
391 "null_value": "NULL"
392 }
393 }
394 },
395 "company_size_range": {
396 "type": "text",
397 "fields": {
398 "exact": {
399 "type": "keyword",
400 "null_value": "NULL"
401 }
402 }
403 },
404 "company_size_employees_count": {
405 "type": "long"
406 },
407 "company_industry": {
408 "type": "text",
409 "fields": {
410 "exact": {
411 "type": "keyword",
412 "null_value": "NULL"
413 }
414 }
415 },
416 "company_location_hq_full_address": {
417 "type": "text"
418 },
419 "company_location_hq_country": {
420 "type": "keyword"
421 },
422 "company_location_hq_regions": {
423 "type": "text"
424 },
425 "company_location_hq_country_iso2": {
426 "type": "text"
427 },
428 "company_location_hq_country_iso3": {
429 "type": "text"
430 },
431 "company_location_hq_city": {
432 "type": "text"
433 },
434 "company_location_hq_state": {
435 "type": "text"
436 },
437 "company_location_hq_street": {
438 "type": "text"
439 },
440 "company_location_hq_zipcode": {
441 "type": "text"
442 },
443 "company_last_updated": {
444 "type": "date"
445 },
446 "company_categories_and_keywords": {
447 "type": "text"
448 },
449 "company_stock_ticker": {
450 "type": "nested",
451 "properties": {
452 "exchange": {
453 "type": "text",
454 "fields": {
455 "exact": {
456 "type": "keyword",
457 "null_value": "NULL"
458 }
459 }
460 },
461 "ticker": {
462 "type": "keyword"
463 }
464 }
465 },
466 "company_is_b2b": {
467 "type": "byte"
468 },
469 "company_annual_revenue": {
470 "type": "long"
471 },
472 "company_annual_revenue_currency": {
473 "type": "text"
474 },
475 "company_employees_count_change_yearly_percentage": {
476 "type": "double"
477 },
478 "company_last_funding_round_announced_date": {
479 "type": "date"
480 },
481 "company_last_funding_round_amount_raised": {
482 "type": "long"
483 }
484 }
485 },
486 "education": {
487 "type": "nested",
488 "properties": {
489 "title": {
490 "type": "text",
491 "fields": {
492 "exact": {
493 "type": "keyword",
494 "null_value": "NULL"
495 }
496 }
497 },
498 "major": {
499 "type": "text",
500 "fields": {
501 "exact": {
502 "type": "keyword",
503 "null_value": "NULL"
504 }
505 }
506 },
507 "institution_url": {
508 "type": "text",
509 "fields": {
510 "exact": {
511 "type": "keyword",
512 "null_value": "NULL"
513 },
514 "domain_only": {
515 "type": "text"
516 }
517 }
518 },
519 "description": {
520 "type": "text",
521 "fields": {
522 "exact": {
523 "type": "keyword",
524 "null_value": "NULL"
525 }
526 }
527 },
528 "activities_and_societies": {
529 "type": "text",
530 "fields": {
531 "exact": {
532 "type": "keyword",
533 "null_value": "NULL"
534 }
535 }
536 },
537 "date_from": {
538 "type": "integer"
539 },
540 "date_to": {
541 "type": "integer"
542 }
543 }
544 },
545 "languages": {
546 "type": "nested",
547 "properties": {
548 "language": {
549 "type": "text",
550 "fields": {
551 "exact": {
552 "type": "keyword",
553 "null_value": "NULL"
554 }
555 }
556 },
557 "proficiency": {
558 "type": "text",
559 "fields": {
560 "exact": {
561 "type": "keyword",
562 "null_value": "NULL"
563 }
564 }
565 },
566 "order_in_profile": {
567 "type": "integer"
568 }
569 }
570 },
571 "recommendations": {
572 "type": "nested",
573 "properties": {
574 "recommendation": {
575 "type": "text",
576 "fields": {
577 "exact": {
578 "type": "keyword",
579 "null_value": "NULL"
580 }
581 }
582 },
583 "referee_name": {
584 "type": "text",
585 "fields": {
586 "exact": {
587 "type": "keyword",
588 "null_value": "NULL"
589 }
590 }
591 },
592 "referee_url": {
593 "type": "text",
594 "fields": {
595 "exact": {
596 "type": "keyword",
597 "null_value": "NULL"
598 }
599 }
600 },
601 "order_in_profile": {
602 "type": "integer"
603 }
604 }
605 },
606 "recommendations_count": {
607 "type": "integer"
608 },
609 "connections_count": {
610 "type": "integer"
611 },
612 "location_raw_address": {
613 "type": "text",
614 "fields": {
615 "exact": {
616 "type": "keyword",
617 "null_value": "NULL"
618 }
619 }
620 },
621 "location_country": {
622 "type": "keyword"
623 },
624 "location_regions": {
625 "type": "keyword"
626 },
627 "last_updated": {
628 "type": "date"
629 },
630 "is_deleted": {
631 "type": "byte"
632 },
633 "is_hidden": {
634 "type": "byte"
635 },
636 "follower_count": {
637 "type": "long"
638 },
639 "skills": {
640 "type": "text",
641 "fields": {
642 "exact": {
643 "type": "keyword",
644 "null_value": "NULL"
645 }
646 }
647 },
648 "shorthand_names": {
649 "type": "text",
650 "fields": {
651 "exact": {
652 "type": "keyword",
653 "null_value": "NULL"
654 }
655 }
656 },
657 "headline": {
658 "type": "text",
659 "fields": {
660 "exact": {
661 "type": "keyword",
662 "null_value": "NULL"
663 }
664 }
665 },
666 "generated_headline": {
667 "type": "text",
668 "fields": {
669 "exact": {
670 "type": "keyword",
671 "null_value": "NULL"
672 }
673 }
674 },
675 "picture_url": {
676 "type": "text"
677 },
678 "total_experience_duration": {
679 "type": "text",
680 "fields": {
681 "exact": {
682 "type": "keyword",
683 "null_value": "NULL"
684 }
685 }
686 },
687 "total_experience_duration_months": {
688 "type": "long"
689 }
690 }
691 }
Action | Data point | Data type | Description |
---|---|---|---|
Added | date_day | String | Day of award issue date |
See a snippet of the dataset for reference:
Company technologies
1"date_day": 26
Updated 03 Apr 2025
Did this page help you?