Profile Data Overview
The table below provides an overview of each field in the Profile Data Response.
Field | Type | Description |
---|---|---|
url | String (URL) | the url of the profile in LinkedIn.com |
profile | String | The profile's username on LinkedIn. |
crawled_at | String (DateTime) | The date and time that this profile crawled. |
name | String | The (Full) Name of the LinkedIn profile. |
description | String | The Summary (Bio) of the LinkedIn profile. |
location | String | The Location of the LinkedIn profile |
followers | String | The Followers count of the LinkedIn profile |
connections | String | The Connections count of the LinkedIn profile |
experience | Array [Experience Object] | An array of Experiences of the LinkedIn profile. |
Experience.title | String | The Job Title of the Work Experience. |
Experience.company_name | String | Name of the Company of the Work Experience. |
Experience.company_link | String (URL) | The web address of the company for the work experience on LinkedIn. |
Experience.image_url | String (URL) | The URL of the company's logo or image associated with the work experience on LinkedIn (if available). |
Experience.location | String | The location of the company where the work experience took place, as listed on LinkedIn. |
Experience.description | String | A brief summary or details about the role, responsibilities, and achievements in the work experience, as provided on LinkedIn. |
Experience.date | Experience Date Object | Represents the start/end dates and the duration of the work experience. |
Experience.date.start_date | String | The start date of the work experience. |
Experience.date.end_date | String | The end date of the work experience. |
Experience.date.duration | Duration Object | Represents the duration years and months of the work experience. |
Experience.date.duration.years | Integer | The total number of full years spent in the work experience. |
Experience.date.duration.months | Integer | The additional months beyond the full years/ |
education | Array [Education Object] | An array of Education of the LinkedIn profile. |
Education.university_name | String | Name of the university or school of the education. |
Education.university_link | String (URL) | The web address of the university/school for the education on LinkedIn. |
Education.image_url | String (URL) | |
Education.degree | String | The academic degree obtained during the education experience (e.g., Bachelor's, Master's, Ph.D.), as listed on LinkedIn. |
Education.major | String | The primary field of study or specialization pursued during the education. |
Education.date | Education Date Object | Represents the start/end dates of the education. |
Education.date.start_date | String | The start date of the education experience. |
Education.date.end_date | String | The end date of the education experience. |
certifications | Array [Certification Object] | An array of certifications listed in the LinkedIn profile. |
Certification.title | String | The title of the certification earned by the user. |
Certification.issuer | String | The organization or institution that issued the certification. |
Certification.course_link | String (URL) | The web address of the certification course or details page. |
Certification.image_url | String (URL) | The logo or image of the certification provider, if available. |
Certification.issued_date | String | The date when the certification was issued. |
Certification.credential | String | The credential ID or license number associated with the certification, if provided. |
languages | Array [Language Object] | An array of Language objects representing the languages known by the user. |
Language.name | String | The name of the language (e.g., "English", "Afro-Asiatic languages"). |
Language.description | String | A brief description of the user’s proficiency level in the language (e.g., "Native or bilingual proficiency", "Elementary proficiency"). |
volunteerings | Array [Volunteering Object] | An array of Volunteering objects representing the user’s volunteer experiences. |
Volunteering.role | String | The role or position held during the volunteer experience (defaults to empty if not provided). |
Volunteering.organization | String | The name of the organization where the volunteering took place (defaults to empty if not provided). |
Volunteering.volunteering_link | String (URL) | The web address related to the volunteer experience, if available (defaults to empty if not provided). |
Volunteering.date | StartEndDateDuration Object | Represents the start and end dates of the volunteer experience. |
Volunteering.date.start_date | String | The start date of the volunteer experience (part of the StartEndDateDuration object). |
Volunteering.date.end_date | String | The end date of the volunteer experience (part of the StartEndDateDuration object). |
Volunteering.cause | String | The cause or purpose of the volunteer work (defaults to empty if not provided). |
Volunteering.description | String | A brief description of the volunteer experience (defaults to empty if not provided). |
publications | Array [Publication Object] | An array of Publication objects representing the user’s published works or mentions. |
Publication.title | String | The title of the publication (e.g., "Chicago Sun-Times"). |
Publication.publisher | String | The publisher or source of the publication (e.g., "August 14, 1986"). |
Publication.publication_link | String (URL) | The web address of the publication, if available (can be empty if not provided). |
Publication.publication_date | String | The date the publication was released (can be empty if not specified). |
Publication.description | String | A brief description of the publication (e.g., "Classified ad for used humidifier."). |
projects | Array [Project Object] | An array of Project objects representing the user’s projects. |
Project.name | String | The name of the project (defaults to empty if not provided). |
Project.date | StartEndDate Object or null | Represents the start and end dates of the project (can be null if not specified). |
Project.date.start_date | String | The start date of the project (part of the StartEndDate object). |
Project.date.end_date | String | The end date of the project (part of the StartEndDate object). |
Project.description | String or null | A brief description of the project (can be null if not provided). |
courses | Array [Course Object] | An array of Course objects representing the courses taken or associated with the user. |
Course.name | String | The name of the course (e.g., "Build Wealth by Suing Donald Trump Over Failure to Build Wealth"). |
Course.number | String | The number or identifier of the course (e.g., "Online"). |
honors_and_awards | Array [HonorsAndAwards Object] | An array of honors and awards listed in the LinkedIn profile. |
HonorsAndAwards.title | String | The title or name of the honor or award received. |
HonorsAndAwards.issuer | String | The organization or institution that issued the honor or award. |
HonorsAndAwards.issued_date | String | The date when the honor or award was received. |
HonorsAndAwards.description | String | A brief description of the honor or award, including context, achievements, or ranking details. |
Updated 12 days ago