LinkedIn Profile Scraper avatar

LinkedIn Profile Scraper

Pricing

from $0.0033 / successful api call

Go to Apify Store
LinkedIn Profile Scraper

LinkedIn Profile Scraper

Extract full LinkedIn profile details from a profile URL.

Pricing

from $0.0033 / successful api call

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

LinkedIn Profile Scraper extracts detailed LinkedIn profile information from a profile URL using an authenticated session. It returns structured profile-level data such as names, headline, profile and public URLs, identifiers, profile media, location, relationship signals, and additional account metadata, making it useful for profile enrichment and prospect research workflows.

Built on the Apify platform, this Actor supports scheduling, webhooks, and dataset exports.

Use cases

  • Enrich prospect or customer records with LinkedIn profile metadata
  • Extract profile context for sales, recruiting, or lead qualification workflows
  • Collect structured profile records for research and data operations
  • Run repeatable profile scraping jobs with dataset-based output tracking

How to use LinkedIn Profile Scraper

  1. Open the Actor on Apify
  2. Enter the target LinkedIn profile URL and authenticated session fields
  3. Start the run
  4. Review the dataset output for the extracted profile record

Input

This Actor accepts the fields required to scrape a LinkedIn profile through an authenticated session.

Proxy object

Use the proxy object to define how requests should be routed. Common fields are:

  • ip - Proxy host or endpoint URL
  • port - Proxy port
  • username - Proxy username
  • password - Proxy password

Example input

{
"liProfileUrl": "https://www.linkedin.com/in/example-profile/",
"connectedAccountId": "example_connected_account_id",
"li_at": "example_li_at",
"JSESSIONID": "ajax:example",
"bcookie": "example_bcookie",
"liap": "true",
"li_theme_set": "app",
"li_theme": "light",
"timezone": "Asia/Calcutta",
"bscookie": "example_bscookie",
"user-agent": "Mozilla/5.0 ...",
"timezoneOffset": "5.5",
"csrf-token": "ajax:example",
"User-Agent": "Mozilla/5.0 ...",
"x-li-track": "{\"clientVersion\":\"1.13.455\",\"mpVersion\":\"1.13.455\",\"osName\":\"web\"}",
"x-li-lang": "en_US",
"X-Restli-Protocol-Version": "2.0.0",
"txSmSelfProfileUrl": "https://www.linkedin.com/in/example-self-profile/",
"proxy": {
"ip": "http://proxy.example.com",
"port": "1080",
"username": "example_username",
"password": "example_password"
}
}

Output

The Actor writes the action result to the default dataset.

Example output

{
"success": true,
"response": {
"inputLiProfileUrl": "https://www.linkedin.com/in/rajeevsahu21/",
"firstName": "Rajeev",
"lastName": "Sahu",
"headline": "Software Engineer | GoLang | Python | AWS | Microservices | Node.js",
"emailAddressPersonal": "rajeevsahu786.haldwani@gmail.com",
"emailConfirmed": true,
"emailPrimary": true,
"liProfileId": "rajeevsahu21",
"liProfileUrl": "https://www.linkedin.com/in/rajeevsahu21",
"liProfilePublicId": "rajeevsahu21",
"liPublicProfileUrl": "https://www.linkedin.com/in/rajeevsahu21",
"liMemberUrn": "789542231",
"liProfileImageUrl": "https://media.licdn.com/dms/image/v2/C5103AQHxW3r6HOiv6A/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1579931874093",
"liProfileBannerUrl": "https://media.licdn.com/dms/image/v2/D4D16AQFO6oGnzE6lgg/profile-displaybackgroundimage-shrink_200_800/B4DZ2xJU6VG8AU-/0/1776793510012",
"profilePrimaryLanguage": "en",
"profileLocationCountry": "India",
"profileLocationCity": "Bengaluru, Karnataka",
"profileLocationArea": "105214831",
"liTrackingId": "/EUcHxDpRCSeAxSGVWZCSA==",
"connectionDegree": "1st",
"liFollowable": true,
"timestamp": "2026-06-29T08:29:21.952Z"
}
}

Pricing / Cost estimation

$0.0033 per successful API call.

Support

If you need adjustments for your workflow, use the Actor Issues tab or your internal support channel.