Linkedin Profile Collector
Extract detailed information such as work experience, education, skills, and other publicly available data from LinkedIn profiles— supports up to 50 profiles per input.
Prompt Examples:
Linkedin Profile Collector Dictionary
Column Name
Description
Data Type
id
A unique identifier for the person's LinkedIn profile
Text
name
Profile name
Text
city
Geographical location of the user
Text
country_code
Geographical location of the user
Text
position
The current job title or position of the profile
Text
about
A brief description that provides a concise summary of the profile
Text
posts
Contains information related to the user's last LinkedIn posts
Array
├── title
The title of the post
Text
├── attribution
Attribution
Text
├── img
An image associated with the profile
Image
├── link
The URL or link to the post
URL
├── created_at
The timestamp indicating when the post was written
Text
├── interaction
The interaction with the post (liked/shared/posted)
Text
├── id
A unique identifier for the post
Text
current_company
Provides information about the user's current professional position
Object
├── link
The URL or link to the company's LinkedIn page
URL
├── name
The name of the company
Text
├── company_id
A unique identifier for the company in the dataset
Text
├── industry
Historical data point; No longer available
Text
├── title
The user's job title or position
Text
├── location
Text
experience
Contains detailed information about user's professional history
Array
├── title
Experience title
Text
├── subtitle
Experience subtitle
Text
├── subtitleURL
Experience subtitle URL
URL
├── location
Experience location
Text
├── description
Experience description
Text
├── description_html
Experience description in HTML format
Text
├── duration
Experience duration
Text
├── start_date
Experience start date
Text
├── end_date
Experience end date
Text
├── duration_short
Shortened format of experience duration
Text
positions
Detailed information on held positions
Array
├── subtitle
Positions subtitle
Text
├── meta
Positions meta data
Text
├── description
Positions description
Text
├── duration
Positions duration
Text
├── start_date
Positions start date
Text
├── end_date
Positions end date
Text
├── duration_short
Shortened format of position duration
Text
├── title
Positions title
Text
├── description_html
Positions description in HTML format
Text
├── company
Experience company
Text
├── company_id
Experience company ID
Text
├── industry
Experience industry
Text
├── url
Experience URL
URL
├── company_logo_url
The URL linking to the company’s logo
URL
url
URL link to the LinkedIn profile
URL
people_also_viewed
Provides a list of LinkedIn profiles that other users viewed as well
Array
├── profile_link
People URL link
URL
├── name
Name
Text
├── about
Text
Text
├── location
Geographical location
Text
educations_details
Provides detailed educational background
Text
education
Provides user's educational history
Array
├── title
Education title
Text
├── degree
Education degree
Text
├── field
Education field
Text
├── meta
Education meta data
Text
├── url
Education URL
URL
├── start_year
Education start year
Text
├── end_year
Education end year
Text
├── description
Description of education
Text
├── description_html
Description in HTML format
Text
├── institute_logo_url
The URL for the institute’s logo
URL
recommendations_count
The total number of recommendations the user has received
Number
avatar
URL link to the LinkedIn user's profile picture
URL
courses
Contains information about courses or educational programs
Array
├── subtitle
Courses subtitle
Text
├── title
Courses title
Text
├── meta
Courses meta data
Text
languages
Information on user's language proficiencies
Array
├── subtitle
Languages subtitle
Text
├── title
Languages title
Text
certifications
Licenses & Certifications obtained
Array
├── meta
Certifications meta data
Text
├── subtitle
Certifications subtitle
Text
├── title
Certifications title
Text
├── credential_url
URL link to credential
URL
recommendations
Recommendations received from connections
Array
volunteer_experience
Information on user’s volunteer work
Array
├── cause
Volunteer cause
Text
├── duration
Volunteer duration
Text
├── duration_short
Shortened volunteer duration
Text
├── end_date
Volunteer end date
Text
├── info
Volunteer info
Text
├── start_date
Volunteer start date
Text
├── subtitle
Volunteer subtitle
Text
├── title
Volunteer title
Text
followers
Number of users/companies following the profile
Number
connections
Number of connections the profile has
Number
current_company_company_id
The ID of the latest/current company of the profile
Text
current_company_name
The name of the latest/current company of the profile
Text
publications
List of publications
Array
├── title
Publication title
Text
├── subtitle
Publication subtitle
Text
├── date
Publication date
Text
├── description
Publication description
Text
patents
List of patents
Array
├── title
Patent title
Text
├── date_issued
Date the patent was issued
Text
├── patents_id
Patent ID
Text
├── description
Patent description
Text
projects
List of projects
Array
├── title
Project title
Text
├── start_date
Project start date
Text
├── end_date
Project end date
Text
├── description
Project description
Text
organizations
List of organizations
Array
├── title
Organization title
Text
├── membership_type
Type of membership
Text
├── start_date
Membership start date
Text
├── end_date
Membership end date
Text
├── description
Organization description
Text
├── membership_number
Membership number
Text
location
User’s geographical location
Text
input_url
The URL entered when starting the scraping process
URL
linkedin_id
LinkedIn ID
Text
activity
Recent activity regarding posts
Array
├── interaction
Type of interaction
Text
├── link
URL link to the activity
URL
├── title
Title of the activity
Text
├── img
Image URL
URL
├── id
Activity ID
Text
linkedin_num_id
Numeric LinkedIn ID
Text
banner_image
Banner image URL
URL
honors_and_awards
List of honors and awards
Array
├── title
Title of the honor or award
Text
├── publication
Publication related to the honor or award
Text
├── date
Date the honor or award was received
Date
├── description
Description of the honor or award
Text
similar_profiles
LinkedIn profiles similar to this one
Array
├── url
Profile URL
URL
├── name
Profile name
Text
├── title
Profile title
Text
├── url_text
URL text
Text
default_avatar
Indicates if the avatar picture is the default empty picture
Boolean
memorialized_account
Indicates if the account is memorialized
Boolean
bio_links
Array
├── title
Text
├── link
URL
Last updated
Was this helpful?