Linkedin Api
Pricing
from $5.00 / 1,000 full profile requests
Linkedin Api
Under maintenancePricing
from $5.00 / 1,000 full profile requests
Rating
0.0
(0)
Developer
scrapegoatz_clerix
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
a month ago
Last modified
Share
LinkedIn Full Profile API
Get comprehensive LinkedIn profile data through a single, powerful endpoint. Fetch full profiles including experience, education, skills, certifications, and much more โ all in one request.
Designed for developers, data teams, and automation workflows that need structured LinkedIn data.
๐ What You Can Do
- ๐ค Full Profile Data โ name, headline, about, location, profile picture, and more
- ๐ผ Experience โ complete work history with roles, companies, and dates
- ๐ Education โ schools, degrees, and fields of study
- ๐ ๏ธ Skills โ full skills list
- ๐ Certifications โ professional certifications
- ๐ Languages โ spoken languages
- ๐ Awards โ honors and awards
- ๐ Publications & Projects โ research, projects, and publications
- ๐ค Volunteering โ volunteer experience
- โญ Featured โ featured content on the profile
- ๐ Two Run Modes
- Batch Mode โ scheduled or one-off runs
- Standby Mode โ real-time HTTP API access
๐งฉ How It Works
- Provide a LinkedIn profile ID (username or URL slug)
- Run the actor (Batch mode) or call the HTTP endpoint (Standby mode)
- Get the complete profile โ all sections in a single response
- Results are stored automatically in datasets and displayed in table views
โถ๏ธ Usage
Batch Mode (Standard)
Run the actor with input JSON:
{"profileId": "satya-nadella"}
Best for:
- Scheduled jobs
- Bulk data collection
- Dataset exports
Standby Mode (HTTP API)
When running in Standby mode, access the endpoint directly:
GET /api/v1/profile/{profileId}/fullProfile
Best for:
- Backend services
- Real-time enrichment
- On-demand requests
๐งพ Input Parameters
| Parameter | Type | Description |
|---|---|---|
profileId | string | Required. LinkedIn profile username or URL slug |
๐ Output
The full profile response includes all of the following fields:
| Field | Type | Description |
|---|---|---|
firstName | string | First name |
middleName | string | Middle name |
lastName | string | Last name |
publicIdentifier | string | LinkedIn username |
urn | string | Profile URN |
url | string | LinkedIn profile URL |
headline | string | Profile headline |
about | string | About section |
hasPremium | boolean | Premium subscriber |
isInfluencer | boolean | LinkedIn Influencer |
isCreator | boolean | Creator mode enabled |
isOpenLink | boolean | Open to InMail |
isJobSeeker | boolean | Open to work |
isHiring | boolean | Currently hiring |
openProfileMessages | boolean | Open profile messaging |
linkedinId | string | Numeric LinkedIn ID |
connections | number | Number of connections |
followers | number | Number of followers |
location | string | Location |
profilePicture | string | Profile picture URL |
backgroundPicture | string | Background picture URL |
versionTag | string | Profile version tag |
roles | array | Work experience / positions |
education | array | Education history |
skills | array | Skills list |
languages | array | Languages |
certifications | array | Professional certifications |
courses | array | Courses |
projects | array | Projects |
publications | array | Publications |
awards | array | Awards and honors |
volunteering | array | Volunteer experience |
testScores | array | Test scores |
featured | array | Featured content |
๐ Examples
Get a Full Profile
{"profileId": "satya-nadella"}
Using a LinkedIn URL slug
{"profileId": "john-doe-123abc"}
๐ฐ Pricing
This actor uses Pay-per-Event pricing:
- $0.004 per request โ you only pay for what you use
- No monthly commitment
- Works in both Batch and Standby modes
โ Error Handling
Errors are returned in a consistent format:
{"success": false,"error": "Error message"}
Common errors:
- Missing profileId โ
profileIdis required - HTTP 4xx โ invalid request or profile not found
- HTTP 5xx โ temporary backend issue, try again later
๐ฅ Health Check
GET /health
Returns 200 OK when the actor is running in Standby mode.