Person API

Get rich, accurate data about any profile

The data you need is only a few clicks away

Everything you need, in one place.

Our versatile API endpoints let you collect the attributes you need
without switching between systems or worrying about proxies.

Overview

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/williamhgates/overview'

← Output

Person Overview

Example

{
 "first_name": "Bill",
 "last_name": "Gates",
 "public_identifier": "williamhgates",
 "url": "https://www.linkedin.com/in/williamhgates",
 "has_premium": true,
 "is_influencer": true,
 "is_creator": true,
 "creator_info": {
   "associated_hashtag": [
     "#climatechange",
     "#books",
     "#innovation",
     "#healthcare",
     "#sustainability"
   ]
 },
 "headline": "Co-chair, Bill & Melinda Gates Foundation",
 "education": {
   "name": "Harvard University",
   "urn": "urn:li:fsd_school:18483",
   "url": "https://www.linkedin.com/school/harvard-university/"
 },
 "connections": 9,
 "followers": 34801921,
 "location": {
   "name": "Seattle, Washington",
   "urn": "urn:li:fsd_geo:104116203",
   "country": {
     "name": "United States",
     "code": "us",
     "urn": "urn:li:fsd_geo:103644278"
   }
 },
 "top_position": {
   "start_date": {
     "year": 2000,
     "month": null
   },
   "end_date": {
     "year": null,
     "month": null
   },
   "company_info": {
     "name": "Bill & Melinda Gates Foundation",
     "logo": "https://media.licdn.com/dms/image/C4E0BAQE7Na_mKQhIJg/company-logo_400_400/0/1633731810932?e=1700697600&v=beta&t=KAzwyxH0J2cDN3l0Pz-fwZKpAJYG9VJNDQsQcCsO7b8",
     "universal_name": "bill-&-melinda-gates-foundation",
     "url": "https://www.linkedin.com/company/bill-&-melinda-gates-foundation/",
     "urn": "urn:li:fsd_company:8736"
   },
   "urn": "urn:li:fsd_profilePosition:(ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc,392598211)"
 },
 "profile_picture": "https://media.licdn.com/dms/image/D5603AQE7J5B5EB7opQ/profile-displayphoto-shrink_800_800/0/1688661795662?e=1698278400&v=beta&t=hWrip_CdtGoqY1hyr7dpvaztvodkwcX_T3jiFvzAmGU"
}

About

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/dovmoran/about'

← Output

Person's About Section

Example

{
 "about": "Past: entrepreneur, inventor, manager (as CEO and Chairman).\nNow: Managing Partner of Grove Ventures\n\nAlways driven by the following concepts: People first. Creating value."
}

Experience

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/andrew-huberman/experience'

← Output

Person's Experience

Example

{
 "experience": [
   {
     "company": {
       "name": "Stanford University School of Medicine",
       "location": "Stanford, California, United States",
       "urn": "urn:li:fsd_company:1790",
       "url": "https://linkedin.com/company/1790",
       "logo_url": "https://media.licdn.com/dms/image/C560BAQH74V3iDB5G5Q/company-logo_400_400/0/1554836244012?e=1701302400&v=beta&t=qLeOQGw772q530x3xMOXglk2pBf3tzy4-23gFSJTwJA"
     },
     "positions": [
       {
         "role": "Professor of Neurobiology and Ophthalmology/Lab Director",
         "employment_type": "Full-time",
         "description": null,
         "skills": null,
         "is_current_position": true,
         "start_date": {
           "month": 1,
           "year": 2016
         },
         "end_date": {
           "month": null,
           "year": null
         },
         "duration": {
           "months": 8,
           "years": 7
         }
       }
     ]
   },
   {
     "company": {
       "name": "Scicomm Media",
       "location": null,
       "urn": "urn:li:fsd_company:77755968",
       "url": "https://linkedin.com/company/77755968",
       "logo_url": "https://media.licdn.com/dms/image/C560BAQEfKSNx4mNWEw/company-logo_400_400/0/1641931850484?e=1701302400&v=beta&t=BlxaXiZ3bo4kbHqIZnxIIhYuQUkN5xyG5eBhZEW_BqI"
     },
     "positions": [
       {
         "role": "Co-Founder",
         "description": null,
         "skills": null,
         "is_current_position": true,
         "start_date": {
           "month": 1,
           "year": 2021
         },
         "end_date": {
           "month": null,
           "year": null
         },
         "duration": {
           "months": 8,
           "years": 2
         }
       }
     ]
   },
   {
     "company": {
       "name": "University of California San Diego",
       "location": "San Diego, California, United States",
       "urn": "urn:li:fsd_company:3382",
       "url": "https://linkedin.com/company/3382",
       "logo_url": "https://media.licdn.com/dms/image/C560BAQHQYa-3EY_aaQ/company-logo_400_400/0/1565645519512?e=1701302400&v=beta&t=ofGG1LrCuJwwdD3S-BRI-P59g_VCe7CTVrrQJNB3MEQ"
     },
     "positions": [
       {
         "role": "Assistant Professor",
         "employment_type": "Full-time",
         "description": "Directed and ran my laboratory focused on neural development, repair and function of the visual system, taught undergraduate lectures in Neuroscience and Neuroanatomy to graduate and medical students.",
         "skills": null,
         "is_current_position": false,
         "start_date": {
           "month": 1,
           "year": 2011
         },
         "end_date": {
           "month": 12,
           "year": 2015
         },
         "duration": {
           "months": null,
           "years": 5
         }
       }
     ]
   }
 ],
 "cursor": null
}

Skills

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/andrew-huberman/skills'

← Output

Person's Skills

Example

{
 "skills": [
   {
     "name": "Education",
     "endorsers": [],
     "endorser_count": "2",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,28)"
   },
   {
     "name": "Science",
     "endorsers": [
       {
         "urn": "urn:li:fsd_profile:ACoAAAAAE64BvLAaObOaPWa7Tvb4KqpsM-Seb_0",
         "name": "Heather Read, Ph.D."
       }
     ],
     "endorser_count": "45",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,3)"
   },
   {
     "name": "Neuroscience",
     "endorsers": [
       {
         "urn": "urn:li:fsd_profile:ACoAAAAAE64BvLAaObOaPWa7Tvb4KqpsM-Seb_0",
         "name": "Heather Read, Ph.D."
       },
       {
         "urn": "urn:li:fsd_company:1790",
         "name": "Stanford University School of Medicine"
       }
     ],
     "endorser_count": "99+",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,2)"
   },
   {
     "name": "Podcasting",
     "endorsers": [],
     "endorser_count": "17",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,26)"
   },
   {
     "name": "Public Speaking",
     "endorsers": [],
     "endorser_count": "99+",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,1)"
   },
   {
     "name": "Biotechnology",
     "endorsers": [],
     "endorser_count": "63",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,4)"
   },
   {
     "name": "Genetics",
     "endorsers": [],
     "endorser_count": "26",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,5)"
   },
   {
     "name": "Research",
     "endorsers": [],
     "endorser_count": "31",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,21)"
   },
   {
     "name": "Grant Writing",
     "endorsers": [],
     "endorser_count": "22",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,14)"
   },
   {
     "name": "Biology",
     "endorsers": [],
     "endorser_count": "22",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,7)"
   },
   {
     "name": "Life Sciences",
     "endorsers": [],
     "endorser_count": "20",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,19)"
   },
   {
     "name": "Molecular Biology",
     "endorsers": [],
     "endorser_count": "18",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,20)"
   },
   {
     "name": "Autism Spectrum Disorders",
     "endorsers": [],
     "endorser_count": "11",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,10)"
   },
   {
     "name": "Technical Writing",
     "endorsers": [],
     "endorser_count": "12",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,13)"
   },
   {
     "name": "Fluorescence Microscopy",
     "endorsers": [],
     "endorser_count": "13",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,18)"
   },
   {
     "name": "Laboratory Skills",
     "endorsers": [],
     "endorser_count": "7",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,22)"
   },
   {
     "name": "Social Media",
     "endorsers": [],
     "endorser_count": "11",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,27)"
   },
   {
     "name": "Team Leadership",
     "endorsers": [],
     "endorser_count": "22",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,6)"
   },
   {
     "name": "University Teaching",
     "endorsers": [],
     "endorser_count": "18",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,9)"
   },
   {
     "name": "Teaching",
     "endorsers": [],
     "endorser_count": "11",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,24)"
   },
   {
     "name": "Leadership",
     "endorsers": [],
     "endorser_count": "10",
     "urn": "urn:li:fsd_skill:(ACoAABuMHQEBRgK6mHooSpeM-qXlvbEV4hs5f0c,23)"
   },
 

