the fullJson Field Format
The fullJson field is a comprehensive JSON representation of a LinkedIn profile's data, encapsulating all extracted information.
This guide provides a detailed explanation of the JSON structure, field descriptions, and data types to help you effectively parse and utilize the data for your applications. (eg: usage with Zapier, n8n or Make)
Overview
The fullJson
field contains the following main sections:
Basic Information: Core profile details such as URL, name, title, and location.
Experiences: A list of professional experiences.
Educations: A list of educational qualifications.
Skills: An array of skills listed on the profile.
Languages: Languages the person is proficient in.
Certifications: Professional certifications acquired.
Recommendations: Received recommendations from other LinkedIn users.
Projects: Projects the person has worked on.
JSON Structure and Field Descriptions
Below is a detailed breakdown of each field within the fullJson
object.
1. Basic Information
url
String
LinkedIn profile URL.
emails
Array
List of email addresses found.
phones
Array
List of phone numbers found.
socials
Array
Links to other social media profiles found.
fullname
String
Full name as displayed on LinkedIn.
firstname
String
Given name (extracted from fullname
).
lastname
String
Family name (extracted from fullname
).
title
String
Current LinkedIn title.
location
String
Location as specified on LinkedIn.
about
String or null
The "About" section content from the profile.
2. Experiences
Field:
experiences
Type: Array of Experience Objects
Description: Professional experiences listed on the profile.
Experience Object Structure:
title
String or null
Job title held during the experience (null
if type
is "SPLIT"
).
companyName
String
Name of the company or organization.
url
String or null
LinkedIn URL of the company.
durationPeriodLocationContractType
String
Details including duration, location, and contract type (e.g., "juin 2016 - juin 2019 · 3 ans 1 mois\nParis, Île-de-France, France · Hybride"
).
description
String or null
Description written by the user.
type
String
Indicates if the experience is simple ("SIMPLE"
) or part of a split section ("SPLIT"
).
id
String or null
LinkedIn Identifier of the company (if company's LinkedIn page found).
subExperiences
Array
If type
is "SPLIT"
, this contains an array of sub-experiences (e.g., different roles within the same company).
3. Educations
Field:
educations
Type: Array of Education Objects
Description: Educational qualifications and institutions attended.
Education Object Structure:
title
String
Name of the educational institution.
degree
String or null
Degree obtained or field of study.
period
String
Duration of study (e.g., "2015 - 2019").
description
String or null
Additional details, honors, or activities.
url
String or null
LinkedIn URL of the educational institution.
id
String or null
LinkedIn Identifier for the institution.
4. Skills
Field:
skills
Type: Array of Skill Objects
Description: Skills listed on the profile.
Skill Object Structure:
name
String
Name of the skill (e.g., "Java").
5. Languages
Field:
languages
Type: Array of Language Objects
Description: Languages known and proficiency levels.
Language Object Structure:
name
String
Language name (e.g., "English").
proficiency
String
Proficiency level (e.g., "Native").
6. Certifications
Field:
certifications
Type: Array of Certification Objects
Description: Professional certifications obtained.
Certification Object Structure:
name
String
Name of the certification.
issuer
String
Issuing organization.
dates
String or null
Dates of issuance (e.g., "Issued Mar 2022").
7. Recommendations
Field:
recommendations
Type: Array of Recommendation Objects
Description: Recommendations received from other LinkedIn users.
Recommendation Object Structure:
fullName
String
Full name of the person who gave the recommendation.
url
String
LinkedIn profile URL of the recommender.
position
String
Professional title of the recommender.
periodAndRelation
String
The date and nature of the professional relationship.
text
String
The content of the recommendation.
8. Projects
Field:
projects
Type: Array of Project Objects
Description: Projects the individual has participated in.
Project Object Structure:
name
String
Name of the project.
dates
String or null
Duration of the project (e.g., "Jan 2020 - Dec 2020").
associatedWith
String or null
Company or institution that sponsored the project.
description
String or null
Additional details or description provided by the user.
Sample fullJson
Object
fullJson
ObjectBelow is an example of a fullJson
object with fictional data:
{
"url": "https://www.linkedin.com/in/mickael-cassy/",
"emails": ["[email protected]"],
"phones": [],
"socials": [],
"fullname": "Mickaël Cassy",
"firstname": "Mickaël",
"lastname": "Cassy",
"title": "Co-Founder @ LinKapture",
"location": "Paris, Île-de-France, France",
"about": "I am equipped to take on roles as a CTO, Lead, or Developer, bringing versatility and expertise to your organization. As a developer, I specialize in Ruby on Rails, SvelteKit, Terraform, PostgreSQL, Redis, Sidekiq, and Google Cloud Platform (GCP). I also have experience with AWS, React, and Vue, allowing me to adapt to diverse project needs.\n\nIn leadership positions, I have successfully scaled teams from 1 to 25 members, including developers, DevOps engineers, data scientists, and Scrum Masters. I achieved this growth by aligning with product direction, anticipating future scaling requirements, and integrating with business tools effectively.\n\nI can assist your organization by leveraging my technical skills and leadership experience to drive product development, efficiently scale teams, and implement technology solutions that align with your business objectives.\n\n\nAlso, I am the developer behind https://www.linkapture.com. This solution assists prospectors and recruiters in building better-qualified lead lists on LinkedIn, saving them valuable time in the process.\n\n-- TECH\nLinKapture is a technically diverse and innovative solution, featuring:\n\n- A cutting-edge browser extension compatible with Chrome, Firefox, and Edge (built using SvelteKit and a custom adapter)\n- A web application with global scaling and database replication\n- A robust background job processing system\n- Integration with a secure payment provider and a data enrichment solution\n- Seamless connections with Google Sheets",
"experiences": [
{
"url": "https://www.linkedin.com/company/103403627/",
"title": "Co-Founder",
"companyName": "Linkapture",
"durationPeriodLocationContractType": "Linkapture\njuin 2024 - aujourd’hui · 6 mois\nVille de Paris, Île-de-France, France · À distance",
"type": "SIMPLE",
"id": "103403627",
"description": "LinKapture is your companion app to get started real fast on your recruitments or prospection.\n\nIdeal for solo recruiters and small teams of sourcers."
},
{
"url": "https://www.linkedin.com/company/20104247/",
"title": "Co-Founder & RoR Specialized Recruiter",
"companyName": "Remotal.io",
"durationPeriodLocationContractType": "Remotal.io\njuin 2019 - aujourd’hui · 5 ans 6 mois\nParis Area, France · À distance",
"type": "SIMPLE",
"id": "20104247",
"description": "Remotal works only with product companies offering full-remote positions.\nWe hunt and recruit everywhere in Europe for any company in the world.\n\nWe develop our own tools for our recruitment needs and work with recruiters everywhere in Europe in a full-remote setup."
},
{
"url": "https://www.linkedin.com/company/385953/",
"title": null,
"companyName": "Effilab",
"durationPeriodLocationContractType": "CDI · 4 ans 7 mois",
"type": "SPLIT",
"id": "385953",
"subExperiences": [
{
"url": "https://www.linkedin.com/company/385953/",
"title": "CTO",
"companyName": "Effilab",
"durationPeriodLocationContractType": "juin 2016 - juin 2019 · 3 ans 1 mois\nParis, Île-de-France, France · Hybride",
"type": "SUB",
"id": "385953",
"description": "I acquired the role of CTO at Effilab following the successful launch of BoosterContact in 2016.\n\nBoosterContact provides affordable and performant digital marketing results to several 1000s SMBs using GoogleAds & BingAds.\nMy dev team (30 people) also launched a Facebook product for SMBs.\nFor both product we aim to provide the best results with the minimum human interaction.\n\nUsing my POC's knowledge, we built a solution to smartly help each account manager to handle 1000+ AdAccounts each.\nUsing the data at our disposal and machine learning (and Dataïku), we successfully released algorithms to further improve the performance of our products' spend on these platforms.\n\nTo date (3 years), thanks to my team technical excellence and Thomas Glita's team operational and marketing expertise, these products are the fastest growing source of revenue for Solocal Group.\n\nMy team is composed of Scrum Masters, Data-Scientists, DevOps and Ruby Devs.\nI am proud to say we all work fully remotely, with crazy and undeniable success (Pau, Nice, Lyon, Brive-La-Gaillarde, Corsica, Spain, Ukraine, Taïwan, and more)."
},
{
"url": "https://www.linkedin.com/company/385953/",
"title": "Full Stack Ruby On Rails Engineer",
"companyName": "Effilab",
"durationPeriodLocationContractType": "déc. 2014 - juin 2016 · 1 an 7 mois\nRégion de Paris, France · Sur site",
"type": "SUB",
"id": "385953",
"description": "I created a proof of concept web application in RubyOnRails to create and manage several hundreds of Adwords account easily.\nIt made extensive use of the Adwords API to fully setup the accounts ready to spend.\nThis POC lead to the acquisition of Effilab by Solocal Group."
}
]
}
],
"educations": [
{
"url": "https://www.linkedin.com/search/results/all/?keywords=scrum%2Eorg+-+Pyxis+Technologies",
"title": "scrum.org - Pyxis Technologies",
"degree": "PSM I, Professional Scrum Master",
"period": "2019 - 2019",
"description": "PSM I",
"id": ""
},
{
"url": "https://www.linkedin.com/company/15108010/",
"title": "Epitech - L'école de l'excellence informatique",
"degree": "Master's degree, Computer and Information Sciences Expert",
"period": "2008 - 2013",
"description": null,
"id": "15108010"
}
],
"languages": [
{ "name": "Anglais", "proficiency": "Capacité professionnelle complète" },
{ "name": "Français", "proficiency": "Bilingue ou langue natale" }
],
"certifications": [
{
"name": "Professional Scrum Master",
"issuer": "Scrum.org",
"dates": "Date de délivrance : janv. 2019"
}
],
"projects": [
{
"name": "Assoneo",
"dates": "janv. 2011 - mars 2013",
"associatedWith": "Associé à EPITECH - European Institute of Technology",
"description": "Assoneo est une application web, libre et open source de gestion d'association qui se découpe en une application web et une application mobile pour iPhone et Android.\n\nAssoneo is an open-source web based application, to manage associations. It is composed by a website, an Android application and an iPhone application."
},
{
"name": "AS3/C++ - FruitzFighter",
"dates": null,
"associatedWith": "Associé à EPITECH - European Institute of Technology",
"description": "FruitzFighter is a network multiplayer game with a C++ server, an AS3 client and a Map Creator.\nProgram made with a team of 5 persons. I worked on the client developped in AS3. I developped the ingame interface (map scrolling/other player view/Minimap movements) and the background activity (socket TCP/connection to the C++ server). A lot of optimization were needed to make the ingame interface as smooth as possible. I also developped the Map Creator (a graphical interface to build/generate home made map in AS3)."
}
],
"skills": [
{ "name": "Architecture" },
{ "name": "Google Cloud Platform (GCP)" }
],
"recommendations": [
{
"fullName": "Thomas Smith",
"url": "https://www.linkedin.com/in/thomassmith",
"position": "CMO at Linkapture",
"periodAndRelation": "As of October 18, 2024, Thomas is Mickaël's co-founder and CMO at Linkapture.",
"text": "Mickaël has been instrumental in developing the core functionalities of Linkapture. His innovative thinking and technical expertise have significantly accelerated our product development. Mickaël's dedication to excellence makes him an invaluable member of our team."
}
]
}
Need Assistance?
If you have any questions or need help at any point, feel free to:
Contact our Support Team
Last updated