Employee Data
Base Employee Data
Sample: Base Employee Data
2min
Review Coresignal's Base Employee Data sample below, or contact sales for more information.
Interested in checking out more data samples? Visit our self-service platform:
- Visit Base Employee API playground
- Search, download, or enrich company data
- No credit card required
All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.
Data sample
1{
2 "id": 1234567890,
3 "parent_id": 987654321,
4 "is_parent": 1,
5 "full_name": "John Doe",
6 "first_name": "John",
7 "last_name": "Doe",
8 "headline": "Senior Software Engineer at Example Corp",
9 "created_at": "2023-01-01T12:00:00Z",
10 "updated_at": "2024-01-01T12:00:00Z",
11 "checked_at": "2025-01-01T12:00:00Z",
12 "public_profile_id": "123000123",
13 "profile_url": "https://www.professional-network.com/in/john-doe",
14 "location": "New York, USA",
15 "industry": "Computer Software",
16 "summary": "Experienced software engineer with a focus on backend systems and distributed computing.",
17 "services": "Software Development, Technical Consulting",
18 "profile_photo_url": "https://www.example.com/photo.jpg",
19 "deleted": 0,
20 "country": "United States",
21 "country_iso_2": "US",
22 "country_iso_3": "USA",
23 "regions": [
24 {
25 "region": "New York"
26 }
27 ],
28 "recommendations_count": 12,
29 "connections_count": 500,
30 "follower_count": 600,
31 "experience_count": 3,
32 "shorthand_name": "jdoe",
33 "canonical_shorthand_name": "john-doe",
34 "shorthand_names": [
35 {
36 "shorthand_name": "jdoe"
37 },
38 {
39 "shorthand_name": "john-doe"
40 }
41 ],
42 "historical_ids": [
43 {
44 "id": 1122334455
45 },
46 {
47 "id": 9988776655
48 }
49 ],
50 "also_viewed": [
51 {
52 "id": "jane-smith-456",
53 "full_name": "Jane Smith",
54 "profile_url": "https://www.professional-network.com/in/jane-smith",
55 "headline": "Engineering Manager at Examp Company",
56 "location": "New York, NY",
57 "order_in_profile": 1,
58 "deleted": 0,
59 "created_at": "2023-06-01 12:00:00Z",
60 "updated_at": "2024-06-01 12:00:00Z"
61 }
62 ],
63 "awards": [
64 {
65 "id": "award-001-award-002abcdef",
66 "title": "Outstanding Innovation Award",
67 "issuer": "Tech Innovators Association",
68 "description": "Recognized for groundbreaking work in AI automation.",
69 "date": "2021-11-15",
70 "date_year": 2021,
71 "date_month": 11,
72 "date_day": 15,
73 "order_in_profile": 1,
74 "deleted": 0,
75 "created_at": "2021-11-20T10:15:00Z",
76 "updated_at": "2021-11-20T10:15:00Z"
77 }
78 ],
79 "certifications": [
80 {
81 "id": "cert-001-abcefg123456a1b2c3",
82 "title": "Certified Administrator",
83 "issuer": "Cloud Native Computing Foundation",
84 "credential_id": "CKA-123456",
85 "certificate_url": "https://example.com/cert/cka-123456",
86 "date_from": "2022-05-01",
87 "date_from_year": 2022,
88 "date_from_month": 5,
89 "date_to": "2025-05-01",
90 "date_to_year": 2025,
91 "date_to_month": 5,
92 "issuer_url": "https://www.example-institute.net",
93 "order_in_profile": 1,
94 "deleted": 0,
95 "created_at": "2022-05-02T09:00:00Z",
96 "updated_at": "2022-05-02T09:00:00Z"
97 }
98 ],
99 "courses": [
100 {
101 "id": "course-001qwerttyuiio123456789",
102 "organizer": "Examp Online",
103 "title": "Machine Learning Foundations",
104 "order_in_profile": 0,
105 "deleted": 0,
106 "created_at": "2020-06-15T13:00:00Z",
107 "updated_at": "2020-06-15T13:00:00Z"
108 }
109 ],
110 "education": [
111 {
112 "id": "edu-001-plmkn951263abc",
113 "institution": "Institute of Technology",
114 "program": "Bachelor of Science in Computer Science",
115 "institution_id": 101001,
116 "institution_source_id": 5001,
117 "date_from": "2010-09-01",
118 "date_from_year": 2010,
119 "date_from_month": 9,
120 "date_to": "2014-06-01",
121 "date_to_year": 2014,
122 "date_to_month": 6,
123 "activities_and_societies": "AI Club, Robotics Team",
124 "description": "Focused on artificial intelligence, software engineering, and systems programming.",
125 "institution_url": "https://www.tech-inst.edu",
126 "institution_shorthand_name": "IT",
127 "order_in_profile": 1,
128 "deleted": 0,
129 "created_at": "2014-06-10T09:00:00Z",
130 "updated_at": "2014-06-10T09:00:00Z"
131 }
132 ],
133 "experience": [
134 {
135 "id": "exp-001-test123456a1s2d3f4g5",
136 "title": "Software Engineer",
137 "location": "San Francisco, CA",
138 "company_id": 201001,
139 "company_source_id": 7001,
140 "company_name": "Good Company",
141 "company_url": "https://www.good-company.com",
142 "company_shorthand_name": "good-company",
143 "date_from": "2017-07-01",
144 "date_from_year": 2017,
145 "date_from_month": 7,
146 "date_to": "2020-12-01",
147 "date_to_year": 2020,
148 "date_to_month": 12,
149 "is_current": 0,
150 "duration": "3 yrs 5 mos",
151 "description": "Worked on backend systems, data pipelines, and internal tools for data analytics.",
152 "order_in_profile": 1,
153 "deleted": 0,
154 "created_at": "2017-07-01T09:00:00Z",
155 "updated_at": "2020-12-01T09:00:00Z"
156 }
157 ],
158 "groups": [
159 {
160 "id": "group-001abcdefghijk123456789",
161 "title": "AI Professionals Network",
162 "url": "https://www.professional-network.com/groups/12345678",
163 "order_in_profile": 1,
164 "deleted": 0,
165 "created_at": "2020-05-10T08:00:00Z",
166 "updated_at": "2023-01-01T08:00:00Z"
167 }
168 ],
169 {
170 "interests": [
171 {
172 "id": "int-0010z2x1c2v3b5n4d5f6",
173 "interest": "Machine Learning",
174 "order_in_profile": 1,
175 "deleted": 0,
176 "created_at": "2020-01-15T10:00:00Z",
177 "updated_at": "2023-12-01T14:22:00Z"
178 },
179 {
180 "id": "int-0027q8w9r9t6t5y4yu4",
181 "interest": "Urban Architecture",
182 "order_in_profile": 2,
183 "deleted": 0,
184 "created_at": "2020-01-15T10:05:00Z",
185 "updated_at": "2023-12-01T14:23:00Z"
186 }
187 ],
188 "languages": [
189 {
190 "id": "lang-00112345asddfg456ghj",
191 "language": "English",
192 "proficiency": "Native",
193 "order_in_profile": 1,
194 "deleted": 0,
195 "created_at": "2020-02-20T09:30:00Z",
196 "updated_at": "2023-12-01T14:00:00Z"
197 }
198 ],
199 "organizations": [
200 {
201 "id": "org-001a1a2a3a4a5a6a7a8a9",
202 "organization": "Examp Organization",
203 "position": "Member",
204 "description": "Participated in events and contributed to AI working group publications.",
205 "date_from": "2018-03-01",
206 "date_from_year": 2018,
207 "date_from_month": 3,
208 "date_to": "2019-03-01",
209 "date_to_year": 2019,
210 "date_to_month": 3,
211 "order_in_profile": 1,
212 "deleted": 0,
213 "created_at": "2018-03-05T12:00:00Z",
214 "updated_at": "2023-11-15T15:30:00Z"
215 }
216 ],
217 {
218 "patents": [
219 {
220 "id": "pat-001b1b2b3b4b5b6b7b8b9",
221 "title": "Adaptive Energy Optimization System",
222 "status": "Granted",
223 "inventors": [
224 {
225 "full_name": "John Doe",
226 "profile_url": "www.professional_network.com/in/john-doe",
227 "order_in_profile": 1
228 },
229 {
230 "full_name": "Jane Smith",
231 "profile_url": "www.professional_network.com/in/jane-smith",
232 "order_in_profile": 2
233 }
234 ],
235 "date": "2021-04-20",
236 "date_year": 2021,
237 "date_month": 4,
238 "date_day": 20,
239 "patent_url": "https://patents.example.com/pat-001",
240 "description": "A system that dynamically adjusts energy usage across smart grids using predictive modeling.",
241 "patent_or_application_number": "US10987654B2",
242 "order_in_profile": 1,
243 "deleted": 0,
244 "created_at": "2021-04-21T08:00:00Z",
245 "updated_at": "2023-12-01T11:00:00Z"
246 }
247 ],
248 "posts_see_more_urls": [
249 {
250 "id": "posturl-001a1a2a3a4a5a6a7a8a9",
251 "url": "https://www.professional_network.com/today/author",
252 "order_in_profile": 1,
253 "deleted": 0,
254 "created_at": "2024-01-05T10:00:00Z",
255 "updated_at": "2024-11-15T08:30:00Z"
256 }
257 ],
258 "projects": [
259 {
260 "id": "proj-001c1c2c3c4c5c6c7c8c9",
261 "name": "OpenClimate API",
262 "project_url": "https://www.example.com/johndoe/openclimate",
263 "description": "An open-source project providing real-time climate data aggregation and analysis.",
264 "date_from": "2022-01-01",
265 "date_from_year": 2022,
266 "date_from_month": 1,
267 "date_to": "2024-01-01",
268 "date_to_year": 2024,
269 "date_to_month": 2024,
270 "team_members": [
271 {
272 "full_name": "John Doe",
273 "profile_url": "www.professional-network.com/in/john-doe",
274 "order_in_profile": 1
275 },
276 {
277 "full_name": "Jane Doe",
278 "profile_url": "www.professional-network.com/in/jane-doe",
279 "order_in_profile": 1
280 }
281 ],
282 "order_in_profile": 1,
283 "deleted": 0,
284 "created_at": "2022-01-02T13:00:00Z",
285 "updated_at": "2024-12-15T10:00:00Z"
286 }
287 ],
288 {
289 "publications": [
290 {
291 "id": "pub-001e1e2e3e4e5e6e7e8e9",
292 "title": "Advances in Machine Learning",
293 "publisher": "Examp Journal",
294 "date": "2021-10-15",
295 "date_year": 2021,
296 "date_month": 10,
297 "date_day": 15,
298 "description": "A comprehensive study on the latest trends and advancements in machine learning techniques.",
299 "authors": [
300 {
301 "full_name": "John Doe",
302 "profile_url": "www.professional-network.com/in/john-doe",
303 "order_in_profile": 1
304 },
305 {
306 "full_name": "Jane Smith",
307 "profile_url": "www.professional-network.com/in/jane-smith",
308 "order_in_profile": 1
309 }
310 ],
311 "publication_url": "https://examp-journal.org/document/1234567",
312 "order_in_profile": 1,
313 "deleted": 0,
314 "created_at": "2023-07-16T10:30:00Z",
315 "updated_at": "2024-01-05T12:00:00Z"
316 }
317 ],
318 "recommendations": [
319 {
320 "id": "rec-001r1r2r3r4r5r6r7r8r9",
321 "recommendation": "John consistently delivers thoughtful, high-impact engineering work. He’s a team player and an innovator.",
322 "full_name": "Jane Smith",
323 "referee_url": "www.professional-network.com/in/jane-smith",
324 "order_in_profile": 1,
325 "deleted": 0,
326 "created_at": "2022-09-10T14:00:00Z",
327 "updated_at": "2023-03-11T09:00:00Z"
328 }
329 ],
330 "similar_profiles": [
331 {
332 "id": "sim-001s1s2s3s4s56s7s8s9",
333 "profile_url": "www.professional-network.com/in/jane-doe",
334 "full_name": "Jane Doe",
335 "headline": "Principal ML Engineer at ExampleAI",
336 "location": "San Francisco, CA",
337 "order_in_profile": 1,
338 "deleted": 0,
339 "created_at": "2024-01-20T11:00:00Z",
340 "updated_at": "2025-01-05T10:00:00Z"
341 }
342 ],
343 {
344 "others_named": [
345 {
346 "id": "other-001o1o2o3o4o5o6o7o8o89",
347 "profile_url": "https://www.professional-network.com/john-doe-1",
348 "full_name": "John Doe",
349 "headline": "Consultant | Startup Advisor",
350 "location": "Austin, TX",
351 "order_in_profile": 1,
352 "deleted": 0,
353 "created_at": "2024-03-05T09:00:00Z",
354 "updated_at": "2024-09-20T14:00:00Z"
355 }
356 ],
357 "skills": [
358 {
359 "id": "skill-001s1s4s7s2s5s8s3s5",
360 "skill": "Python",
361 "order_in_profile": 1,
362 "deleted": 0,
363 "created_at": "2022-10-01T10:00:00Z",
364 "updated_at": "2023-05-20T11:00:00Z"
365 },
366 {
367 "id": "skill-002s9s5s1s2s6s3s4s78s",
368 "skill": "Distributed Systems",
369 "order_in_profile": 2,
370 "deleted": 0,
371 "created_at": "2022-10-01T10:05:00Z",
372 "updated_at": "2023-05-21T13:30:00Z"
373 }
374 ],
375 "test_scores": [
376 {
377 "id": "score-001c1c4c7c2c5c8c3c6c9",
378 "title": "GRE",
379 "date": "2019-11-01",
380 "date_year": 2019,
381 "date_month": 11,
382 "date_day": 1,
383 "description": "Graduate Record Examination, general test",
384 "score": "330",
385 "order_in_profile": 1,
386 "deleted": 0,
387 "created_at": "2019-12-01T08:00:00Z",
388 "updated_at": "2020-01-15T10:00:00Z"
389 }
390 ],
391 "volunteering_cares": [
392 {
393 "id": "care-002y1y2y3y4y56y7y8y9",
394 "care": "Youth Mentorship",
395 "order_in_profile": 1,
396 "deleted": 0,
397 "created_at": "2023-04-12 10:45:00",
398 "updated_at": "2023-10-10 14:15:00"
399 }
400 ],
401 "volunteering_opportunities": [
402 {
403 "id": "opp-001p1p2p3p4p5p6p7pp89",
404 "opportunity": "Teach coding workshops at local libraries",
405 "order_in_profile": 1,
406 "deleted": 0,
407 "created_at": "2024-01-10 11:00:00",
408 "updated_at": "2024-06-12 09:00:00"
409 }
410 ],
411 {
412 "volunteering_positions": [
413 {
414 "id": "vol-001v1v2v3v4v5v6v7v8v9",
415 "organization": "Code for Good",
416 "role": "Volunteer Software Engineer",
417 "cause": "Technology for Social Impact",
418 "date_from": "2021-04",
419 "date_from_year": 2021,
420 "date_from_month": 4,
421 "date_to": "2023-09",
422 "date_to_year": 2023,
423 "date_to_month": 9,
424 "duration": "2 years 5 months",
425 "description": "Developed open-source tools to help local nonprofits manage community resources.",
426 "organization_url": "https://www.professional-network.com/codeforgood",
427 "organization_shorthand_name": "CFG",
428 "order_in_profile": 1,
429 "deleted": 0,
430 "created_at": "2021-04-15T10:00:00Z",
431 "updated_at": "2023-09-01T09:30:00Z"
432 }
433 ],
434 "volunteering_supports": [
435 {
436 "id": "support-001f1f2f3f4f5f6f7f8f9",
437 "support": "Animal Welfare",
438 "order_in_profile": 1,
439 "deleted": 0,
440 "created_at": "2023-02-01 10:00:00",
441 "updated_at": "2023-06-01 10:00:00"
442 }
443 ],
444 "websites": [
445 {
446 "id": "website-001w1w2w3w4w5w6w7w8w9",
447 "personal_website": "https://johndoe.dev",
448 "order_in_profile": 1,
449 "deleted": 0,
450 "created_at": "2022-08-15T10:00:00Z",
451 "updated_at": "2023-08-15T10:00:00Z"
452 }
453 ],
454 "course_suggestions": [
455 {
456 "id": "course-001c3c6c9c2c5c8c1c4c7c",
457 "title": "Machine Learning with Python",
458 "course_url": "https://www.examp-learn.org/learn/machine-learning-python",
459 "order_in_profile": 1,
460 "deleted": 0,
461 "created_at": "2023-03-01T09:00:00Z",
462 "updated_at": "2023-08-01T09:00:00Z"
463 }
464 ],
465 "activity": [
466 {
467 "id": "activity-001ac123c12ca123ac13a52",
468 "activity_url": "https://www.professional-network.com/posts/johndoe_open-source-initiative",
469 "title": "Open Source Contributor at CivicTech Tools",
470 "action": "Shared an update",
471 "order_in_profile": 1,
472 "deleted": 0,
473 "created_at": "2024-01-12T11:00:00Z",
474 "updated_at": "2024-01-12T11:00:00Z"
475 }
476 ],
477 "hidden_details": [
478 {
479 "hidden_collection": "recommendations"
480 }
481 ]
482}
Updated 22 Apr 2025
Did this page help you?