LinkedIn Profile Scraper avatar

LinkedIn Profile Scraper

Pricing

from $7.00 / 1,000 results

Go to Apify Store
LinkedIn Profile Scraper

LinkedIn Profile Scraper

Scrape public LinkedIn people profiles by URL. Extract work history, education, skills, contact links, and activity feed for any profile.

Pricing

from $7.00 / 1,000 results

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

3

Monthly active users

4 days ago

Last modified

Share

Extract public LinkedIn people profile data by URL — work history, education, skills, followers, activity feed, and contact links. No login required.

What you get

  • Full name, headline, location, and bio — name, city, country, current job title, and about summary
  • Current company — company name, LinkedIn URL, and office location
  • Work history — every role with job title, company, location, start/end dates, and description
  • Education — schools attended with degree, field of study, and dates
  • Languages — language name and proficiency level
  • Certifications — name, issuing organization, issue date, and credential ID
  • Followers and connections count
  • Recent activity feed — latest posts, shares, comments, and reactions with titles and links
  • Bio links — personal website, portfolio, or other external links the person has pinned to their profile
  • Recommendations count
  • Avatar and banner image URLs

Use cases

  • Lead generation — enrich a prospect list with current title, company, and contact details
  • Talent sourcing — screen candidates by work history and skills before reaching out
  • Competitor intelligence — monitor the career moves of key people at competing companies
  • Influencer vetting — verify follower counts and content activity before a partnership
  • Sales research — understand a prospect's role, background, and recent interests before a call
  • People data enrichment — append LinkedIn profile data to CRM records using profile URLs

How to use

  1. Paste one or more LinkedIn people profile URLs into the LinkedIn Profile URLs field (e.g. https://www.linkedin.com/in/username) — up to 20 per run
  2. Run the actor — results appear in the Dataset tab
  3. Export to JSON, CSV, or push directly to Google Sheets or your storage

Input

FieldTypeRequiredDescription
profileURLsstring[]LinkedIn people profile URLs to scrape — maximum 20 per run

Example input

{
"profileURLs": [
"https://www.linkedin.com/in/elad-moshe-05a90413/",
"https://www.linkedin.com/in/aviv-tal-75b81/"
]
}

Output

One dataset record per LinkedIn profile URL:

{
"linkedinId": "aviv-tal-75b81",
"linkedinNumId": "168695",
"url": "https://www.linkedin.com/in/aviv-tal-75b81",
"name": "Aviv Tal",
"firstName": "Aviv",
"lastName": "Tal",
"city": "Israel",
"countryCode": "IL",
"headline": "VP Product at Bright Data",
"about": "I'm a tech executive with a strong background in product, strategy, and business…",
"avatar": "https://media.licdn.com/dms/image/...",
"bannerImage": "https://media.licdn.com/dms/image/...",
"followers": 1092,
"connections": 500,
"isInfluencer": false,
"currentCompany": {
"id": "bright-data",
"name": "Bright Data",
"url": "https://il.linkedin.com/company/bright-data",
"location": ""
},
"experience": [
{
"title": "VP Product",
"company": "Bright Data",
"companyId": "bright-data",
"companyLogoUrl": "https://...",
"location": "Tel Aviv, Israel",
"startDate": "Jan 2021",
"endDate": "Present",
"descriptionHtml": "",
"url": "https://il.linkedin.com/company/bright-data"
}
],
"education": [
{
"school": "TEL-AVIV UNIVERSITY",
"schoolId": "tel-aviv-university",
"schoolLogoUrl": "",
"degree": "",
"fieldOfStudy": "",
"startDate": "2002-10",
"endDate": "2004-12",
"url": "https://il.linkedin.com/school/tel-aviv-university/"
}
],
"languages": [
{ "name": "English", "proficiency": "Full professional proficiency" },
{ "name": "Hebrew", "proficiency": "Native or bilingual proficiency" }
],
"certifications": [],
"recentActivity": [
{
"id": "7394415665358602240",
"title": "Post or article title text…",
"link": "https://www.linkedin.com/posts/...",
"imageUrl": "https://media.licdn.com/dms/image/...",
"interaction": "Aviv Tal shared this"
}
],
"bioLinks": [],
"recommendationsCount": 2
}

Output fields

FieldTypeDescription
linkedinIdstringLinkedIn profile slug (from the URL)
linkedinNumIdstringLinkedIn internal numeric profile ID
urlstringCanonical LinkedIn profile URL
namestringFull name
firstNamestringFirst name
lastNamestringLast name
citystringCity or region shown on the profile
countryCodestringISO 3166-1 alpha-2 country code
headlinestringCurrent job title / headline
aboutstringBio / about section text
avatarstringProfile photo URL
bannerImagestringProfile banner image URL
followersnumberLinkedIn follower count
connectionsnumberConnection count (capped at 500 by LinkedIn)
isInfluencerbooleanWhether LinkedIn has granted the person Influencer status
currentCompany.idstringLinkedIn company slug
currentCompany.namestringCompany display name
currentCompany.urlstringLinkedIn company page URL
currentCompany.locationstringOffice location for the role
experiencearrayFull work history — see sub-fields below
experience[].titlestringJob title
experience[].companystringCompany name
experience[].companyIdstringLinkedIn company slug
experience[].companyLogoUrlstringCompany logo image URL
experience[].locationstringRole location
experience[].startDatestringStart date (e.g. "Jan 2021")
experience[].endDatestringEnd date or "Present"
experience[].descriptionHtmlstringRole description HTML
experience[].urlstringCompany LinkedIn page URL
educationarrayEducation history — see sub-fields below
education[].schoolstringSchool or university name
education[].schoolIdstringLinkedIn school slug
education[].schoolLogoUrlstringSchool logo URL
education[].degreestringDegree type (e.g. "Bachelor of Science")
education[].fieldOfStudystringMajor or field of study
education[].startDatestringStart year/month
education[].endDatestringEnd year/month
education[].urlstringLinkedIn school page URL
languagesarrayLanguages listed on the profile
languages[].namestringLanguage name
languages[].proficiencystringProficiency level (e.g. "Full professional proficiency")
certificationsarrayProfessional certifications
certifications[].namestringCertification name
certifications[].issuingOrganizationstringIssuing body
certifications[].issueDatestringDate issued
certifications[].credentialIdstringCredential ID
certifications[].urlstringVerification URL
recentActivityarrayRecent posts, shares, and reactions
recentActivity[].idstringActivity ID
recentActivity[].titlestringPost title or preview text
recentActivity[].linkstringURL to the LinkedIn post
recentActivity[].imageUrlstringPreview image URL
recentActivity[].interactionstringHow the person interacted (e.g. "shared this", "commented")
bioLinksarrayExternal links pinned to the profile
bioLinks[].titlestringLink label (e.g. "Company Website", "I'm hiring!")
bioLinks[].urlstringThe external URL
recommendationsCountnumberNumber of recommendations received

Notes

  • Only public LinkedIn profiles are supported — private profiles will be skipped with an error logged
  • connections is capped at 500 by LinkedIn for any profile with 500+ connections
  • experience and education availability varies by profile — some users leave these sections empty
  • The about field may be truncated if LinkedIn shows only a preview on the public page