Employee Data
Base Employee API
Sample: Base Employee API
2min
All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.
JSON
1{
2 "id": 1234567890,
3 "parent_id": 0,
4 "is_parent": 1,
5 "full_name": "John Doe",
6 "first_name": "John",
7 "last_name": "Doe",
8 "headline": "Head of Data Science at Example Company",
9 "created_at": "2025-04-14T10:00:00",
10 "updated_at": "2025-04-14T10:00:00",
11 "checked_at": "2025-04-14T10:00:00",
12 "received_at": "2024-04-14T10:00:00",
13 "public_profile_id": "123456123",
14 "profile_url": "https://www.professional_networkcom/john-doe",
15 "location": "San Francisco, CA",
16 "industry": "Data & Analytics",
17 "summary": "Experienced data leader with a strong track record of building data teams, developing predictive models, and driving business strategy through analytics.",
18 "services": "Data Science Consulting, Machine Learning Strategy, Technical Leadership",
19 "profile_photo_url": "https://www.example.com/photos/john_doe.jpg",
20 "deleted": 0,
21 "country": "United States",
22 "country_iso_2": "US",
23 "country_iso_3": "USA",
24 "regions": [
25 {
26 "region": "California"
27 }
28 ],
29 "recommendations_count": 8,
30 "connections_count": 1100,
31 "follower_count": 950,
32 "experience_count": 4,
33 "shorthand_name": "JohnD",
34 "canonical_shorthand_name": "johndoe",
35 "shorthand_names": [
36 {
37 "shorthand_name": "johndoe"
38 }
39 ],
40 "historical_ids": [
41 {
42 "id": 987654321
43 }
44 ],
45 "also_viewed": [
46 {
47 "id": "abc-001-001-001-555555-defg001",
48 "full_name": "Jane Doe",
49 "profile_url": "https://www.professional_network.com/in/jane-doe",
50 "headline": "Director of Data Engineering at Example Company",
51 "location": "Seattle, WA",
52 "order_in_profile": 1,
53 "deleted": 0,
54 "created_at": "2025-04-14T10:00:00",
55 "updated_at": "2025-04-14T10:00:00"
56 }
57 ],
58 "awards": [
59 {
60 "id": "award-001-001-001-00001-00001",
61 "title": "Data Leader of the Year",
62 "issuer": "Analytics Example Conference 2024",
63 "description": "Honored for outstanding leadership in enterprise data strategy.",
64 "date": "2024-12-01",
65 "date_year": 2024,
66 "date_month": 12,
67 "date_day": 1,
68 "order_in_profile": 1,
69 "deleted": 0,
70 "created_at": "2025-01-14T10:00:00",
71 "updated_at": "2025-01-14T10:00:00"
72 }
73 ],
74 "certifications": [
75 {
76 "id": "cert-001-001-001-00001-00001",
77 "title": "Data Science Professional Certificate",
78 "issuer": "Example Online University",
79 "credential_id": "2021001001",
80 "certificate_url": "https://example-university.com/certificates/data-science",
81 "date_from": "2024-04-01",
82 "date_from_year": 2024,
83 "date_from_month": 4,
84 "date_to": "2024-10-01",
85 "date_to_year": 2024,
86 "date_to_month": 10,
87 "issuer_url": "https://example-university.com",
88 "order_in_profile": 1,
89 "deleted": 0,
90 "created_at": "2024-12-14T10:00:00",
91 "updated_at": "2024-12-14T10:00:00"
92 }
93 ],
94 "courses": [
95 {
96 "id": "course-001-001-001-00001-00001",
97 "organizer": "Courses Provider",
98 "title": "Machine Learning with Python",
99 "order_in_profile": 1,
100 "deleted": 0,
101 "created_at": "2023-04-14T10:00:00",
102 "updated_at": "2023-04-14T10:00:00"
103 }
104 ],
105 "course_suggestions": [
106 {
107 "id": "course-sug-001-001-001-00001-00001",
108 "title": "Advanced Data Science and Machine Learning",
109 "course_url": "https://www.example.com/courses/advanced-data-science",
110 "order_in_profile": 1,
111 "deleted": 0,
112 "created_at": "2024-06-01T10:00:00Z",
113 "updated_at": "2024-06-01T12:00:00Z"
114 }
115 ].
116 "education": [
117 {
118 "id": "edu-001-001-001-00001-00001",
119 "institution": "Example University",
120 "program": "Data Science and Business Analytics",
121 "date_from": "2016-09-01",
122 "date_from_year": 2016,
123 "date_from_month": 9,
124 "date_to": "2020-05-15",
125 "date_to_year": 2020,
126 "date_to_month": 5,
127 "activities_and_societies": "Data Club, AI Research Society",
128 "description": "Bachelor of Science in Data Science",
129 "institution_url": "https://www.example-university.edu",
130 "institution_shorthand_name": "ExampleU",
131 "order_in_profile": 1,
132 "deleted": 0,
133 "created_at": "2025-04-14T10:00:00",
134 "updated_at": "2025-04-14T10:00:00"
135 }
136 ],
137 "experience": [
138 {
139 "id": "exp-001-001-001-00001-00001",
140 "title": "Head of Data Science",
141 "location": "San Francisco, CA",
142 "company_id": 3001,
143 "company_source_id": 4001,
144 "company_name": "Example Company",
145 "company_url": "https://www.professional_network.com/company/example-company",
146 "company_shorthand_name": "example-company",
147 "company_url_canonical_shorthand_name": "example-company",
148 "company_industry": "IT Systems Operations and Maintenance",
149 "company_website": "https://example-company.com",
150 "company_employees_count": 100,
151 "company_size": "51-200 employees",
152 "date_from": "2020-06-01",
153 "date_from_year": 2020,
154 "date_from_month": 1,
155 "date_to": null,
156 "date_to_year": null,
157 "date_to_month": null,
158 "is_current": 1,
159 "duration": "5 years",
160 "description": "Leads the data science department to drive strategic insights using machine learning, advanced analytics, and data engineering best practices.",
161 "order_in_profile": 1,
162 "deleted": 0,
163 "created_at": "2025-04-14T10:00:00",
164 "updated_at": "2025-04-14T10:00:00"
165 }
166 ],
167 "groups": [
168 {
169 "id": "group-001-001-001-00001-00001",
170 "title": "Example Group",
171 "url": "https://www.professional_network.com/groups/123123",
172 "order_in_profile": 1,
173 "deleted": 1,
174 "created_at": "2012-10-07 00:00:00",
175 "updated_at": "2024-11-28 13:00:00"
176 }
177 ],
178 "interests": [
179 {
180 "id": "int-001-001-001-00001-00001",
181 "interest": "art",
182 "order_in_profile": 1,
183 "deleted": 1,
184 "created_at": "2019-11-20 01:00:00",
185 "updated_at": "2023-02-20 10:00:00"
186 }
187 ],
188 "languages": [
189 {
190 "id": "language-001-001-001-00001-00001",
191 "language": "English",
192 "proficiency": "Native",
193 "order_in_profile": 1,
194 "deleted": 0,
195 "created_at": "2022-01-01T10:00:00Z",
196 "updated_at": "2022-01-01T12:00:00Z"
197 }
198 ],
199 "organizations": [
200 {
201 "id": "org-001-001-001-00001-00001",
202 "organization": "Example Organization",
203 "position": "Member",
204 "description": "Participated in meetings focused on technology innovation.",
205 "date_from": "2023-03-01",
206 "date_from_year": 2023,
207 "date_from_month": 3,
208 "date_to": "2024-03-01",
209 "date_to_year": 2024,
210 "date_to_month": 3,
211 "order_in_profile": 1,
212 "deleted": 0,
213 "created_at": "2023-03-01T08:00:00Z",
214 "updated_at": "2024-03-01T17:00:00Z"
215 }
216 ],
217 "patents": [
218 {
219 "id": "pat-001-001-001-00001-00001",
220 "title": "Optimized Data Processing System",
221 "status": "Granted",
222 "inventors": [
223 {
224 "full_name": "John Doe",
225 "profile_url": "www.professional_network.com/in/john-doe",
226 "order_in_profile": 1
227 },
228 {
229 "full_name": "Jane Smith",
230 "profile_url": "www.professional_network.com/in/jane-smith",
231 "order_in_profile": 2
232 }
233 ],
234 "date": "2021-08-15",
235 "date_year": 2021,
236 "date_month": 8,
237 "date_day": 15,
238 "patent_url": "https://example.com/patents/123456",
239 "description": "An innovative system for efficient data processing in distributed environments.",
240 "patent_or_application_number": "US1234567890A",
241 "order_in_profile": 1,
242 "deleted": 0,
243 "created_at": "2021-08-15T10:00:00Z",
244 "updated_at": "2023-03-01T12:00:00Z"
245 }
246 ],
247 "posts_see_more_urls": [
248 {
249 "id": "posts-001-001-001-00001-00001",
250 "url": "https://www.professional_network.com/today/author",
251 "order_in_profile": 1,
252 "deleted": 1,
253 "created_at": "2019-10-01 12:00:00",
254 "updated_at": "2023-04-01 12:00:00"
255 }
256 ],
257 "projects": [
258 {
259 "id": "project-001-001-001-00001-00001",
260 "name": "AI-Powered System",
261 "project_url": "https://example.com/projects/system",
262 "description": "Developed an AI-powered recommendation for e-commerce platforms, increasing conversion rates by 20%.",
263 "date_from": "2022-01-01",
264 "date_from_year": 2022,
265 "date_from_month": 1,
266 "date_to": "2024-06-01",
267 "date_to_year": 2024,
268 "date_to_month": 6,
269 "team_members": [
270 {
271 "full_name": "John Doe",
272 "profile_url": "www.professional_network.com/in/johndoe",
273 "order_in_profile": 1
274 },
275 {
276 "full_name": "Jane Smith",
277 "profile_url": "www.professional_network.com/in/janesmith",
278 "order_in_profile": 2
279 }
280 ],
281 "order_in_profile": 1,
282 "deleted": 0,
283 "created_at": "2022-01-01T10:00:00Z",
284 "updated_at": "2024-06-01T12:00:00Z"
285 }
286 ],
287 "publications": [
288 {
289 "id": "public-001-001-001-00001-00001",
290 "title": "Advances in Machine Learning",
291 "publisher": "Example Journal",
292 "date": "2022-10-15",
293 "date_year": 2022,
294 "date_month": 10,
295 "date_day": 15,
296 "description": "A comprehensive study on the latest trends and advancements in machine learning techniques.",
297 "authors": [
298 {
299 "full_name": "John Doe",
300 "profile_url": "https://example.com/john-doe",
301 "order_in_profile": 1
302 },
303 {
304 "full_name": "Jane Smith",
305 "profile_url": "https://example.com/jane-smith",
306 "order_in_profile": 2
307 }
308 ],
309 "publication_url": "https://example.com/publications/machine-learning",
310 "order_in_profile": 1,
311 "deleted": 0,
312 "created_at": "2022-10-15T10:00:00Z",
313 "updated_at": "2022-10-15T12:00:00Z"
314 }
315 ],
316 "recommendations": [
317 {
318 "id": "rec-001-001-001-00001-00001",
319 "recommendation": "John is a highly skilled and dependable software engineer. His ability to solve complex problems and lead projects to success is remarkable.",
320 "full_name": "Jane Smith",
321 "referee_url": "https:/www.professional_network.com/in/janesmith",
322 "order_in_profile": 1,
323 "deleted": 0,
324 "created_at": "2023-05-01T10:00:00Z",
325 "updated_at": "2023-05-01T12:00:00Z"
326 }
327 ],
328 "similar_profiles": [
329 {
330 "id": "sim-001-001-001-00001-00001",
331 "profile_url": "www.professional_network.com/in/janedoe",
332 "full_name": "Jane Doe",
333 "headline": "Senior Data Scientist at Example Corp",
334 "location": "New York, NY",
335 "order_in_profile": 1,
336 "deleted": 0,
337 "created_at": "2023-05-01T10:00:00Z",
338 "updated_at": "2023-05-01T12:00:00Z"
339 }
340 ],
341 "other_named": [
342 {
343 "id": "other-001-001-001-00001-00001",
344 "profile_url": "www.professional_network.com/in/janedoe",
345 "full_name": "Jane Doe",
346 "headline": "Senior Data Scientist at Example Corp",
347 "location": "New York, NY",
348 "order_in_profile": 1,
349 "deleted": 0,
350 "created_at": "2023-05-01T10:00:00Z",
351 "updated_at": "2023-05-01T12:00:00Z"
352 }
353 ],
354 "skills": [
355 {
356 "id": "skills-001-001-001-00001-00001",
357 "skill": "pottery",
358 "order_in_profile": 1,
359 "deleted": 1,
360 "created_at": "2022-06-01 18:00:00",
361 "updated_at": "2022-11-01 07:00:00"
362 }
363 ],
364 "test_scores": [
365 {
366 "id": "test-001-001-001-00001-00001",
367 "title": "General Test",
368 "date": "2023-09-15",
369 "date_year": 2023,
370 "date_month": 9,
371 "date_day": 15,
372 "description": "Scored in the 85th percentile on the General Test, with a focus on quantitative reasoning and analytical writing.",
373 "score": "228",
374 "order_in_profile": 1,
375 "deleted": 0,
376 "created_at": "2023-09-15T10:00:00Z",
377 "updated_at": "2023-09-15T12:00:00Z"
378 }
379 ],
380 "volunteering_cares": [
381 {
382 "id": "vol-cares001-001-001-00001-00001",
383 "care": "poverty alleviation",
384 "order_in_profile": 1,
385 "deleted": 1,
386 "created_at": "2021-06-01 18:00:00",
387 "updated_at": "2021-11-01 07:00:00"
388 }
389 ],
390 "volunteering_opportunities": [
391 {
392 "id": "vol-opp001-001-001-00001-00001",
393 "opportunity": "skills-based volunteering",
394 "order_in_profile": 1,
395 "deleted": 1,
396 "created_at": "2021-11-01 12:00:00",
397 "updated_at": "2022-04-01 19:00:00"
398 }
399 ],
400 "volunteering_positions": [
401 {
402 "id": "vol-pos001-001-001-00001-00001",
403 "organization": "Example Organization",
404 "role": "Volunteer Coordinator",
405 "cause": "Poverty Alleviation",
406 "date_from": "2021-07-01",
407 "date_from_year": 2021,
408 "date_from_month": 7,
409 "date_to": "2021-12-01",
410 "date_to_year": 2021,
411 "date_to_month": 12,
412 "duration": "5 months",
413 "description": "Organized and managed volunteer activities to support low-income families through food distribution and educational programs.",
414 "organization_url": "www.professional_network.com/company/example-organization",
415 "organization_shorthand_name": "example-organization",
416 "order_in_profile": 1,
417 "deleted": 0,
418 "created_at": "2021-07-01T08:00:00Z",
419 "updated_at": "2021-12-01T17:00:00Z"
420 }
421 ],
422 "volunteering_supports": [
423 {
424 "id": "vol-sup001-001-001-00001-00001",
425 "support": "Volunteering idea",
426 "order_in_profile": 1,
427 "deleted": 1,
428 "created_at": "2021-10-01 20:00:00",
429 "updated_at": "2021-11-01 00:00:00"
430 }
431 ],
432 "websites": [
433 {
434 "id": "web001-001-001-00001-00001",
435 "personal_website": "https://www.johndoeportfolio.com",
436 "order_in_profile": 1,
437 "deleted": 0,
438 "created_at": "2023-01-01T10:00:00Z",
439 "updated_at": "2023-01-01T12:00:00Z"
440 }
441 ],
442 "activity": [
443 {
444 "id": "act001-001-001-00001-00001",
445 "activity_url": "https://www.example.com/activity/12345",
446 "title": "Shared an article on AI advancements",
447 "action": "Shared",
448 "order_in_profile": 1,
449 "deleted": 0,
450 "created_at": "2023-07-01T10:00:00Z",
451 "updated_at": "2023-07-01T12:00:00Z"
452 }
453 ],
454 "hidden_details": [
455 {
456 "hidden_collection": "experience"
457 }
458 ]
459}
460


Updated 16 Apr 2025
Did this page help you?