1"mappings": {
2 "properties": {
3 "id": {
4 "type": "long"
5 },
6 "source_id": {
7 "type": "text"
8 },
9 "company_name": {
10 "type": "text",
11 "fields": {
12 "exact": {
13 "type": "keyword",
14 "null_value": "NULL"
15 }
16 }
17 },
18 "company_name_alias": {
19 "type": "keyword"
20 },
21 "company_legal_name": {
22 "type": "text"
23 },
24 "company_logo": {
25 "type": "text"
26 },
27 "website": {
28 "type": "text",
29 "fields": {
30 "exact": {
31 "type": "keyword",
32 "null_value": "NULL"
33 },
34 "domain_only": {
35 "type": "text"
36 }
37 }
38 },
39 "professional_network_url": {
40 "type": "text",
41 "fields": {
42 "exact": {
43 "type": "keyword",
44 "null_value": "NULL"
45 }
46 }
47 },
48 "twitter_url": {
49 "type": "text",
50 "fields": {
51 "exact": {
52 "type": "keyword",
53 "null_value": "NULL"
54 }
55 }
56 },
57 "discord_url": {
58 "type": "text",
59 "fields": {
60 "exact": {
61 "type": "keyword",
62 "null_value": "NULL"
63 }
64 }
65 },
66 "facebook_url": {
67 "type": "text",
68 "fields": {
69 "exact": {
70 "type": "keyword",
71 "null_value": "NULL"
72 }
73 }
74 },
75 "instagram_url": {
76 "type": "text",
77 "fields": {
78 "exact": {
79 "type": "keyword",
80 "null_value": "NULL"
81 }
82 }
83 },
84 "pinterest_url": {
85 "type": "text",
86 "fields": {
87 "exact": {
88 "type": "keyword",
89 "null_value": "NULL"
90 }
91 }
92 },
93 "tiktok_url": {
94 "type": "text",
95 "fields": {
96 "exact": {
97 "type": "keyword",
98 "null_value": "NULL"
99 }
100 }
101 },
102 "youtube_url": {
103 "type": "text",
104 "fields": {
105 "exact": {
106 "type": "keyword",
107 "null_value": "NULL"
108 }
109 }
110 },
111 "github_url": {
112 "type": "text",
113 "fields": {
114 "exact": {
115 "type": "keyword",
116 "null_value": "NULL"
117 }
118 }
119 },
120 "reddit_url": {
121 "type": "text",
122 "fields": {
123 "exact": {
124 "type": "keyword",
125 "null_value": "NULL"
126 }
127 }
128 },
129 "financial_website_url": {
130 "type": "text",
131 "fields": {
132 "exact": {
133 "type": "keyword",
134 "null_value": "NULL"
135 }
136 }
137 },
138 "stock_ticker": {
139 "type": "nested",
140 "properties": {
141 "exchange": {
142 "type": "text",
143 "fields": {
144 "exact": {
145 "type": "keyword",
146 "null_value": "NULL"
147 }
148 }
149 },
150 "ticker": {
151 "type": "keyword"
152 }
153 }
154 },
155 "top_previous_companies": {
156 "type": "nested",
157 "properties": {
158 "company_id": {
159 "type": "long"
160 },
161 "company_name": {
162 "type": "text"
163 },
164 "count": {
165 "type": "long"
166 }
167 }
168 },
169 "top_next_companies": {
170 "type": "nested",
171 "properties": {
172 "company_id": {
173 "type": "long"
174 },
175 "company_name": {
176 "type": "text"
177 },
178 "count": {
179 "type": "long"
180 }
181 }
182 },
183 "is_b2b": {
184 "type": "long"
185 },
186 "industry": {
187 "type": "text",
188 "fields": {
189 "exact": {
190 "type": "keyword",
191 "null_value": "NULL"
192 }
193 }
194 },
195 "sic_codes": {
196 "type": "text",
197 "fields": {
198 "exact": {
199 "type": "keyword"
200 }
201 }
202 },
203 "naics_codes": {
204 "type": "text",
205 "fields": {
206 "exact": {
207 "type": "keyword"
208 }
209 }
210 },
211 "categories_and_keywords": {
212 "type": "text"
213 },
214 "description": {
215 "type": "text"
216 },
217 "description_enriched": {
218 "type": "text"
219 },
220 "description_metadata_raw": {
221 "type": "text"
222 },
223 "type": {
224 "type": "keyword"
225 },
226 "status": {
227 "properties": {
228 "value": {
229 "type": "text"
230 },
231 "comment": {
232 "type": "text"
233 }
234 }
235 },
236 "founded_year": {
237 "type": "text"
238 },
239 "size_range": {
240 "type": "keyword",
241 "null_value": "NULL"
242 },
243 "employees_count": {
244 "type": "long"
245 },
246 "followers_count_professional_network": {
247 "type": "long"
248 },
249 "followers_count_twitter": {
250 "type": "long"
251 },
252 "followers_count_owler": {
253 "type": "long"
254 },
255 "hq_region": {
256 "type": "text"
257 },
258 "hq_country": {
259 "type": "text"
260 },
261 "hq_country_iso2": {
262 "type": "text"
263 },
264 "hq_country_iso3": {
265 "type": "text"
266 },
267 "hq_location": {
268 "type": "text"
269 },
270 "hq_full_address": {
271 "type": "text"
272 },
273 "hq_city": {
274 "type": "text"
275 },
276 "hq_state": {
277 "type": "text"
278 },
279 "hq_street": {
280 "type": "text"
281 },
282 "hq_zipcode": {
283 "type": "text"
284 },
285 "company_locations_full": {
286 "type": "nested",
287 "properties": {
288 "location_address": {
289 "type": "keyword",
290 "null_value": "NULL"
291 },
292 "is_primary": {
293 "type": "long"
294 }
295 }
296 },
297 "is_public": {
298 "type": "boolean"
299 },
300 "ipo_date": {
301 "type": "date",
302 "format": "yyyy-MM-dd"
303 },
304 "ipo_share_price": {
305 "type": "long"
306 },
307 "ipo_share_price_currency": {
308 "type": "text"
309 },
310 "revenue_annual_range": {
311 "properties": {
312 "source_4_annual_revenue_range": {
313 "properties": {
314 "annual_revenue_range_from": {
315 "type": "double"
316 },
317 "annual_revenue_range_to": {
318 "type": "double"
319 },
320 "annual_revenue_range_currency": {
321 "type": "text"
322 }
323 }
324 },
325 "source_6_annual_revenue_range": {
326 "properties": {
327 "annual_revenue_range_from": {
328 "type": "double"
329 },
330 "annual_revenue_range_to": {
331 "type": "double"
332 },
333 "annual_revenue_range_currency": {
334 "type": "text"
335 }
336 }
337 }
338 }
339 },
340 "revenue_annual": {
341 "properties": {
342 "source_5_annual_revenue": {
343 "properties": {
344 "annual_revenue": {
345 "type": "long"
346 },
347 "annual_revenue_currency": {
348 "type": "text"
349 }
350 }
351 },
352 "source_1_annual_revenue": {
353 "properties": {
354 "annual_revenue": {
355 "type": "double"
356 },
357 "annual_revenue_currency": {
358 "type": "text"
359 }
360 }
361 }
362 }
363 },
364 "revenue_quarterly": {
365 "properties": {
366 "value": {
367 "type": "double"
368 },
369 "currency": {
370 "type": "text"
371 }
372 }
373 },
374 "income_statements": {
375 "type": "nested",
376 "properties": {
377 "cost_of_goods_sold": {
378 "type": "double"
379 },
380 "cost_of_goods_sold_currency": {
381 "type": "text"
382 },
383 "ebit": {
384 "type": "double"
385 },
386 "ebitda": {
387 "type": "double"
388 },
389 "ebitda_margin": {
390 "type": "double"
391 },
392 "ebit_margin": {
393 "type": "double"
394 },
395 "earnings_per_share": {
396 "type": "double"
397 },
398 "gross_profit": {
399 "type": "double"
400 },
401 "gross_profit_margin": {
402 "type": "double"
403 },
404 "income_tax_expense": {
405 "type": "double"
406 },
407 "interest_expense": {
408 "type": "double"
409 },
410 "interest_income": {
411 "type": "double"
412 },
413 "net_income": {
414 "type": "double"
415 },
416 "period_display_end_date": {
417 "type": "text"
418 },
419 "period_end_date": {
420 "type": "date",
421 "format": "yyyy-MM-dd"
422 },
423 "period_type": {
424 "type": "text"
425 },
426 "pre_tax_profit": {
427 "type": "long"
428 },
429 "revenue": {
430 "type": "long"
431 },
432 "total_operating_expense": {
433 "type": "long"
434 }
435 }
436 },
437 "stock_information": {
438 "type": "nested",
439 "properties": {
440 "closing_price": {
441 "type": "double",
442 "index": false
443 },
444 "currency": {
445 "type": "text",
446 "index": false
447 },
448 "date": {
449 "type": "date",
450 "format": "yyyy-MM-dd",
451 "index": false
452 },
453 "marketcap": {
454 "type": "double",
455 "index": false
456 }
457 }
458 },
459 "last_funding_round_name": {
460 "type": "text"
461 },
462 "last_funding_round_announced_date": {
463 "type": "date",
464 "format": "yyyy-MM-dd"
465 },
466 "last_funding_round_lead_investors": {
467 "type": "text"
468 },
469 "last_funding_round_amount_raised": {
470 "type": "long"
471 },
472 "last_funding_round_amount_raised_currency": {
473 "type": "text"
474 },
475 "last_funding_round_num_investors": {
476 "type": "long"
477 },
478 "funding_rounds": {
479 "type": "nested",
480 "properties": {
481 "name": {
482 "type": "text"
483 },
484 "announced_date": {
485 "type": "date",
486 "format": "yyyy-MM-dd"
487 },
488 "lead_investors": {
489 "type": "text"
490 },
491 "amount_raised": {
492 "type": "long"
493 },
494 "amount_raised_currency": {
495 "type": "text"
496 },
497 "num_investors": {
498 "type": "long"
499 }
500 }
501 },
502 "ownership_status": {
503 "type": "text"
504 },
505 "parent_company_information": {
506 "properties": {
507 "parent_company_name": {
508 "type": "text"
509 },
510 "parent_company_website": {
511 "type": "text"
512 },
513 "date": {
514 "type": "date",
515 "format": "yyyy-MM-dd"
516 }
517 }
518 },
519 "acquired_by_summary": {
520 "properties": {
521 "acquirer_name": {
522 "type": "text"
523 },
524 "announced_date": {
525 "type": "date",
526 "format": "yyyy-MM-dd"
527 },
528 "price": {
529 "type": "long"
530 },
531 "currency": {
532 "type": "text"
533 }
534 }
535 },
536 "num_acquisitions_source_1": {
537 "type": "long"
538 },
539 "acquisition_list_source_1": {
540 "type": "nested",
541 "properties": {
542 "acquiree_name": {
543 "type": "text"
544 },
545 "announced_date": {
546 "type": "date",
547 "format": "yyyy-MM-dd",
548 "ignore_malformed": true
549 },
550 "price": {
551 "type": "text"
552 },
553 "currency": {
554 "type": "text"
555 }
556 }
557 },
558 "num_acquisitions_source_2": {
559 "type": "long"
560 },
561 "acquisition_list_source_2": {
562 "type": "nested",
563 "properties": {
564 "acquiree_name": {
565 "type": "text"
566 },
567 "announced_date": {
568 "type": "date",
569 "format": "yyyy-MM-dd"
570 },
571 "price": {
572 "type": "long"
573 },
574 "currency": {
575 "type": "text"
576 }
577 }
578 },
579 "num_acquisitions_source_5": {
580 "type": "long"
581 },
582 "acquisition_list_source_5": {
583 "type": "nested",
584 "properties": {
585 "acquiree_name": {
586 "type": "text"
587 },
588 "announced_date": {
589 "type": "date",
590 "format": "yyyy-MM-dd"
591 },
592 "price": {
593 "type": "text"
594 },
595 "currency": {
596 "type": "text"
597 }
598 }
599 },
600 "competitors": {
601 "type": "nested",
602 "properties": {
603 "company_name": {
604 "type": "text"
605 },
606 "similarity_score": {
607 "type": "long"
608 }
609 }
610 },
611 "competitors_websites": {
612 "type": "nested",
613 "properties": {
614 "website": {
615 "type": "text"
616 },
617 "similarity_score": {
618 "type": "long"
619 },
620 "total_website_visits_monthly": {
621 "type": "long"
622 },
623 "category": {
624 "type": "text"
625 },
626 "rank_category": {
627 "type": "long"
628 }
629 }
630 },
631 "company_phone_numbers": {
632 "type": "text"
633 },
634 "company_emails": {
635 "type": "text"
636 },
637 "pricing_available": {
638 "type": "boolean"
639 },
640 "free_trial_available": {
641 "type": "boolean"
642 },
643 "demo_available": {
644 "type": "boolean"
645 },
646 "is_downloadable": {
647 "type": "boolean"
648 },
649 "mobile_apps_exist": {
650 "type": "boolean"
651 },
652 "online_reviews_exist": {
653 "type": "boolean"
654 },
655 "documentation_exist": {
656 "type": "boolean"
657 },
658 "product_reviews_count": {
659 "type": "long"
660 },
661 "product_reviews_aggregate_score": {
662 "type": "double"
663 },
664 "product_reviews_score_distribution": {
665 "properties": {
666 "1": {
667 "type": "long"
668 },
669 "2": {
670 "type": "long"
671 },
672 "3": {
673 "type": "long"
674 },
675 "4": {
676 "type": "long"
677 },
678 "5": {
679 "type": "long"
680 }
681 }
682 },
683 "product_pricing_summary": {
684 "type": "nested",
685 "properties": {
686 "details": {
687 "type": "text"
688 },
689 "price": {
690 "type": "text"
691 },
692 "type": {
693 "type": "text"
694 }
695 }
696 },
697 "num_news_articles": {
698 "type": "long"
699 },
700 "news_articles": {
701 "type": "nested",
702 "properties": {
703 "headline": {
704 "type": "text",
705 "index": false
706 },
707 "published_date": {
708 "type": "date",
709 "format": "yyyy-MM-dd",
710 "index": false
711 },
712 "summary": {
713 "type": "text",
714 "index": false
715 },
716 "article_url": {
717 "type": "text",
718 "index": false
719 }
720 }
721 },
722 "num_technologies_used": {
723 "type": "long"
724 },
725 "technologies_used": {
726 "type": "text"
727 },
728 "total_website_visits_monthly": {
729 "type": "long"
730 },
731 "visits_change_monthly": {
732 "type": "double"
733 },
734 "rank_global": {
735 "type": "long"
736 },
737 "rank_country": {
738 "type": "long"
739 },
740 "rank_category": {
741 "type": "long"
742 },
743 "visits_breakdown_by_country": {
744 "type": "nested",
745 "properties": {
746 "country": {
747 "type": "text",
748 "index": false
749 },
750 "percentage": {
751 "type": "double",
752 "index": false
753 },
754 "percentage_monthly_change": {
755 "type": "double",
756 "index": false
757 }
758 }
759 },
760 "visits_breakdown_by_gender": {
761 "properties": {
762 "male_percentage": {
763 "type": "double",
764 "index": false
765 },
766 "female_percentage": {
767 "type": "double",
768 "index": false
769 }
770 }
771 },
772 "visits_breakdown_by_age": {
773 "properties": {
774 "age_18_24_percentage": {
775 "type": "double",
776 "index": false
777 },
778 "age_25_34_percentage": {
779 "type": "double",
780 "index": false
781 },
782 "age_35_44_percentage": {
783 "type": "double",
784 "index": false
785 },
786 "age_45_54_percentage": {
787 "type": "double",
788 "index": false
789 },
790 "age_55_64_percentage": {
791 "type": "double",
792 "index": false
793 },
794 "age_65_plus_percentage": {
795 "type": "double",
796 "index": false
797 }
798 }
799 },
800 "bounce_rate": {
801 "type": "double"
802 },
803 "pages_per_visit": {
804 "type": "double"
805 },
806 "average_visit_duration_seconds": {
807 "type": "double"
808 },
809 "similarly_ranked_websites": {
810 "type": "text"
811 },
812 "top_topics": {
813 "type": "text"
814 },
815 "company_employee_reviews_count": {
816 "type": "long"
817 },
818 "company_employee_reviews_aggregate_score": {
819 "type": "double"
820 },
821 "employee_reviews_score_breakdown": {
822 "properties": {
823 "business_outlook": {
824 "type": "double"
825 },
826 "career_opportunities": {
827 "type": "double"
828 },
829 "ceo_approval": {
830 "type": "double"
831 },
832 "compensation_benefits": {
833 "type": "double"
834 },
835 "culture_values": {
836 "type": "double"
837 },
838 "diversity_inclusion": {
839 "type": "double"
840 },
841 "recommend": {
842 "type": "double"
843 },
844 "senior_management": {
845 "type": "double"
846 },
847 "work_life_balance": {
848 "type": "double"
849 }
850 }
851 },
852 "employee_reviews_score_distribution": {
853 "properties": {
854 "1": {
855 "type": "double"
856 },
857 "2": {
858 "type": "double"
859 },
860 "3": {
861 "type": "double"
862 },
863 "4": {
864 "type": "double"
865 },
866 "5": {
867 "type": "double"
868 }
869 }
870 },
871 "active_job_postings_count": {
872 "type": "long"
873 },
874 "active_job_postings_titles": {
875 "type": "text",
876 "fields": {
877 "exact": {
878 "type": "keyword"
879 }
880 }
881 },
882 "active_job_postings_count_by_month": {
883 "type": "nested",
884 "properties": {
885 "active_job_postings_count": {
886 "type": "long"
887 },
888 "date": {
889 "type": "date",
890 "format": "yyyy-MM"
891 }
892 }
893 },
894 "base_salary": {
895 "type": "nested",
896 "properties": {
897 "title": {
898 "type": "text",
899 "index": false
900 },
901 "salary_p25": {
902 "type": "double",
903 "index": false
904 },
905 "salary_median": {
906 "type": "double",
907 "index": false
908 },
909 "salary_p75": {
910 "type": "double",
911 "index": false
912 },
913 "currency": {
914 "type": "text",
915 "index": false
916 },
917 "pay_period": {
918 "type": "text",
919 "index": false
920 },
921 "salary_updated_at": {
922 "type": "date",
923 "format": "yyyy-MM-dd",
924 "index": false
925 }
926 }
927 },
928 "additional_pay": {
929 "type": "flattened"
930 },
931 "total_salary": {
932 "type": "nested",
933 "properties": {
934 "title": {
935 "type": "text",
936 "index": false
937 },
938 "salary_p25": {
939 "type": "double",
940 "index": false
941 },
942 "salary_median": {
943 "type": "double",
944 "index": false
945 },
946 "salary_p75": {
947 "type": "double",
948 "index": false
949 },
950 "currency": {
951 "type": "text",
952 "index": false
953 },
954 "pay_period": {
955 "type": "text",
956 "index": false
957 },
958 "salary_updated_at": {
959 "type": "date",
960 "format": "yyyy-MM-dd",
961 "index": false
962 }
963 }
964 },
965 "employees_count_breakdown_by_seniority": {
966 "properties": {
967 "employees_count_owner": {
968 "type": "long"
969 },
970 "employees_count_founder": {
971 "type": "long"
972 },
973 "employees_count_clevel": {
974 "type": "long"
975 },
976 "employees_count_partner": {
977 "type": "long"
978 },
979 "employees_count_vp": {
980 "type": "long"
981 },
982 "employees_count_head": {
983 "type": "long"
984 },
985 "employees_count_director": {
986 "type": "long"
987 },
988 "employees_count_manager": {
989 "type": "long"
990 },
991 "employees_count_senior": {
992 "type": "long"
993 },
994 "employees_count_intern": {
995 "type": "long"
996 },
997 "employees_count_specialist": {
998 "type": "long"
999 },
1000 "employees_count_other_management": {
1001 "type": "long"
1002 }
1003 }
1004 },
1005 "employees_count_breakdown_by_seniority_by_month": {
1006 "type": "nested",
1007 "properties": {
1008 "employees_count_breakdown_by_seniority": {
1009 "type": "object",
1010 "properties": {
1011 "employees_count_owner": {
1012 "type": "long"
1013 },
1014 "employees_count_founder": {
1015 "type": "long"
1016 },
1017 "employees_count_clevel": {
1018 "type": "long"
1019 },
1020 "employees_count_partner": {
1021 "type": "long"
1022 },
1023 "employees_count_vp": {
1024 "type": "long"
1025 },
1026 "employees_count_head": {
1027 "type": "long"
1028 },
1029 "employees_count_director": {
1030 "type": "long"
1031 },
1032 "employees_count_manager": {
1033 "type": "long"
1034 },
1035 "employees_count_senior": {
1036 "type": "long"
1037 },
1038 "employees_count_intern": {
1039 "type": "long"
1040 },
1041 "employees_count_specialist": {
1042 "type": "long"
1043 },
1044 "employees_count_other_management": {
1045 "type": "long"
1046 }
1047 }
1048 },
1049 "date": {
1050 "type": "date",
1051 "format": "yyyyMM"
1052 }
1053 }
1054 },
1055 "employees_count_breakdown_by_department": {
1056 "properties": {
1057 "employees_count_medical": {
1058 "type": "long"
1059 },
1060 "employees_count_sales": {
1061 "type": "long"
1062 },
1063 "employees_count_hr": {
1064 "type": "long"
1065 },
1066 "employees_count_legal": {
1067 "type": "long"
1068 },
1069 "employees_count_marketing": {
1070 "type": "long"
1071 },
1072 "employees_count_finance": {
1073 "type": "long"
1074 },
1075 "employees_count_technical": {
1076 "type": "long"
1077 },
1078 "employees_count_consulting": {
1079 "type": "long"
1080 },
1081 "employees_count_operations": {
1082 "type": "long"
1083 },
1084 "employees_count_product": {
1085 "type": "long"
1086 },
1087 "employees_count_general_management": {
1088 "type": "long"
1089 },
1090 "employees_count_administrative": {
1091 "type": "long"
1092 },
1093 "employees_count_customer_service": {
1094 "type": "long"
1095 },
1096 "employees_count_project_management": {
1097 "type": "long"
1098 },
1099 "employees_count_design": {
1100 "type": "long"
1101 },
1102 "employees_count_research": {
1103 "type": "long"
1104 },
1105 "employees_count_trades": {
1106 "type": "long"
1107 },
1108 "employees_count_real_estate": {
1109 "type": "long"
1110 },
1111 "employees_count_education": {
1112 "type": "long"
1113 },
1114 "employees_count_other_department": {
1115 "type": "long"
1116 }
1117 }
1118 },
1119 "employees_count_breakdown_by_department_by_month": {
1120 "type": "nested",
1121 "properties": {
1122 "employees_count_breakdown_by_department": {
1123 "type": "object",
1124 "properties": {
1125 "employees_count_sales": {
1126 "type": "long"
1127 },
1128 "employees_count_hr": {
1129 "type": "long"
1130 },
1131 "employees_count_legal": {
1132 "type": "long"
1133 },
1134 "employees_count_marketing": {
1135 "type": "long"
1136 },
1137 "employees_count_finance": {
1138 "type": "long"
1139 },
1140 "employees_count_technical": {
1141 "type": "long"
1142 },
1143 "employees_count_consulting": {
1144 "type": "long"
1145 },
1146 "employees_count_operations": {
1147 "type": "long"
1148 },
1149 "employees_count_product": {
1150 "type": "long"
1151 },
1152 "employees_count_general_management": {
1153 "type": "long"
1154 },
1155 "employees_count_administrative": {
1156 "type": "long"
1157 },
1158 "employees_count_customer_service": {
1159 "type": "long"
1160 },
1161 "employees_count_project_management": {
1162 "type": "long"
1163 },
1164 "employees_count_design": {
1165 "type": "long"
1166 },
1167 "employees_count_research": {
1168 "type": "long"
1169 },
1170 "employees_count_trades": {
1171 "type": "long"
1172 },
1173 "employees_count_real_estate": {
1174 "type": "long"
1175 },
1176 "employees_count_education": {
1177 "type": "long"
1178 },
1179 "employees_count_other_department": {
1180 "type": "long"
1181 }
1182 }
1183 },
1184 "date": {
1185 "type": "date",
1186 "format": "yyyyMM"
1187 }
1188 }
1189 },
1190 "employees_count_breakdown_by_region": {
1191 "properties": {
1192 "employees_count_eastern_europe": {
1193 "type": "long"
1194 },
1195 "employees_count_latin_america": {
1196 "type": "long"
1197 },
1198 "employees_count_southern_europe": {
1199 "type": "long"
1200 },
1201 "employees_count_sub_saharan_africa": {
1202 "type": "long"
1203 },
1204 "employees_count_central_asia": {
1205 "type": "long"
1206 },
1207 "employees_count_northern_america": {
1208 "type": "long"
1209 },
1210 "employees_count_australia_new_zealand": {
1211 "type": "long"
1212 },
1213 "employees_count_northern_europe": {
1214 "type": "long"
1215 },
1216 "employees_count_south_eastern_asia": {
1217 "type": "long"
1218 },
1219 "employees_count_polynesia": {
1220 "type": "long"
1221 },
1222 "employees_count_southern_asia": {
1223 "type": "long"
1224 },
1225 "employees_count_northern_africa": {
1226 "type": "long"
1227 },
1228 "employees_count_melanesia": {
1229 "type": "long"
1230 },
1231 "employees_count_western_europe": {
1232 "type": "long"
1233 },
1234 "employees_count_western_asia": {
1235 "type": "long"
1236 },
1237 "employees_count_eastern_asia": {
1238 "type": "long"
1239 },
1240 "employees_count_micronesia": {
1241 "type": "long"
1242 },
1243 "employees_count_unknown": {
1244 "type": "long"
1245 }
1246 }
1247 },
1248 "employees_count_breakdown_by_region_by_month": {
1249 "type": "nested",
1250 "properties": {
1251 "employees_count_breakdown_by_region": {
1252 "type": "object",
1253 "properties": {
1254 "employees_count_eastern_europe": {
1255 "type": "long"
1256 },
1257 "employees_count_latin_america": {
1258 "type": "long"
1259 },
1260 "employees_count_southern_europe": {
1261 "type": "long"
1262 },
1263 "employees_count_sub_saharan_africa": {
1264 "type": "long"
1265 },
1266 "employees_count_central_asia": {
1267 "type": "long"
1268 },
1269 "employees_count_northern_america": {
1270 "type": "long"
1271 },
1272 "employees_count_australia_new_zealand": {
1273 "type": "long"
1274 },
1275 "employees_count_northern_europe": {
1276 "type": "long"
1277 },
1278 "employees_count_south_eastern_asia": {
1279 "type": "long"
1280 },
1281 "employees_count_polynesia": {
1282 "type": "long"
1283 },
1284 "employees_count_southern_asia": {
1285 "type": "long"
1286 },
1287 "employees_count_northern_africa": {
1288 "type": "long"
1289 },
1290 "employees_count_melanesia": {
1291 "type": "long"
1292 },
1293 "employees_count_western_europe": {
1294 "type": "long"
1295 },
1296 "employees_count_western_asia": {
1297 "type": "long"
1298 },
1299 "employees_count_eastern_asia": {
1300 "type": "long"
1301 },
1302 "employees_count_micronesia": {
1303 "type": "long"
1304 },
1305 "employees_count_unknown": {
1306 "type": "long"
1307 }
1308 }
1309 },
1310 "date": {
1311 "type": "date",
1312 "format": "yyyyMM"
1313 }
1314 }
1315 },
1316 "employees_count_by_country": {
1317 "type": "nested",
1318 "properties": {
1319 "country": {
1320 "type": "text"
1321 },
1322 "employee_count": {
1323 "type": "long"
1324 }
1325 }
1326 },
1327 "employees_count_by_country_by_month": {
1328 "type": "flattened"
1329 },
1330 "key_executives": {
1331 "type": "flattened"
1332 },
1333 "key_employee_change_events": {
1334 "type": "nested",
1335 "properties": {
1336 "employee_change_event_name": {
1337 "type": "text"
1338 },
1339 "employee_change_event_date": {
1340 "type": "date",
1341 "format": "yyyy-MM-dd"
1342 },
1343 "employee_change_event_url": {
1344 "type": "text"
1345 }
1346 }
1347 },
1348 "key_executive_arrivals": {
1349 "type": "flattened"
1350 },
1351 "key_executive_departures": {
1352 "type": "flattened"
1353 },
1354 "employees_count_change": {
1355 "properties": {
1356 "current": {
1357 "type": "long"
1358 },
1359 "change_monthly": {
1360 "type": "long"
1361 },
1362 "change_monthly_percentage": {
1363 "type": "double"
1364 },
1365 "change_quarterly": {
1366 "type": "long"
1367 },
1368 "change_quarterly_percentage": {
1369 "type": "double"
1370 },
1371 "change_yearly": {
1372 "type": "long"
1373 },
1374 "change_yearly_percentage": {
1375 "type": "double"
1376 }
1377 }
1378 },
1379 "employees_count_by_month": {
1380 "type": "nested",
1381 "properties": {
1382 "employees_count": {
1383 "type": "long"
1384 },
1385 "date": {
1386 "type": "date",
1387 "format": "yyyy-MM"
1388 }
1389 }
1390 },
1391 "professional_network_followers_count_change": {
1392 "properties": {
1393 "current": {
1394 "type": "long"
1395 },
1396 "change_monthly": {
1397 "type": "long"
1398 },
1399 "change_monthly_percentage": {
1400 "type": "double"
1401 },
1402 "change_quarterly": {
1403 "type": "long"
1404 },
1405 "change_quarterly_percentage": {
1406 "type": "double"
1407 },
1408 "change_yearly": {
1409 "type": "long"
1410 },
1411 "change_yearly_percentage": {
1412 "type": "double"
1413 }
1414 }
1415 },
1416 "professional_network_followers_count_by_month": {
1417 "type": "nested",
1418 "properties": {
1419 "follower_count": {
1420 "type": "long"
1421 },
1422 "date": {
1423 "type": "date",
1424 "format": "yyyy-MM"
1425 }
1426 }
1427 },
1428 "active_job_postings_count_change": {
1429 "properties": {
1430 "current": {
1431 "type": "long"
1432 },
1433 "change_monthly": {
1434 "type": "long"
1435 },
1436 "change_monthly_percentage": {
1437 "type": "double"
1438 },
1439 "change_quarterly": {
1440 "type": "long"
1441 },
1442 "change_quarterly_percentage": {
1443 "type": "double"
1444 },
1445 "change_yearly": {
1446 "type": "long"
1447 },
1448 "change_yearly_percentage": {
1449 "type": "double"
1450 }
1451 }
1452 },
1453 "product_reviews_score_change": {
1454 "properties": {
1455 "current": {
1456 "type": "double"
1457 },
1458 "change_monthly": {
1459 "type": "double"
1460 },
1461 "change_quarterly": {
1462 "type": "double"
1463 },
1464 "change_yearly": {
1465 "type": "double"
1466 }
1467 }
1468 },
1469 "product_reviews_score_by_month": {
1470 "type": "nested",
1471 "properties": {
1472 "product_reviews_score": {
1473 "type": "double"
1474 },
1475 "date": {
1476 "type": "date",
1477 "format": "yyyy-MM"
1478 }
1479 }
1480 },
1481 "total_website_visits_change": {
1482 "properties": {
1483 "current": {
1484 "type": "long"
1485 },
1486 "change_monthly": {
1487 "type": "long"
1488 },
1489 "change_monthly_percentage": {
1490 "type": "double"
1491 },
1492 "change_quarterly": {
1493 "type": "long"
1494 },
1495 "change_quarterly_percentage": {
1496 "type": "double"
1497 },
1498 "change_yearly": {
1499 "type": "long"
1500 },
1501 "change_yearly_percentage": {
1502 "type": "double"
1503 }
1504 }
1505 },
1506 "total_website_visits_by_month": {
1507 "type": "nested",
1508 "properties": {
1509 "total_website_visits": {
1510 "type": "long"
1511 },
1512 "date": {
1513 "type": "date",
1514 "format": "yyyy-MM"
1515 }
1516 }
1517 },
1518 "employee_reviews_score_aggregated_change": {
1519 "properties": {
1520 "current": {
1521 "type": "double"
1522 },
1523 "change_monthly": {
1524 "type": "double"
1525 },
1526 "change_quarterly": {
1527 "type": "double"
1528 },
1529 "change_yearly": {
1530 "type": "double"
1531 }
1532 }
1533 },
1534 "employee_reviews_score_aggregated_by_month": {
1535 "type": "nested",
1536 "properties": {
1537 "aggregated_score": {
1538 "type": "double"
1539 },
1540 "date": {
1541 "type": "date",
1542 "format": "yyyy-MM"
1543 }
1544 }
1545 },
1546 "employee_reviews_score_business_outlook_change": {
1547 "properties": {
1548 "current": {
1549 "type": "double"
1550 },
1551 "change_monthly": {
1552 "type": "double"
1553 },
1554 "change_quarterly": {
1555 "type": "double"
1556 },
1557 "change_yearly": {
1558 "type": "double"
1559 }
1560 }
1561 },
1562 "employee_reviews_score_business_outlook_by_month": {
1563 "type": "nested",
1564 "properties": {
1565 "business_outlook_score": {
1566 "type": "double"
1567 },
1568 "date": {
1569 "type": "date",
1570 "format": "yyyy-MM"
1571 }
1572 }
1573 },
1574 "employee_reviews_score_career_opportunities_change": {
1575 "properties": {
1576 "current": {
1577 "type": "double"
1578 },
1579 "change_monthly": {
1580 "type": "double"
1581 },
1582 "change_quarterly": {
1583 "type": "double"
1584 },
1585 "change_yearly": {
1586 "type": "double"
1587 }
1588 }
1589 },
1590 "employee_reviews_score_career_opportunities_by_month": {
1591 "type": "nested",
1592 "properties": {
1593 "career_opportunities_score": {
1594 "type": "double"
1595 },
1596 "date": {
1597 "type": "date",
1598 "format": "yyyy-MM"
1599 }
1600 }
1601 },
1602 "employee_reviews_score_ceo_approval_change": {
1603 "properties": {
1604 "current": {
1605 "type": "double"
1606 },
1607 "change_monthly": {
1608 "type": "double"
1609 },
1610 "change_quarterly": {
1611 "type": "double"
1612 },
1613 "change_yearly": {
1614 "type": "double"
1615 }
1616 }
1617 },
1618 "employee_reviews_score_ceo_approval_by_month": {
1619 "type": "nested",
1620 "properties": {
1621 "ceo_approval_score": {
1622 "type": "double"
1623 },
1624 "date": {
1625 "type": "date",
1626 "format": "yyyy-MM"
1627 }
1628 }
1629 },
1630 "employee_reviews_score_compensation_benefits_change": {
1631 "properties": {
1632 "current": {
1633 "type": "double"
1634 },
1635 "change_monthly": {
1636 "type": "double"
1637 },
1638 "change_quarterly": {
1639 "type": "double"
1640 },
1641 "change_yearly": {
1642 "type": "double"
1643 }
1644 }
1645 },
1646 "employee_reviews_score_compensation_benefits_by_month": {
1647 "type": "nested",
1648 "properties": {
1649 "compensation_benefits_score": {
1650 "type": "double"
1651 },
1652 "date": {
1653 "type": "date",
1654 "format": "yyyy-MM"
1655 }
1656 }
1657 },
1658 "employee_reviews_score_culture_values_change": {
1659 "properties": {
1660 "current": {
1661 "type": "double"
1662 },
1663 "change_monthly": {
1664 "type": "double"
1665 },
1666 "change_quarterly": {
1667 "type": "double"
1668 },
1669 "change_yearly": {
1670 "type": "double"
1671 }
1672 }
1673 },
1674 "employee_reviews_score_culture_values_by_month": {
1675 "type": "nested",
1676 "properties": {
1677 "culture_values_score": {
1678 "type": "double"
1679 },
1680 "date": {
1681 "type": "date",
1682 "format": "yyyy-MM"
1683 }
1684 }
1685 },
1686 "employee_reviews_score_diversity_inclusion_change": {
1687 "properties": {
1688 "current": {
1689 "type": "double"
1690 },
1691 "change_monthly": {
1692 "type": "double"
1693 },
1694 "change_quarterly": {
1695 "type": "double"
1696 },
1697 "change_yearly": {
1698 "type": "double"
1699 }
1700 }
1701 },
1702 "employee_reviews_score_diversity_inclusion_by_month": {
1703 "type": "nested",
1704 "properties": {
1705 "diversity_inclusion_score": {
1706 "type": "double"
1707 },
1708 "date": {
1709 "type": "date",
1710 "format": "yyyy-MM"
1711 }
1712 }
1713 },
1714 "employee_reviews_score_recommend_change": {
1715 "properties": {
1716 "current": {
1717 "type": "double"
1718 },
1719 "change_monthly": {
1720 "type": "double"
1721 },
1722 "change_quarterly": {
1723 "type": "double"
1724 },
1725 "change_yearly": {
1726 "type": "double"
1727 }
1728 }
1729 },
1730 "employee_reviews_score_recommend_by_month": {
1731 "type": "nested",
1732 "properties": {
1733 "recommend_score": {
1734 "type": "double"
1735 },
1736 "date": {
1737 "type": "date",
1738 "format": "yyyy-MM"
1739 }
1740 }
1741 },
1742 "employee_reviews_score_senior_management_change": {
1743 "properties": {
1744 "current": {
1745 "type": "double"
1746 },
1747 "change_monthly": {
1748 "type": "double"
1749 },
1750 "change_quarterly": {
1751 "type": "double"
1752 },
1753 "change_yearly": {
1754 "type": "double"
1755 }
1756 }
1757 },
1758 "employee_reviews_score_senior_management_by_month": {
1759 "type": "nested",
1760 "properties": {
1761 "senior_management_score": {
1762 "type": "double"
1763 },
1764 "date": {
1765 "type": "date",
1766 "format": "yyyy-MM"
1767 }
1768 }
1769 },
1770 "employee_reviews_score_work_life_balance_change": {
1771 "properties": {
1772 "current": {
1773 "type": "double"
1774 },
1775 "change_monthly": {
1776 "type": "double"
1777 },
1778 "change_quarterly": {
1779 "type": "double"
1780 },
1781 "change_yearly": {
1782 "type": "double"
1783 }
1784 }
1785 },
1786 "employee_reviews_score_work_life_balance_by_month": {
1787 "type": "nested",
1788 "properties": {
1789 "work_life_balance_score": {
1790 "type": "double"
1791 },
1792 "date": {
1793 "type": "date",
1794 "format": "yyyy-MM"
1795 }
1796 }
1797 },
1798 "expired_domain": {
1799 "type": "boolean"
1800 },
1801 "unique_domain": {
1802 "type": "boolean"
1803 },
1804 "unique_website": {
1805 "type": "boolean"
1806 },
1807 "last_updated_at": {
1808 "type": "date",
1809 "format": "yyyy-MM-dd"
1810 },
1811 "created_at": {
1812 "type": "date",
1813 "format": "yyyy-MM-dd"
1814 },
1815 "company_updates": {
1816 "type": "nested",
1817 "properties": {
1818 "followers": {
1819 "type": "long"
1820 },
1821 "date": {
1822 "type": "keyword",
1823 "null_value": "NULL"
1824 },
1825 "description": {
1826 "type": "text",
1827 "fields": {
1828 "exact": {
1829 "type": "keyword",
1830 "null_value": "NULL"
1831 }
1832 }
1833 },
1834 "reactions_count": {
1835 "type": "long"
1836 },
1837 "comments_count": {
1838 "type": "long"
1839 },
1840 "reshared_post_author": {
1841 "type": "text",
1842 "fields": {
1843 "exact": {
1844 "type": "keyword",
1845 "null_value": "NULL"
1846 }
1847 }
1848 },
1849 "reshared_post_author_url": {
1850 "type": "text",
1851 "fields": {
1852 "exact": {
1853 "type": "keyword",
1854 "null_value": "NULL"
1855 }
1856 }
1857 },
1858 "reshared_post_author_headline": {
1859 "type": "text",
1860 "fields": {
1861 "exact": {
1862 "type": "keyword",
1863 "null_value": "NULL"
1864 }
1865 }
1866 },
1867 "reshared_post_description": {
1868 "type": "text",
1869 "fields": {
1870 "exact": {
1871 "type": "keyword",
1872 "null_value": "NULL"
1873 }
1874 }
1875 },
1876 "reshared_post_followers": {
1877 "type": "long"
1878 },
1879 "reshared_post_date": {
1880 "type": "keyword",
1881 "null_value": "NULL"
1882 }
1883 }
1884 }
1885 }
1886}