LinkedIn Profile Scraper ( no cookies ) avatar

LinkedIn Profile Scraper ( no cookies )

Pricing

from $2.50 / 1,000 results

Go to Apify Store
LinkedIn Profile Scraper ( no cookies )

LinkedIn Profile Scraper ( no cookies )

Scrapes public LinkedIn profile data very fast without cookies

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Mina

Mina

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

3

Monthly active users

3 days ago

Last modified

Share

LinkedIn Profile Scraper

Scrapes public LinkedIn profiles. Provide a list of URLs and get one structured record per profile — name, headline, location, experience, education, recent posts, and more.

Input

fieldtyperequirednotes
profile_urlsarray of stringsyesLinkedIn profile URLs
li_at_cookiestring (secret)noOptional session cookie used as a fallback for profiles that aren't publicly visible
proxy_countrystringno, default UStwo-letter country code
max_concurrencyint 1–20no, default 1higher = faster but more likely to be rate-limited
include_rawbooleanno, default falseinclude raw og:* meta and JSON-LD in output

Output

One dataset record per input URL:

{
"url": "https://www.linkedin.com/in/williamhgates/",
"status": 200,
"name": "Bill Gates",
"headline": "Chair, Gates Foundation and Founder, Breakthrough Energy",
"tagline": "Creator, Top Voice",
"description": "Chair of the Gates Foundation. Founder of Breakthrough Energy...",
"image": "https://media.licdn.com/...",
"location": "Seattle, Washington, United States",
"country": "US",
"follower_count": 40304014,
"experience": [
{ "name": "Gates Foundation", "url": "...", "start_year": 2000, "end_year": null }
],
"education": [
{ "name": "Harvard University", "url": "...", "start_year": 1973, "end_year": 1975 }
],
"recent_articles": [
{ "title": "...", "url": "...", "published_at": "...", "likes": 2994 }
],
"recent_posts": [
{ "text": "...", "url": "...", "published_at": "...", "likes": 1203 }
]
}

When a fetch fails entirely you get { "url": "...", "error": "..." }.