Skip to main content

Profile Data Response Format

The Profile Data service returns comprehensive information extracted from LinkedIn profiles. Below is a complete list of all available fields.

FieldTypeDescription
urlString (URL)the url of the profile in LinkedIn.com
profileStringThe profile's username on LinkedIn.
crawled_atString (DateTime)The date and time that this profile crawled.
nameStringThe (Full) Name of the LinkedIn profile.
descriptionStringThe Summary (Bio) of the LinkedIn profile.
locationStringThe Location of the LinkedIn profile
followersStringThe Followers count of the LinkedIn profile
connectionsStringThe Connections count of the LinkedIn profile
experienceArray [Experience Object]An array of Experiences of the LinkedIn profile.
Experience.titleStringThe Job Title of the Work Experience.
Experience.company_nameStringName of the Company of the Work Experience.
Experience.company_linkString (URL)The** web address** of the company for the work experience on LinkedIn.
Experience.image_urlString (URL)The URL of the** company's logo **or image associated with the work experience on LinkedIn (if available).
Experience.locationStringThe location of the company where the work experience took place, as listed on LinkedIn.
Experience.descriptionStringA brief summary or details about the role, responsibilities, and achievements in the work experience, as provided on LinkedIn.
Experience.dateExperience Date ObjectRepresents the start/end dates and the duration of the work experience.
Experience.date.start_dateStringThe** start date** of the work experience.
Experience.date.end_dateStringThe** end date** of the work experience.
Experience.date.durationDuration ObjectRepresents the duration years and months of the work experience.
Experience.date.duration.yearsIntegerThe total number of full years spent in the work experience.
Experience.date.duration.monthsIntegerThe** additional months** beyond the full years/
educationArray [Education Object]An array of Education of the LinkedIn profile.
Education.university_nameStringName of the university or school of the education.
Education.university_linkString (URL)The** web address** of the university/school for the education on LinkedIn.
Education.image_urlString (URL)
Education.degreeStringThe** academic degree** obtained during the education experience (e.g., Bachelor's, Master's, Ph.D.), as listed on LinkedIn.
Education.majorStringThe primary field of study or specialization pursued during the education.
Education.dateEducation Date ObjectRepresents the start/end dates of the education.
Education.date.start_dateStringThe** start date** of the education experience.
Education.date.end_dateStringThe** end date** of the education experience.
certificationsArray [Certification Object]An array of certifications listed in the LinkedIn profile.
Certification.titleStringThe title of the certification earned by the user.
Certification.issuerStringThe organization or institution that issued the certification.
Certification.course_linkString (URL)The web address of the certification course or details page.
Certification.image_urlString (URL)The logo or image of the certification provider, if available.
Certification.issued_dateStringThe date when the certification was issued.
Certification.credentialStringThe credential ID or license number associated with the certification, if provided.
languagesArray [Language Object]An array of Language objects representing the languages known by the user.
Language.nameStringThe name of the language (e.g., "English", "Afro-Asiatic languages").
Language.descriptionStringA brief description of the user’s proficiency level in the language (e.g., "Native or bilingual proficiency", "Elementary proficiency").
volunteeringsArray [Volunteering Object]An array of Volunteering objects representing the user’s volunteer experiences.
Volunteering.roleStringThe role or position held during the volunteer experience (defaults to empty if not provided).
Volunteering.organizationStringThe name of the organization where the volunteering took place (defaults to empty if not provided).
Volunteering.volunteering_linkString (URL)The web address related to the volunteer experience, if available (defaults to empty if not provided).
Volunteering.dateStartEndDateDuration ObjectRepresents the start and end dates of the volunteer experience.
Volunteering.date.start_dateStringThe start date of the volunteer experience (part of the StartEndDateDuration object).
Volunteering.date.end_dateStringThe end date of the volunteer experience (part of the StartEndDateDuration object).
Volunteering.causeStringThe cause or purpose of the volunteer work (defaults to empty if not provided).
Volunteering.descriptionStringA brief description of the volunteer experience (defaults to empty if not provided).
publicationsArray [Publication Object]An array of Publication objects representing the user’s published works or mentions.
Publication.titleStringThe title of the publication (e.g., "Chicago Sun-Times").
Publication.publisherStringThe publisher or source of the publication (e.g., "August 14, 1986").
Publication.publication_linkString (URL)The web address of the publication, if available (can be empty if not provided).
Publication.publication_dateStringThe date the publication was released (can be empty if not specified).
Publication.descriptionStringA brief description of the publication (e.g., "Classified ad for used humidifier.").
projectsArray [Project Object]An array of Project objects representing the user’s projects.
Project.nameStringThe name of the project (defaults to empty if not provided).
Project.dateStartEndDate Object or nullRepresents the start and end dates of the project (can be null if not specified).
Project.date.start_dateStringThe start date of the project (part of the StartEndDate object).
Project.date.end_dateStringThe end date of the project (part of the StartEndDate object).
Project.descriptionString or nullA brief description of the project (can be null if not provided).
coursesArray [Course Object]An array of Course objects representing the courses taken or associated with the user.
Course.nameStringThe name of the course (e.g., "Build Wealth by Suing Donald Trump Over Failure to Build Wealth").
Course.numberStringThe number or identifier of the course (e.g., "Online").
honors_and_awardsArray [HonorsAndAwards Object]An array of honors and awards listed in the LinkedIn profile.
HonorsAndAwards.titleStringThe title or name of the honor or award received.
HonorsAndAwards.issuerStringThe organization or institution that issued the honor or award.
HonorsAndAwards.issued_dateStringThe date when the honor or award was received.
HonorsAndAwards.descriptionStringA brief description of the honor or award, including context, achievements, or ranking details.