Education

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/barackobama/education'

← Output

Person's Education

Example

{
 "education": [
   {
     "institute_name": "Harvard University",
     "degree_program": "Juris Doctor, Law",
     "additional_info": "Activities and societies: Editor, Harvard Law Review, 1990",
     "description": null,
     "duration": {
       "years": 3,
       "months": 0
     },
     "institute_logo": "https://media.licdn.com/dms/image/C4E0BAQF5t62bcL0e9g/company-logo_400_400/0/1519855919126?e=1701302400&v=beta&t=4LNVZrXkunfXTq4s06Lb7uEt2NjAES9drAw1AohXDjY",
     "institute_url": "https://www.linkedin.com/company/1646/",
     "institute_urn": "urn:li:fsd_company:1646"
   },
   {
     "institute_name": "Columbia University",
     "degree_program": "Bachelor of Arts, Political Science, concentration in International Relations",
     "additional_info": null,
     "description": null,
     "duration": {
       "years": 2,
       "months": 0
     },
     "institute_logo": "https://media.licdn.com/dms/image/C4E0BAQFxn78nvVaTDA/company-logo_400_400/0/1599911757575?e=1701302400&v=beta&t=F-lxf3HPXGdtfQ_rjQe0HXntOhlQBLVShkAuKYOIAX8",
     "institute_url": "https://www.linkedin.com/company/2624/",
     "institute_urn": "urn:li:fsd_company:2624"
   },
   {
     "institute_name": "Occidental College",
     "degree_program": "Political Science",
     "additional_info": null,
     "description": null,
     "duration": {
       "years": 2,
       "months": 0
     },
     "institute_logo": "https://media.licdn.com/dms/image/C560BAQHQSEVHeClnUw/company-logo_400_400/0/1625175475106?e=1701302400&v=beta&t=IrOPNjySufNXsqI7bqhon59-orYMpw5zG966cJ9p_xA",
     "institute_url": "https://www.linkedin.com/company/165279/",
     "institute_urn": "urn:li:fsd_company:165279"
   }
 ],
 "cursor": null
}

Contact Info

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/barackobama/contact-info'

← Output

Person's Contant Info

Example

{
 "first_name": "Barack",
 "last_name": "Obama",
 "email": null,
 "public_identifier": "barackobama",
 "websites": [
   {
     "category": "OTHER",
     "url": "http://www.barackobama.com/"
   }
 ],
 "twitter_handles": [],
 "birthday": null,
 "urn": "urn:li:fsd_profile:ACoAAAC2EzMB7j1OC2l5XFXf1vNlYdp8HaZcSr4",
 "url": "https://linkedin.com/in/ACoAAAC2EzMB7j1OC2l5XFXf1vNlYdp8HaZcSr4"
}

Recommendations

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/hilzfuld/recommendations?type=received'

← Output

Person's Recommendations

Example

