Employee Data
Clean Employee Data
Sample: Clean Employee Data
2min
Review Coresignal's Clean Employee Data sample below or contact sales for more information.
Interested in checking out more data samples? Visit our self-service platform:
- Visit Employee API playground
- Search or download employee data
- No credit card required
All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.
Clean employee sample
1{
2 "member_id": 1234,
3 "member_full_name": "Jane A. Doe",
4 "member_name_first": "Jane",
5 "member_name_middle": "A.",
6 "member_name_last": "Doe",
7 "member_websites_professional_network": "https://www.professional_network.com/profile/janedoe",
8 "member_picture_url": "https://www.example.com/janedoe.jpg",
9 "member_description": "Experienced data analyst with a passion for insights.",
10 "member_job_title": "Data Analyst",
11 "is_decision_maker": 1,
12 "member_job_description": "Analyzing large datasets to extract meaningful insights.",
13 "company_id": 67890,
14 "member_experience": [
15 {
16 "title": "Senior Data Analyst",
17 "description": "Leading data analysis projects.",
18 "order_in_profile": 1,
19 "company_name": "Example Company",
20 "company_url": "https://www.example-company.com",
21 "company_id": 987654,
22 "date_from": "2019-06-01",
23 "date_from_year": 2019,
24 "date_from_month": 6,
25 "date_to": "2023-08-01",
26 "date_to_year": 2023,
27 "date_to_month": 8,
28 "location": "San Francisco, CA",
29 "duration": "4 years 2 months",
30 "duration_months": 50,
31 "department": "Data Science",
32 "management_level": "Senior"
33 }
34 ],
35 "member_education": [
36 {
37 "title": "Bachelor of Science in Computer Science",
38 "major": "Computer Science",
39 "date_from": "2015-09-01",
40 "date_to": "2019-05-01",
41 "description": "Studied data structures, algorithms, and machine learning.",
42 "activities_and_societies": "AI Club, Coding Bootcamp",
43 "institution_url": "https://www.example-university.edu"
44 }
45 ],
46 "member_languages": [
47 {
48 "language": "English",
49 "proficiency": "Native",
50 "order_in_profile": 1
51 }
52 ],
53 "member_certifications": [
54 {
55 "title": "Certified Data Analyst",
56 "issuer": "Example Institute",
57 "credential_id": "DA123456",
58 "certificate_url": "https://www.example-certificates.com/DA123456",
59 "date_from": "2020-05-01",
60 "date_from_year": 2020,
61 "date_from_month": 5,
62 "date_to": "2025-05-01",
63 "date_to_year": 2025,
64 "date_to_month": 5,
65 "issuer_url": "https://www.example-institute.com",
66 "order_in_profile": 1
67 }
68 ],
69 "member_courses": [
70 {
71 "organizer": "Example Courses",
72 "title": "Machine Learning",
73 "order_in_profile": 1
74 }
75 ],
76 "member_awards": [
77 {
78 "title": "Best Data Scientist Award",
79 "issuer": "Example Company",
80 "description": "Recognized for outstanding contributions to data analytics.",
81 "date": "2022-12-01",
82 "date_year": 2022,
83 "date_month": 12,
84 "date_day": 1,
85 "order_in_profile": 1
86 }
87 ],
88 "member_activity": [
89 {
90 "activity_url": "https://www.professional_network.com/posts/example-company-123456",
91 "title": "Example Company is excited to introduce our Team Spotlight featuring Jane Doe!",
92 "action": "Liked by",
93 "order_in_profile": 1,
94 }
95 ],
96 "member_skills": ["Python," "SQL," "Data Visualization"],
97 "member_recommendations": [
98 {
99 "recommendation": "Jane is a top-notch analyst with deep insights into big data.",
100 "referee_url": "https://www.professional-network.com/profile/johndoe",
101 "order_in_profile": 1,
102 "referee_name": "John Doe"
103 }
104 ],
105 "member_recommendations_count": 5,
106 "member_connections_count": 500,
107 "member_location_raw_address": "123 Main St, New York, NY",
108 "member_location_country": "USA",
109 "member_location_regions": "New York, NY",
110 "member_last_updated": "2024-03-01",
111 "member_is_deleted": 0,
112 "member_department": "Data Science",
113 "member_management_level": "Senior",
114 "is_working": 1,
115 "is_hidden": 0,
116 "member_generated_headline": "Expert in Big Data & Machine Learning",
117 "member_headline": "Senior Data Analyst at Example Company",
118 "member_shorthand_names": ["JaneD", "JDoe"],
119 "member_follower_count": 150,
120 "total_experience_duration": "4 years",
121 "total_experience_duration_months": 48
122}
Updated 02 Apr 2025
Did this page help you?