LinkedIn Profile Scraper avatar

LinkedIn Profile Scraper

Pricing

from $0.00005 / actor start

Go to Apify Store
LinkedIn Profile Scraper

LinkedIn Profile Scraper

Scrape LinkedIn live profile data without cookies. Extracts detailed information, including experience history, education history, certifications, location, job title, skills, etc. Returns structured JSON perfect for recruitment, sales prospecting, and market analysis.

Pricing

from $0.00005 / actor start

Rating

0.0

(0)

Developer

Akash Kumar Naik

Akash Kumar Naik

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract public LinkedIn profile data into structured JSON for sourcing, enrichment, and research workflows.

What It Does

  • Scrapes one or more public LinkedIn profile URLs
  • Extracts profile basics such as name, headline, location, and images
  • Returns experience, education, counts, and article previews when publicly visible
  • Uses Apify Proxy by default for better stability on LinkedIn
  • Returns clean dataset items that map directly to paid output events

Input

{
"profileUrls": [
"https://www.linkedin.com/in/williamhgates"
],
"proxyConfiguration": {
"useApifyProxy": true
}
}

Input Notes

  • profileUrls: Public LinkedIn profile URLs to scrape
  • proxyConfiguration: Apify Proxy is strongly recommended for stable results

Output

Each dataset item contains one profile result.

{
"url": "https://www.linkedin.com/in/williamhgates",
"publicIdentifier": "williamhgates",
"fullName": "Bill Gates",
"headline": "Chair, Gates Foundation and Founder, Breakthrough Energy",
"location": "Seattle, Washington, United States",
"about": "Chair of the Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft.",
"experience": [],
"education": [],
"articles": [],
"profilePicture": "https://...",
"coverImage": "https://...",
"connectionsCount": "8",
"followersCount": "40M",
"contactInfo": {}
}

Use Cases

  • Recruitment and talent sourcing
  • Lead enrichment and prospecting
  • Founder and executive research
  • Market mapping and competitive intelligence

Pricing

This Actor is set up for pay-per-event pricing.

  • apify-actor-start: Synthetic Apify start event
  • profile-scraped: Custom event charged once per successfully returned profile

Pricing definitions are stored in .actor/pay_per_event.json. Enable and confirm the pricing in Apify Console when publishing.

Tips

  • Public profile visibility differs by user, so some fields may be empty.
  • Apify Proxy improves stability and should stay enabled for most runs.
  • LinkedIn changes its public page structure often, so selectors may need periodic updates.
  • This Actor keeps internal concurrency conservative to reduce blocking risk.