LinkedIn Profile URL Converter avatar

LinkedIn Profile URL Converter

Pricing

from $1.70 / 1,000 successful api calls

Go to Apify Store
LinkedIn Profile URL Converter

LinkedIn Profile URL Converter

Convert LinkedIn or Sales Navigator profile URLs into a normalized structured format.

Pricing

from $1.70 / 1,000 successful api calls

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

Categories

Share

What does LinkedIn Profile URL Converter do?

LinkedIn Profile URL Converter converts and normalizes LinkedIn or Sales Navigator profile URLs into a structured result. It is useful when you need a consistent profile format before enrichment, outreach, or CRM updates.

Built on the Apify platform, this Actor can be scheduled, connected to webhooks, and exported through Apify dataset formats.

Why use LinkedIn Profile URL Converter?

  • Profile normalization - Convert profile URLs into a cleaner structured format
  • Workflow prep - Standardize identifiers before running enrichment or action jobs
  • Data cleanup - Reduce URL format inconsistencies across sources

How to use LinkedIn Profile URL Converter

  1. Open the Actor on Apify
  2. Enter the profile URL and required LinkedIn session fields
  3. Start the Actor run
  4. Review the output dataset for the converted profile identifiers and URLs

Input

This Actor accepts a LinkedIn or Sales Navigator profile URL together with the authenticated browser session fields required to resolve it.

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-public-profile/",
"li_at": "AQEFAREBAAAAEXAMPLE_SESSION_TOKEN",
"JSESSIONID": "ajax:3526820972047815287",
"bcookie": "v=2&example-browser-cookie",
"liap": "true",
"li_theme_set": "app",
"li_theme": "light",
"timezone": "Asia/Calcutta",
"bscookie": "v=1&example-secure-browser-cookie",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36",
"timezoneOffset": "5.5",
"csrf-token": "ajax:3526820972047815287",
"profileId": "example-self-profile-123456",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36",
"x-li-track": "{\"clientVersion\":\"1.13.455\",\"mpVersion\":\"1.13.455\",\"osName\":\"web\",\"timezoneOffset\":5.5,\"timezone\":\"Asia/Calcutta\",\"deviceFormFactor\":\"DESKTOP\",\"mpName\":\"voyager-web\",\"displayDensity\":1,\"displayWidth\":1920,\"displayHeight\":1080}",
"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": "user_example|session_demo|type_mobile|lon_73.8502|lat_18.5211",
"password": "example_proxy_password"
}
}

Output

The Actor writes the conversion result to the default dataset.

Example output:

{
"success": true,
"response": {
"inputProfileUrl": "https://www.linkedin.com/in/example-public-profile/",
"firstName": "Yoshi",
"lastName": "Toranaga",
"fullName": "Yoshi Toranaga",
"isPremium": false,
"liProfileId": "ACoAAC8EXAMPLEPROFILEID",
"liProfileUrl": "https://www.linkedin.com/in/ACoAAC8EXAMPLEPROFILEID",
"liProfilePublicId": "example-public-profile",
"liProfilePublicUrl": "https://www.linkedin.com/in/example-public-profile",
"snProfileUrl": "https://www.linkedin.com/sales/lead/ACoAAC8EXAMPLEPROFILEID,NAME_SEARCH",
"liInvitationId": "",
"invitationId": "",
"sharedSecret": "",
"liMemberUrn": "1386352995",
"invitationState": "",
"invitationType": "",
"isMemorialized": false,
"timestamp": "2026-06-17T09:09:56.039Z"
}
}

Pricing / Cost estimation

$0.0017 per successful API call on Apify.

Support

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