LinkedIn/User Profile
User Profile
GET
https://api.shofo.ai/linkedin/user-profileGet comprehensive LinkedIn profile data including work experience, education, skills, and contact info.
Pricing
Base cost: $0.001 per profile
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
profile_url | string | Optional | Full LinkedIn profile URL |
username | string | Optional | LinkedIn username/vanity URL |
Note: Provide either profile_url or username.
Response Data
Returns comprehensive profile information:
- • Full name and headline
- • Profile bio/summary
- • Work experience with company names, titles, and dates
- • Education history
- • Skills and endorsements
- • Contact information (if publicly available)
- • Publications and certifications
- • Connection count
Response Format
{
"success": true,
"data": {
"profile": {
"name": "John Doe",
"headline": "Senior Software Engineer at Tech Corp",
"location": "San Francisco Bay Area",
"connection_count": 500,
"bio": "Passionate about building scalable systems...",
"experience": [
{
"company": "Tech Corp",
"title": "Senior Software Engineer",
"start_date": "2022-01",
"end_date": null,
"description": "Leading backend infrastructure..."
}
],
"education": [
{
"school": "Stanford University",
"degree": "BS Computer Science",
"end_date": "2018"
}
],
"skills": ["Python", "Go", "Kubernetes", "AWS"]
}
},
"cost": "$0.0001",
"request_id": "req_abc123"
}Try It
GET
https://api.shofo.ai/linkedin/user-profile$0.0001
Send a request to see the response