{
 "recommendations": [
   {
     "name": "David Bernstein",
     "subtitle": "Healthcare Recruiter | Connecting RNs with full-time roles in New York",
     "date": "June 22, 2017",
     "context": "David worked with Hillel but they were at different companies",
     "description": "The undisputed voice of the Startup nation. ",
     "urn": "urn:li:fsd_profile:ACoAAADOC2cBnPggxKQ91j4meGX3BfnlfKdEHjM",
     "url": "https://linkedin.com/in/ACoAAADOC2cBnPggxKQ91j4meGX3BfnlfKdEHjM"
   },
   {
     "name": "Liel Bari",
     "subtitle": "VP Marketing | Communications | Training | Creative",
     "date": "June 8, 2017",
     "context": "Liel worked with Hillel on the same team",
     "description": "Hillel is everything he's talked up to be, and more - he's creative, always willing to help, gets things moving, and an all around positive, good-energy person to have by your side. \nI've had the pleasure of working with him for quite some time and during that period I've genuinely learned a lot. He has contributed to many of our Marketing and company efforts, both in a hands-on as well as a strategic manner, and I look forward to working with Hillel on many projects to come. ",
     "urn": "urn:li:fsd_profile:ACoAAAeK7EwBtu9AeqXqwnCWgHxWuabRYoriczU",
     "url": "https://linkedin.com/in/ACoAAAeK7EwBtu9AeqXqwnCWgHxWuabRYoriczU"
   },
   {
     "name": "Paul Curran",
     "subtitle": "UX Content Designer at Meta (FinTech)",
     "date": "May 25, 2014",
     "context": "Paul was Hillel’s client",
     "description": "Hillel's passion for startups is contagious. Staying at the cutting edge of mobile innovations, wearable tech and the next big things is not an a simple task, but Hillel does so with ease. His advice for fine tuning pitches, overall social media strategy and branding is always helpful and genuine. Check out his blog or YouTube for some great tips. Thanks Hillel!",
     "urn": "urn:li:fsd_profile:ACoAAAZkYsoBPMQ-fN7e2q6snvR6vtNl48qQY-I",
     "url": "https://linkedin.com/in/ACoAAAZkYsoBPMQ-fN7e2q6snvR6vtNl48qQY-I"
   },
   {
     "name": "Martin F.",
     "subtitle": "Director of B2B Personalization Solutions  ",
     "date": "April 24, 2013",
     "context": "Martin worked with Hillel but on different teams",
     "description": "The term social media guru has been over used and to be honest 99.9% of the people that consider themselves or are considered in the industry to be a social media guru do not deserve the title, Hillel is the exception to the rule – by far!",
     "urn": "urn:li:fsd_profile:ACoAAACYCU8BC3Si8BG3gJr_XgnXAWlSGL6Et9Q",
     "url": "https://linkedin.com/in/ACoAAACYCU8BC3Si8BG3gJr_XgnXAWlSGL6Et9Q"
   },
   {
     "name": "Gil Friedlander",
     "subtitle": "Managing Partner at Calyx Ventures",
     "date": "May 9, 2012",
     "context": "Gil worked with Hillel but they were at different companies",
     "description": "Hillel has been consulting and guiding tawkon on Social Media aspect since its early days. Further to being a top notch professional with amazing insight and network, Hillel is a great guy always willing to help! He is a real asset to Israeli startups in their endeavors to reach out to global market.",
     "urn": "urn:li:fsd_profile:ACoAAAABS4QBnrY1poA58N-tuzKmVruAEoXoyyk",
     "url": "https://linkedin.com/in/ACoAAAABS4QBnrY1poA58N-tuzKmVruAEoXoyyk"
   },
   {
     "name": "Ran Avrahamy",
     "subtitle": "Chief Marketing Officer at AppsFlyer",
     "date": "May 2, 2012",
     "context": "Ran worked with Hillel but they were at different companies",
     "description": "I had the privilege of working with Hillel in the past few years, while he was helping turn inneractive's dream to a reality. His contribution both to the company's marketing efforts and to the Israeli apps community was tremendous. \r\nIf you're not following him and reading his insightful posts - you should! \r\nHillel is a great mobile professional, a great marketer, and a great friend.",
     "urn": "urn:li:fsd_profile:ACoAAALshVwB6cXX5mzZz1Gxs7QHQJy2jVCRZ4w",
     "url": "https://linkedin.com/in/ACoAAALshVwB6cXX5mzZz1Gxs7QHQJy2jVCRZ4w"
   },
   {
     "name": "Donna Griffit",
     "subtitle": "Corporate Storyteller and Pitch Alchemist for Start Ups, Best Selling Author",
     "date": "May 1, 2012",
     "context": "Donna worked with Hillel but they were at different companies",
     "description": "Hillel is a rockstar - one tweet from him can launch a company - or topple a server!  He's one of those positive, generous people that help out just because he can, not expecting anything in return.  His keen eye and in depth knowledge of all facets of the startup scene make him an unbelievable asset to the Israeli - and global - startup scene!  I'd advise some of the tech bloggers to watch out - Hillel's right behind you - and rising FAST!!",
     "urn": "urn:li:fsd_profile:ACoAAAAuF-oBGQmbOiQtJigFDsUxiQAstmS1tVI",
     "url": "https://linkedin.com/in/ACoAAAAuF-oBGQmbOiQtJigFDsUxiQAstmS1tVI"
   },
   {
     "name": "Ori Goshen",
     "subtitle": "Co-Founder, Co-CEO at AI21 Labs",
     "date": "April 30, 2012",
     "context": "Ori worked with Hillel but they were at different companies",
     "description": "Hillel is one of the most brilliant tech thinkers, marketeers and bloggers out there. Period. Also known as the \"Israeli Scoble\", he is truly an opinion leader in the tech, mobile and social media scenes.\r\nI had the great pleasure of working with Hillel to set tawkon's social media strategy and build the community in it's early days.",
     "urn": "urn:li:fsd_profile:ACoAAACvdwkBk96AyTyp-pThmQUMG7XeVlRfmZ4",
     "url": "https://linkedin.com/in/ACoAAACvdwkBk96AyTyp-pThmQUMG7XeVlRfmZ4"
   },
   {
     "name": "MURIEL DEVILLERS",
     "subtitle": "The French Mouth Group - Founder",
     "date": "April 30, 2012",
     "context": "MURIEL worked with Hillel but they were at different companies",
     "description": "Hillel is at this very day, one of the top bloggers in our Tech World. \r\nHe is passionate. He loves his \"work\". He cares for his \"Tech Family\".\r\nIn one word ... A Must",
     "urn": "urn:li:fsd_profile:ACoAAAL8IloBFIpetnTMGifNHtyntGrWOTVkkWg",
     "url": "https://linkedin.com/in/ACoAAAL8IloBFIpetnTMGifNHtyntGrWOTVkkWg"
   },
   {
     "name": "Sabrina G. Tallyia Fadlun",
     "subtitle": "E-TALLYIA - Language Services - Media Outreach - Consulting ",
     "date": "April 30, 2012",
     "context": "Sabrina G. Tallyia worked with Hillel but they were at different companies",
     "description": "I met Hillel a couple of months ago on Twitter. He was one of my fist followers and has been my mentor ever since :-)\r\nHillel is a pleasure to interact with. Friendly, helpful yet always professional. Reading his blogs, whether at inneractive, Appboy, Huffington Post, SAI or else is a pleasure and a source of reliable information. I highly recommend Hillel. And do not forget to follow him on Twitter @hilzfuld, Facebook, Google +, Pinterest. Just look out for him. You will not be disappointed. You will thank me later.",
     "urn": "urn:li:fsd_profile:ACoAAAAGc_YBu7c_xn2NahdjnH5T310ygY1kAa0",
     "url": "https://linkedin.com/in/ACoAAAAGc_YBu7c_xn2NahdjnH5T310ygY1kAa0"
   },
   {
     "name": "Farhana Rahman",
     "subtitle": "Lead Content Manager",
     "date": "April 30, 2012",
     "context": "Farhana worked with Hillel but they were at different companies",
     "description": "Where does one start, and how can one ever end praising Hillel? \r\n\r\nI admire Hillel for the way he flawlessly plans, develops, and implements marketing communications, and strategies. He also flawlessly directs and coordinates PR efforts at tactical and strategic levels. \r\n\r\nSince day one at inneractive, Hillel played a critical role in dramatically enhancing the company image within the mobile app industry and the general public (both worldwide.) He works with the marketing team at inneractive, which ensures the articulation of the company's image and leading position within the market. \r\n\r\nHillel organically grew a strong following on all major social networks and local/international media outlets. As a representative, he is an expert at coordinating media interest, and keeps regular contact with his targets while catering to smaller media requests that comes his way. I was not fortunate enough to attend any of his recent panels, but mutual contacts raved of his professionalism, knowledge, and zest. \r\n\r\nAs a writer, Hillel is second to none. It goes without saying that he has an uncanny ability to write articles on the most complex subjects in the most simplistic, yet accurate manner. \r\n\r\nAnd before I run out of space, let me quickly add that he is very charismatic, a true gentleman, and creates a positive work dynamic. \r\n\r\nI truly hope to work with Hillel in the future, he is a great asset to any company he works with.",
     "urn": "urn:li:fsd_profile:ACoAAALkxjsBtKjuGr3eVpD51GWh83ekcWV4Hy4",
     "url": "https://linkedin.com/in/ACoAAALkxjsBtKjuGr3eVpD51GWh83ekcWV4Hy4"
   },
   {
     "name": "Avi Zuber",
     "subtitle": "Building Reflective to help therapists and patients get more out of time between therapy sessions",
     "date": "April 29, 2012",
     "context": "Avi was Hillel’s client",
     "description": "Hillel is a straight shooter. He is passionate about what he does, very personable and very helpful. Any and every CEO who understands the importance of web marketing should equally understand the importance of having \"a Hillel Fuld\" on their team.",
     "urn": "urn:li:fsd_profile:ACoAAAGwDLMBReXViyzSlOKj1zxkth1jJsyHrAI",
     "url": "https://linkedin.com/in/ACoAAAGwDLMBReXViyzSlOKj1zxkth1jJsyHrAI"
   },

Activity

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/hilzfuld/activity?type=posts'

← Output

Profile Activity

Example


 "activity": [
   {
     "activity_type": "Post",
     "author": {
       "type": "Member",
       "first_name": "Hillel",
       "last_name": "Fuld",
       "occupation": "Global Speaker, Tech Columnist, and Startup Marketing Advisor | Transforming Startups into Businesses",
       "image_url": "https://media.licdn.com/dms/image/D4E03AQGd5lY76vIDag/profile-displayphoto-shrink_800_800/0/1690267634982?e=1698883200&v=beta&t=n3THOLchx5lmgplUuR4Iw0FMn4KRoqxANigtwj0jaFQ",
       "url": "https://linkedin.com/in/ACoAAAFSZwgBRjdwCwKlI18Yi3x5OvW0y6XZxzI",
       "urn": "urn:li:fsd_profile:ACoAAAFSZwgBRjdwCwKlI18Yi3x5OvW0y6XZxzI"
     },
     "text": "This was a lotta fun! \n\nThanks for having me, Dan Melnick!",
     "mentions": [
       {
         "type": "Member",
         "first_name": "Dan",
         "last_name": "Melnick",
         "occupation": "We partner with e-commerce brands and help them increase profit margins by 25% in 12 months with personalized AI solutions.",
         "image_url": "https://media.licdn.com/dms/image/C5603AQGKXtF-uGpeIg/profile-displayphoto-shrink_800_800/0/1654065485353?e=1698883200&v=beta&t=EIyN4lrPXP-Z7F1LemjCRcM7fXNuZfuMc8YWIH1wFyI",
         "url": "https://linkedin.com/in/ACoAABd00l0BfJbUzCvuSZT6gmwiX9byJw7MaB0",
         "urn": "urn:li:fsd_profile:ACoAABd00l0BfJbUzCvuSZT6gmwiX9byJw7MaB0"
       }
     ],
     "created_at": "2023-08-30T19:41:00.000Z",
     "urn": "urn:li:activity:7102736964042301440",
     "shares": 1,
     "comments": 0,
     "likes": 6,
     "reactions": [
       {
         "reaction_type": "LIKE",
         "count": 5
       },
       {
         "reaction_type": "EMPATHY",
         "count": 1
       }
     ],
     "url": "https://www.linkedin.com/feed/update/urn:li:activity:7102736964042301440",
     "shared_post": null
   },
   {
     "activity_type": "Post",
     "author": {
       "type": "Member",
       "first_name": "Hillel",
       "last_name": "Fuld",
       "occupation": "Global Speaker, Tech Columnist, and Startup Marketing Advisor | Transforming Startups into Businesses",
       "image_url": "https://media.licdn.com/dms/image/D4E03AQGd5lY76vIDag/profile-displayphoto-shrink_800_800/0/1690267634982?e=1698883200&v=beta&t=n3THOLchx5lmgplUuR4Iw0FMn4KRoqxANigtwj0jaFQ",
       "url": "https://linkedin.com/in/ACoAAAFSZwgBRjdwCwKlI18Yi3x5OvW0y6XZxzI",
       "urn": "urn:li:fsd_profile:ACoAAAFSZwgBRjdwCwKlI18Yi3x5OvW0y6XZxzI"
     },
     "text": "Today’s feature is Mark Blank.     \n\nBefore I even begin, I’ll just say that Mark is one of the only people I know who loves cars more than me. Mark Frankel is the other one. Funny that they’re both Mark. \n\nMark began his journey at York University where he got a BA in Political Science and international relations. \n\nHe then kicked off his career at Zones where he was a sales manager for a few years before joining Aztek as vice president and then CEO and then president. He’s been there for over two decades. \n\nMark is also a strategic business development executive at Fiverr. \n\n“Aztek Technologies was established in 1984 by entrepreneur Yoel Salzman.\n\nAztek specializes in cloud environment planning and implementation, as well as software license agreement management (Microsoft & other leading vendors), for business customers.\n\nAztek is an expert in planning, implementing, monitoring and supporting Microsoft-based cloud environments (Microsoft Azure). \n\nOur experts create and manage unified technological environments, which are designed for optimal correlation with all organizational characteristics. \n\nThese environments include automatic interfaces with users and end-clients, fault-monitoring systems, budget & timetable management, data migration processes, license management, advanced information security and more. \n\nWe are loyal to the most advanced technologies - as long as they adhere to our customers' needs.”\n\nAs far as Mark’s passion for cars, the one difference between me and him is that he actually follows his dream and buys the cars. He has quite a collection. \n\nAnyway, as you see, Mark came with his Corvette one Friday and picked us up. The kids and I drove the car for a few hours and had a blast. \n\nMark is a huge mensch and a super talented individual. \n\nHonored to know Mark and to call him a friend. I see some car adventures in our near future. 😂\n\nMeet Mark Blank.",
     "mentions": [],
     "created_at": "2023-08-30T05:00:00.000Z",
     "urn": "urn:li:activity:7102511565966389248",
     "shares": 0,
     "comments": 6,
     "likes": 37,
     "reactions": [
       {
         "reaction_type": "LIKE",
         "count": 37
       }
     ],
     "url": "https://www.linkedin.com/feed/update/urn:li:activity:7102511565966389248",
     "shared_post": null
   },
   {
     "activity_type": "Post",
     "author": {
       "type": "Member",
       "first_name": "Hillel",
       "last_name": "Fuld",
       "occupation": "Global Speaker, Tech Columnist, and Startup Marketing Advisor | Transforming Startups into Businesses",
       "image_url": "https://media.licdn.com/dms/image/D4E03AQGd5lY76vIDag/profile-displayphoto-shrink_800_800/0/1690267634982?e=1698883200&v=beta&t=n3THOLchx5lmgplUuR4Iw0FMn4KRoqxANigtwj0jaFQ",
       "url": "https://linkedin.com/in/ACoAAAFSZwgBRjdwCwKlI18Yi3x5OvW0y6XZxzI",
       "urn": "urn:li:fsd_profile:ACoAAAFSZwgBRjdwCwKlI18Yi3x5OvW0y6XZxzI"
     },
     "text": "Ya know you’re at an important event when Or Offer, CEO of Similarweb shows up! \n\nA perfect example of how two people with polar opposite opinions can be friends and still disagree. He’s a good man.",
     "mentions": [
       {
         "type": "Member",
         "first_name": "Or",
         "last_name": "Offer",
         "occupation": "Founder, CEO @ Similarweb (NYSE:SMWB)",
         "image_url": null,
         "url": "https://linkedin.com/in/ACoAAAE7FzsB_WB7eVwXWOYohM6J61ReiEilQuk",
         "urn": "urn:li:fsd_profile:ACoAAAE7FzsB_WB7eVwXWOYohM6J61ReiEilQuk"
       },
       {
         "type": "Company",
         "name": "Similarweb",
         "logo": "https://media.licdn.com/dms/image/D4D0BAQFSsTatf4ppwg/company-logo_400_400/0/1688110068641?e=1701302400&v=beta&t=GDUUTOD33IQCgVtih32A31ObPE6LZbpeCf1zxBeZiec",
         "url": "https://linkedin.com/company/429838",
         "urn": "urn:li:fsd_company:429838"
       }
     ],
     "created_at": "2023-08-29T00:00:00.000Z",
     "urn": "urn:li:activity:7102333664486658049",
     "shares": 1,
     "comments": 13,
     "likes": 218,
     "reactions": [
       {
         "reaction_type": "LIKE",
         "count": 208
       },
       {
         "reaction_type": "EMPATHY",
         "count": 6
       },
       {
         "reaction_type": "PRAISE",
         "count": 2
       },
       {
         "reaction_type": "APPRECIATION",
         "count": 1
       },
       {
         "reaction_type": "INTEREST",
         "count": 1
       }
     ],
     "url": "https://www.linkedin.com/feed/update/urn:li:activity:7102333664486658049",
     "shared_post": null
   },
   {
     "activity_type": "Post",
     "author": {
       "type": "Member",
       "first_name": "Hillel",
       "last_name": "Fuld",
       "occupation": "Global Speaker, Tech Columnist, and Startup Marketing Advisor | Transforming Startups into Businesses",
       "image_url": "https://media.licdn.com/dms/image/D4E03AQGd5lY76vIDag/profile-displayphoto-shrink_800_800/0/1690267634982?e=1698883200&v=beta&t=n3THOLchx5lmgplUuR4Iw0FMn4KRoqxANigtwj0jaFQ",
       "url": "https://linkedin.com/in/ACoAAAFSZwgBRjdwCwKlI18Yi3x5OvW0y6XZxzI",
       "urn": "urn:li:fsd_profile:ACoAAAFSZwgBRjdwCwKlI18Yi3x5OvW0y6XZxzI"
     },
     "text": "Today’s feature is Simona Shemer.     \n\nI’ve known Simona and followed her work for a long time. She is a super talented writer, a wife, a mom, and an upcoming fashion blogger. \n\nSimona began her journey at Montclair State University and after that, she studied at Rutgers University. \n\nShe then launched her career at Life & Style Weekly where she was a researcher. Her next gig was at Israel21c where she was a youth culture writer followed by a role at Triond where she was an editor. \n\nIn 2010, Simona worked as a marketing/content manager at R2Net LLC and then as an online editor at FashionTV.\n\nIn 2013, Simona joined Taptica as a content manager and she worked there for a few years before becoming a writer at Time Out Israel. \n\nOther roles Simona had include social media consultant at Electric Sheep, freelance content writer, content manager at Rushmore Marketing, and more.  \n\nThen, in 2017, Simona joined NoCamels as contributing editor and eventually, she became managing editor. She was there for five years and then, in 2022, she joined Gova10 as senior content writer. \n\n“Gova10 is a global communications and content development agency. We define and shape the narratives and reputations of technology companies.”\n\nAs I said, Simona is a super talented writer and a fantastic human being.  \n\nHonored to know Simona and to call her a friend. \n\nMeet Simona Shemer.",
     "mentions": [
       {
         "type": "Member",
         "first_name": "Simona",
         "last_name": "Shemer",
         "occupation": "Marketing Writer | Content Marketing & Strategy For B2B/B2C | Blogging, Social Media, SEO",
         "image_url": "https://media.licdn.com/dms/image/D4D35AQEDU-jRz0jTPA/profile-framedphoto-shrink_800_800/0/1690442912786?e=1694034000&v=beta&t=JyACHweAoQjYFw2MiK1zm-AUUhbK4bdcr78GaXv0_9E",
         "url": "https://linkedin.com/in/ACoAAAC6SyABsvj9xaOz6FWv_ktPG6oG_j8X7cw",
         "urn": "urn:li:fsd_profile:ACoAAAC6SyABsvj9xaOz6FWv_ktPG6oG_j8X7cw"
       }

Courses

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/-mustafasiddiqui/courses'

← Output

Person's Courses

Example

{
 "courses": [
   {
     "name": "Calculus IA",
     "code": "MTH 161"
   },
   {
     "name": "Calculus IIA",
     "code": "MTH 162"
   },
   {
     "name": "Circuits and Signals",
     "code": "ECE 113"
   },
   {
     "name": "Computer Organization",
     "code": "ECE 200"
   },
   {
     "name": "Data Structures and Algorithms",
     "code": "CS 172"
   },
   {
     "name": "Design & Analysis of Efficient Algorithms",
     "code": "CS 282"
   },
   {
     "name": "Digital Image Processing with Python",
     "code": "ECE 247"
   },
   {
     "name": "Electricity and Magnetism",
     "code": "PHY 122"
   },
   {
     "name": "Electromagnetic Waves",
     "code": "ECE 230"
   },
   {
     "name": "Electromagnetic Waves",
     "code": "ECE 230"
   },
   {
     "name": "Electronic Devices and Circuits",
     "code": "ECE 221"
   },
   {
     "name": "Financial Accounting",
     "code": "ACC 201"
   },
   {
     "name": "Integrated Circuits: Design & Analysis",
     "code": "ECE 222"
   },
   {
     "name": "Introduction to C and C++ Programming",
     "code": "ECE 114"
   },
   {
     "name": "Introduction to Computing Systems",
     "code": "ECE 101"
   },
   {
     "name": "Introduction to Signals and Circuits",
     "code": "ECE 111"
   },
   {
     "name": "Linear Algebra with Differential Equations",
     "code": "MTH 165"
   },
   {
     "name": "Logic Design",
     "code": "ECE 112"
   },
   {
     "name": "Microprocessors and Data Conversion",
     "code": "ECE 216"
   },
   {
     "name": "Multivariable Calculus",
     "code": "MTH 164 "
   },
   {
     "name": "Probability and Discrete Math",
     "code": "ECE 270"
   },
   {
     "name": "Reasoning and Writing in College",
     "code": "WRT 105"
   },
   {
     "name": "Signals",
     "code": "ECE 241"
   },
   {
     "name": "Signals & Systems",
     "code": "ECE 242"
   }
 ],
 "cursor": null
}

Interests

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/andrew-huberman/interests?type=influencers'

← Output

Person's Interests

Example

{
 "interests": [
   {
     "name": "Satya Nadella",
     "subtitle": "Chairman and CEO at Microsoft",
     "followers": 10371,
     "url": "https://www.linkedin.com/in/satyanadella",
     "urn": "urn:li:fsd_profile:ACoAAAEkwwAB9KEc2TrQgOLEQ-vzRyZeCDyc6DQ",
     "image": "https://media.licdn.com/dms/image/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_800_800/0/1579726624860?e=1698278400&v=beta&t=a2o-Kcrv_0y5DtEUIiEXqi1Dc0fqbo5EpEqpHV0mU3Q",
     "type": "influencers"
   },
   {
     "name": "Michael Gervais",
     "subtitle": "Performance Psychologist working with the best in the world • Host, Finding Mastery Podcast • Architect, Finding Your Best Mindset Masterclass • Every day is an opportunity to create a living masterpiece",
     "followers": 55396,
     "url": "https://www.linkedin.com/in/drmichaelgervais",
     "urn": "urn:li:fsd_profile:ACoAAAEIqbQBlvOgUS0mIN8jT-SlpNuzX9AaDLE",
     "image": "https://media.licdn.com/dms/image/D5603AQET83ICi1cr5A/profile-displayphoto-shrink_800_800/0/1691003900329?e=1698278400&v=beta&t=VbtTVXECVtgV4eNUO6JJtUQBWYAT_91TnvK9v6O76uE",
     "type": "influencers"
   },
   {
     "name": "Angela Duckworth",
     "subtitle": "Co-founder, chief scientist, & board member at Character Lab, professor at UPenn, author of GRIT, co-host of the podcast No Stupid Questions",
     "followers": 817572,
     "url": "https://www.linkedin.com/in/angeladuckworth",
     "urn": "urn:li:fsd_profile:ACoAAAAAPXABmyQPpGCEGAoYw60zLfDyFMxTJiI",
     "image": "https://media.licdn.com/dms/image/C4E03AQFq5lyy0Ak8Fw/profile-displayphoto-shrink_800_800/0/1516157346556?e=1698278400&v=beta&t=ZmjTiB0mDuWoMfeqvkoXNrv7lEDdFtFmZfclPHdZXzE",
     "type": "influencers"
   },
   {
     "name": "Tim Ferriss",
     "subtitle": "Author of 5 #1 NYT/WSJ bestsellers, early-stage investor, host of The Tim Ferriss Show podcast (900M+ downloads), and collector of the strange.",
     "followers": 1507,
     "url": "https://www.linkedin.com/in/timferriss",
     "urn": "urn:li:fsd_profile:ACoAAAAAPIsBa2yhySEP_gcn6a21jMBYIr30UWM",
     "image": "https://media.licdn.com/dms/image/D4E03AQFJUaA3RAZDIw/profile-displayphoto-shrink_800_800/0/1687979277670?e=1698278400&v=beta&t=nZlokDJXD9Mqk6p3GPZYPR4677TJKO5HlszabKCkDl8",
     "type": "influencers"
   },
   {
     "name": "Jeffrey Pfeffer",
     "subtitle": "Ph.D. at Stanford University",
     "followers": 104034,
     "url": "https://www.linkedin.com/in/jeffrey-pfeffer-57a01b6",
     "urn": "urn:li:fsd_profile:ACoAAAER_m4Bvxn1MFiX-cLiNIxf0k455EHzems",
     "image": "https://media.licdn.com/dms/image/C4E03AQF-A1MnZG7sCQ/profile-displayphoto-shrink_800_800/0/1517665345010?e=1698278400&v=beta&t=qskqCsQJ2gxb_yQfkdtqoM8hG8xd12_NCFQ3CE8vGbg",
     "type": "influencers"
   },
   {
     "name": "Mark Cuban",
     "subtitle": "President",
     "followers": 7414,
     "url": "https://www.linkedin.com/in/mark-cuban-06a0755b",
     "urn": "urn:li:fsd_profile:ACoAAAylSRIBXNFRGjmGfTQsZZL04N8Sf_IyVao",
     "image": "https://media.licdn.com/dms/image/D5603AQH9b4ZbzNR0zg/profile-displayphoto-shrink_800_800/0/1681567356907?e=1698278400&v=beta&t=scZZz6VLuAPg_eyAUUt6gYhyxPiEDfpknXsp5cn_r2Q",
     "type": "influencers"
   },
   {
     "name": "James Altucher",
     "subtitle": "Founder at \"The James Altucher Show\" podcast",
     "followers": 1184,
     "url": "https://www.linkedin.com/in/jamesaltucher",
     "urn": "urn:li:fsd_profile:ACoAAABZZSMBqi1xp8AIp57zWxb-dVDhJKGePeQ",
     "image": "https://media.licdn.com/dms/image/C4D03AQHcZjk1rg0PRw/profile-displayphoto-shrink_800_800/0/1548269837462?e=1698278400&v=beta&t=iu1MLTpU9pu2mXooQ9VBYrnnjEV5-L2h2cZO8T-Ft2o",
     "type": "influencers"
   },
   {
     "name": "Lex Fridman",
     "subtitle": "Research Scientist, MIT",
     "followers": 1101,
     "url": "https://www.linkedin.com/in/lexfridman",
     "urn": "urn:li:fsd_profile:ACoAAAB0ur4B2dLbFAHKCLO0VHtal_ilBhaBFxM",
     "image": "https://media.licdn.com/dms/image/C4E03AQHLCrHhGZ0xMg/profile-displayphoto-shrink_800_800/0/1519486750427?e=1698278400&v=beta&t=cyccB2Wjxm9Qn4TFtIY9R77fyIeQpgBNCTiPAvy6wDU",
     "type": "influencers"
   },
   {
     "name": "Lloyd Minor",
     "subtitle": "Carl and Elizabeth Naumann Dean, Stanford University School of Medicine",
     "followers": 15118,
     "url": "https://www.linkedin.com/in/lloydminor",
     "urn": "urn:li:fsd_profile:ACoAABPaaPIBJWHR8VFZUvG2VOld_76JSTbDzfA",
     "image": "https://media.licdn.com/dms/image/D4E03AQGmDr-11UCLzg/profile-displayphoto-shrink_800_800/0/1691682707576?e=1698278400&v=beta&t=N2qWIlbdWhax_ENpVPdKEvffoXvk_fdygmC1E0xzKKk",
     "type": "influencers"
   }
 ],
 "cursor": null
}

URL Resovler

→ Input

Profile URL

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/url-resolver?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fliran-haimovitch%2F'

← Output

Profile URN

Example

{
 "entity_urn": "urn:li:fsd_profile:ACoAABRKFh4BfxZiYR8o26OUnXpU5OLntzWpNfU"
}

Events

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/andrew-huberman/events'

← Output

Person's Events

Example

{
 "events": [
   {
     "type": "upcoming",
     "duration": null,
     "views": null,
     "location": "Chicago, Illinois, US",
     "title": "The Brain Body Contract",
     "url": "https://www.linkedin.com/events/7065370016665268224/?originTrackingId=NJCSJOuDTcmjkYei1mxnAA%3D%3D",
     "event_image": "https://media.licdn.com/dms/image/D561EAQH2t5f0gUvgng/event-background-image-crop_720_1280/0/1684515479063?e=1693350000&v=beta&t=SWz6wl9fTIKclqrxm9B5lr186MNJDfSuKUG5OYDz4U0"
   },
   {
     "type": "upcoming",
     "duration": null,
     "views": null,
     "location": "Toronto, Ontario, CA",
     "title": "The Brain Body Contract",
     "url": "https://www.linkedin.com/events/7065369808338354176/?originTrackingId=ZIPiCGU%2BRbGSwKg5nS%2FLXQ%3D%3D",
     "event_image": "https://media.licdn.com/dms/image/D561EAQE7ivC63c_T4Q/event-background-image-crop_720_1280/0/1684515429848?e=1693350000&v=beta&t=RiZQbMfxoUXuptVwha0j-G0fiHHek9ZoMKV0g1_6YmQ"
   },
   {
     "type": "ended",
     "attendees": 95,
     "duration": null,
     "views": null,
     "location": null,
     "title": "The Brain Body Contract",
     "url": "https://www.linkedin.com/events/6965412432357842944/?originTrackingId=lM3fq%2FBaSQ2JKxieOdujug%3D%3D",
     "event_image": "https://media.licdn.com/dms/image/D561EAQF9suIH0WzOTw/event-background-image-crop_720_1280/0/1660683734794?e=1693350000&v=beta&t=tqNKIVZM1ZZOAfkPKdMq6qlue3IIBv0kUmkQ8kSBLEE"
   },
   {
     "type": "ended",
     "attendees": 102,
     "duration": null,
     "views": null,
     "location": null,
     "title": "The Brain Body Contract",
     "url": "https://www.linkedin.com/events/6965411728826277889/?originTrackingId=CA2bVtbZQBGNhjU1%2B3GlAw%3D%3D",
     "event_image": "https://media.licdn.com/dms/image/D561EAQF4VOkUsadUhw/event-background-image-crop_720_1280/0/1660683566701?e=1693350000&v=beta&t=IDpRf-MDSso_RD5Cj7eEJ8s4vo7TJE9r0E57oV5Smdg"
   },
   {
     "type": "ended",
     "attendees": 91,
     "duration": null,
     "views": null,
     "location": null,
     "title": "The Brain Body Contract: An Operating Manual for Human Performance",
     "url": "https://www.linkedin.com/events/6906707729193574400/?originTrackingId=zQrTEzk%2FRBGmmRrUd%2B%2B5zA%3D%3D",
     "event_image": "https://media.licdn.com/dms/image/D4E1EAQHj56wFdIJEZg/event-background-image-crop_720_1280/0/1646687441847?e=1693350000&v=beta&t=OJTe5ERx4EiDIWQzZyxo84swuIICjP4yUbNztt6qpY0"
   },
   {
     "type": "happening now",
     "attendees": 242,
     "duration": null,
     "views": null,
     "location": null,
     "title": "The Brain Body Contract: An Operating Manual for Human Performance",
     "url": "https://www.linkedin.com/events/6906706648816345088/?originTrackingId=HyiM%2F9nlTT%2BbyBVVrrdBZw%3D%3D",
     "event_image": "https://media.licdn.com/dms/image/D4E1EAQGr5F72rSk0pA/event-background-image-crop_720_1280/0/1646687184856?e=1693350000&v=beta&t=SJjoU6J0igGUK8NHEVESiZXz6-xcrcRR-CryoD6Mndk"
   }
 ],
 "cursor": null
}

Honor and Awards

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/andrew-huberman/honors-and-awards'

← Output

Person's Honor and Awards

Example

{
 "honors_and_awards": [
   {
     "title": "Cogan Award for Contributions to Vision Science and Ophthalmology",
     "issued_by": "University of Pennsylvania",
     "issued_date": "Jan 2017",
     "description": null,
     "association": null
   },
   {
     "title": "McKnight Scholar",
     "issued_by": "McKnight Foundation",
     "issued_date": "Jan 2013",
     "description": null,
     "association": null
   },
   {
     "title": "Pew Biomedical Scholar",
     "issued_by": "Pew Charitable Trusts",
     "issued_date": "Jan 2013",
     "description": null,
     "association": null
   },
   {
     "title": "Helen Hay Whitney Postdoctoral Fellowship",
     "issued_by": "The Helen Hay Whitney Foundation",
     "issued_date": "Jan 2007",
     "description": null,
     "association": "Associated with Stanford University"
   },
   {
     "title": "Allan G. Marr Prize for Best Ph.D. Dissertation",
     "issued_by": "University of California, Davis",
     "issued_date": "Jan 2005",
     "description": null,
     "association": "Associated with University of California, Davis"
   },
   {
     "title": "ARCS Foundation Graduate Fellowship Award",
     "issued_by": null,
     "issued_date": null,
     "description": null,
     "association": "Associated with University of California, Davis"
   },
   {
     "title": "Graduation with Honors and Distinction in Major",
     "issued_by": null,
     "issued_date": null,
     "description": null,
     "association": "Associated with University of California, Santa Barbara"
   }
 ],
 "cursor": null
}

Languages

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/andrew-huberman/languages'

← Output

Person's Spoken Languages

Example

{
 "languages": [
   {
     "language": "English",
     "proficiency": "Native or bilingual proficiency"
   }
 ],
 "cursor": null
}

Images

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/hilzfuld/images'

← Output

Person's Images

Example

{
 "images": [
   "https://media.licdn.com/dms/image/D4D22AQHG9eL6aku2XQ/feedshare-shrink_2048_1536/0/1692678259171?e=1695859200&v=beta&t=voJeN67kyfUSbhxA2by7P7FzCpeCP_UvmhLvDB0BXF8",
   "https://media.licdn.com/dms/image/D4D22AQGzmAQuaptfSg/feedshare-shrink_2048_1536/0/1692606675880?e=1695859200&v=beta&t=0O2oW3JrKM1vTOHg-hCVVJP2Qakh8dnxbq8PqBEPgvM",
   "https://media.licdn.com/dms/image/D4D22AQErld8d4siGow/feedshare-shrink_2048_1536/0/1692591091304?e=1695859200&v=beta&t=EBgK1wIgJ9miI_Oq3TaDDvbtAiDz8I3q6RRU5clPu_I",
   "https://media.licdn.com/dms/image/D4D22AQEnCHjhI3U9Yg/feedshare-shrink_2048_1536/0/1692509387895?e=1695859200&v=beta&t=M-kBUvRQc7p7anyPEZzhK_wdE9QlqckGh4Czl3WX9RE",
   "https://media.licdn.com/dms/image/D4D22AQGSbFwBbap42w/feedshare-shrink_2048_1536/0/1692335467035?e=1695859200&v=beta&t=q4F2iJrU3fCn41-rR8A2kmhueBDENMBXz0WBuqcuO7I",
   "https://media.licdn.com/dms/image/D4D22AQGYNyCHIYx1ZA/feedshare-shrink_2048_1536/0/1692280917342?e=1695859200&v=beta&t=z5BF_alTE58s-NfLYXr4CCVK6Ft4Jkz1yEbqPMIt9U0",
   "https://media.licdn.com/dms/image/D4D22AQFiGRJKLhSz5A/feedshare-shrink_2048_1536/0/1692267742123?e=1695859200&v=beta&t=uNwRFObev1Rnd4CSGqHmFb-Bl5c0Mnvi_PxyQw_a1ZY",
   "https://media.licdn.com/dms/image/D4E22AQHg3V9sJZYVhg/feedshare-shrink_2048_1536/0/1692261699744?e=1695859200&v=beta&t=MEe7MuyN5OI5PcYXYD4Wi2-fIGz37w8Y7p1fcY5Aouk",
   "https://media.licdn.com/dms/image/D4E22AQGjYtzwIfPqYA/feedshare-shrink_2048_1536/0/1692248161848?e=1695859200&v=beta&t=ij0g8RBNe7tRjEyF_3w612wgXawtGuaugAP6_CFxaGs",
   "https://media.licdn.com/dms/image/D4D22AQEm-CqwgXmStg/feedshare-shrink_1280/0/1692188365059?e=1695859200&v=beta&t=kkP3ZXVC5pvHjivbsDg24wexldwHFG0Uarm58v80fYM"
 ],
 "cursor": null
}

Organizations

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/andrew-huberman/organizations'

← Output

Person's Organizations

Example

{
 "organizations": [
   {
     "position": "Faculty of 1000",
     "description": null
   },
   {
     "position": "Neural Development",
     "description": null
   },
   {
     "position": "Journal of Comparative Neurology",
     "description": null
   },
   {
     "position": "Current Biology",
     "description": null
   },
   {
     "position": "Cell Reports",
     "description": null
   },
   {
     "position": "Current Opinion in Neurobiology",
     "description": null
   },
   {
     "position": "The Journal of Neuroscience",
     "description": null
   }
 ],
 "cursor": null
}

Licences and Certifications

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/paulwcurran/licenses-and-certifications'

← Output

Person's Licenses and Certifications

Example

{
 "licenses_and_certifications": [
   {
     "title": "Business Analytics Executive Overview",
     "issuer": "University of Illinois Urbana-Champaign",
     "issue_date": {
       "year": 2020,
       "month": 7,
       "day": null
     },
     "expiration_date": null,
     "image_url": "https://media.licdn.com/dms/image/C4E0BAQGFFDl_Z9pIAA/company-logo_400_400/0/1595014871850?e=1701302400&v=beta&t=aZa_rzlv7uKEApe0D38h8OTq6AWIj0OXHSKGbCvXBPw",
     "url": "https://linkedin.com/company/2650",
     "urn": "urn:li:fsd_company:2650"
   },
   {
     "title": "Evaluating User Interfaces",
     "issuer": "University of Minnesota",
     "issue_date": {
       "year": 2017,
       "month": 1,
       "day": null
     },
     "expiration_date": null,
     "image_url": "https://media.licdn.com/dms/image/D560BAQHwCeaCLneKOA/company-logo_400_400/0/1688531055131?e=1701302400&v=beta&t=Z5H_KgkJ4wo57L7s9aQKa29npFxzcyaEw8pTYVPV0zI",
     "url": "https://linkedin.com/company/3181",
     "urn": "urn:li:fsd_company:3181"
   },
   {
     "title": "Introduction to UI Design",
     "issuer": "University of Minnesota",
     "issue_date": {
       "year": 2017,
       "month": 1,
       "day": null
     },
     "expiration_date": null,
     "image_url": "https://media.licdn.com/dms/image/D560BAQHwCeaCLneKOA/company-logo_400_400/0/1688531055131?e=1701302400&v=beta&t=Z5H_KgkJ4wo57L7s9aQKa29npFxzcyaEw8pTYVPV0zI",
     "url": "https://linkedin.com/company/3181",
     "urn": "urn:li:fsd_company:3181"
   },
   {
     "title": "Prototyping and Design",
     "issuer": "University of Minnesota",
     "issue_date": {
       "year": 2017,
       "month": 1,
       "day": null
     },
     "expiration_date": null,
     "image_url": "https://media.licdn.com/dms/image/D560BAQHwCeaCLneKOA/company-logo_400_400/0/1688531055131?e=1701302400&v=beta&t=Z5H_KgkJ4wo57L7s9aQKa29npFxzcyaEw8pTYVPV0zI",
     "url": "https://linkedin.com/company/3181",
     "urn": "urn:li:fsd_company:3181"
   },
   {
     "title": "User Research and Design",
     "issuer": "University of Minnesota",
     "issue_date": {
       "year": 2017,
       "month": 1,
       "day": null
     },
     "expiration_date": null,
     "image_url": "https://media.licdn.com/dms/image/D560BAQHwCeaCLneKOA/company-logo_400_400/0/1688531055131?e=1701302400&v=beta&t=Z5H_KgkJ4wo57L7s9aQKa29npFxzcyaEw8pTYVPV0zI",
     "url": "https://linkedin.com/company/3181",
     "urn": "urn:li:fsd_company:3181"
   },
   {
     "title": "Inbound Certification",
     "issuer": "HubSpot",
     "issue_date": {
       "year": 2016,
       "month": 4,
       "day": null
     },
     "expiration_date": null,
     "image_url": "https://media.licdn.com/dms/image/C4D0BAQF8H-SLmMDZlA/company-logo_400_400/0/1646683329778?e=1701302400&v=beta&t=2_Q4zvFPzDgYb9sEm-HmH3VWuAjPcjLXcaggbHKOagA",
     "url": "https://linkedin.com/company/68529",
     "urn": "urn:li:fsd_company:68529"
   },
   {
     "title": "Mobile App Analytics Fundamentals",
     "issuer": "Google",
     "issue_date": null,
     "expiration_date": null,
     "image_url": "https://media.licdn.com/dms/image/C4D0BAQHiNSL4Or29cg/company-logo_400_400/0/1519856215226?e=1701302400&v=beta&t=tfvEqoL7BxayEDyrpTLhWD5z1zDbxeGv6S-_OTs_GpI",
     "url": "https://linkedin.com/company/1441",
     "urn": "urn:li:fsd_company:1441"
   }
 ],
 "cursor": null
}

Patents

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/dovmoran/patents'

← Output

Person's Patents

Example

{
 "patents": [
   {
     "title": "Mood-based messaging",
     "subtitle": "US 8509743 · Issued Aug 13, 2013",
     "description": null,
     "url": "http://www.google.com/patents/US8509743"
   },
   {
     "title": "Foldable mobile phone",
     "subtitle": "US 8406826 · Issued Mar 26, 2013",
     "description": null,
     "url": "http://www.google.com/patents/US8406826"
   },
   {
     "title": "Modular wireless communicator",
     "subtitle": "US 8391921 · Issued Mar 5, 2013",
     "description": null,
     "url": "http://www.google.com/patents/US8391921"
   },
   {
     "title": "Notebook computer and cell phone assembly",
     "subtitle": "US 8340721 · Issued Dec 25, 2012",
     "description": null,
     "url": "http://www.google.com/patents/US8340721"
   },
   {
     "title": "Modular wireless communicator",
     "subtitle": "US 8180395 · Issued May 15, 2012",
     "description": null,
     "url": "http://www.google.com/patents/US8180395"
   },
   {
     "title": "Mood-based messaging",
     "subtitle": "US 8160549 · Issued Apr 17, 2012",
     "description": null,
     "url": "http://www.google.com/patents/US8160549"
   },
   {
     "title": "Mood-based messaging",
     "subtitle": "US 8160549 · Issued Apr 17, 2012",
     "description": null,
     "url": "http://www.google.com/patents/US8160549"
   },
   {
     "title": "Architecture for a universal serial bus-based PC flash disk (USB Flash Drive)",
     "subtitle": "US US6148354",
     "description": null,
     "url": null
   }
 ],
 "cursor": null
}

Projects

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/paulwcurran/projects'

← Output

Person's Projects

Example

{
 "projects": [
   {
     "title": "App Demo video for our Fitness22 Workout App",
     "date": "Dec 2015 - Present",
     "description": "Used Quicktime, Final Cut and iMovie to piece together this app demo for our latest app: Gym Workout",
     "contributors": null
   }
 ],
 "cursor": null
}

Volunteering Experience

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/ian-mackey/volunteering-experience'

← Output

Person's Volunteering Experience

Example

{
 "volunteering_experience": [
   {
     "role": "Volunteer",
     "organization": "Crisis Text Line",
     "is_current_position": true,
     "start_date": {
       "month": 1,
       "year": 2022
     },
     "end_date": {
       "month": null,
       "year": null
     },
     "duration": {
       "months": 8,
       "years": 1
     },
     "description": null
   },
   {
     "role": "Member",
     "organization": "Santa Clara Valley Medical Center (VMC) Foundation | Young Professional Council",
     "industry": "Health",
     "is_current_position": false,
     "start_date": {
       "month": 11,
       "year": 2017
     },
     "end_date": {
       "month": 6,
       "year": 2019
     },
     "duration": {
       "months": 8,
       "years": 1
     },
     "description": "The Young Professional Council (YPC) supports the efforts of the Santa Clara Valley Medical Center (VMC) Foundation. The YPC is composed of emerging leaders in the business community who are dedicated to promoting the level of health care in the County of Santa Clara and addressing the current health-related issues affecting the community."
   },
   {
     "role": "Photographer",
     "organization": "City of Los Altos",
     "is_current_position": false,
     "start_date": {
       "month": 6,
       "year": 2017
     },
     "end_date": {
       "month": 1,
       "year": 2020
     },
     "duration": {
       "months": 8,
       "years": 2
     },
     "description": "City of Los Altos Police Department"
   }
 ],
 "cursor": null
}

Publications

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/hilzfuld/publications'

← Output

Person's Publications

Example

{
 "publications": [
   {
     "title": "Despite Unrest, The Israeli Tech Ecosystem Is Flourishing",
     "source": "TechCrunch",
     "summary": "These days, we are witnessing a record level of activity within the Israeli high-tech scene. The fact that this is happening amidst a period of unrest and violence is an impressive testament to our culture and character. Entrepreneurship and innovation will win over hatred and destruction. Always.",
     "url": "http://techcrunch.com/2015/12/24/despite-unrest-the-israeli-tech-ecosystem-is-flourishing/"
   }
 ],
 "cursor": null
}

Test Scores

→ Input

Profile Public Identifier

Example

curl --location 'https://api.vetric.io/sixdegrees/v1/profile/-mustafasiddiqui/test-scores'

← Output

Person's Test Scores

Example

{
 "test_scores": [
   {
     "title": "SAT",
     "subtitle": "Score: 1500 · Sep 2017"
   }
 ],
 "cursor": null
}

The data you need. At your fingertips.

Tailored for you

Data-centric companies use our datasets to power search applications. We focus on a few use cases to provide the winning solutions.

Comprehensive solution

Our datasets work seamlessly with SixDegrees APIs. Using them both lets customers search for relevant profiles in the dataset, and then enrich them with the SixDegrees API

Highly detailed

Get all the information you need from each profile. Our datasets contain all the relevant fields, and can be filtered to match your needs.

Get global or geo-specific data.

Unlock the power of information with our comprehensive global database. Whether you need a holistic view of the world or targeted insights for specific locations.

Make informed decisions and stay ahead by harnessing the potential of our expansive database. Choose between a complete global package or select specific locations to meet your unique needs.

Talk to an expert

Talk to an expert

Get insights on your data needs
and challenges from an industry expert.

Schedule free consultation

Get fresh data today

Know what you need and ready to start? Get the freshest data into your product. No commitment.

Start today