Linkedin Api
Pricing
from $5.00 / 1,000 full profile requests
Linkedin Api
Pricing
from $5.00 / 1,000 full profile requests
Rating
0.0
(0)
Developer

scrapegoatz_clerix
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
5 days 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.