LinkedIn Profile Info
Streamline recruitment and business development by extracting valuable LinkedIn profile insights.
Credit cost: 1 credit per call
Authorization
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
query*string
The LinkedIn profile to retrieve. Accepts a username, full profile URL, or numeric member ID.
Accepted formats:
williamhgates— LinkedIn username/public identifierhttps://www.linkedin.com/in/williamhgates— full profile URLACoAAA8BYqEBmLJMezmvqCLszS5NiJtJz7L9N9M— encoded member ID
Example:
https://www.linkedin.com/in/williamhgatesNotes:
- Private profiles: Some fields may be empty if the profile visibility is restricted.
- Deleted accounts: Returns a not-found error if the account no longer exists.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.piloterr.com/v2/linkedin/profile/info?query=string"{
"address": null,
"summary": "Chair of the Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger.",
"headline": "Chair, Gates Foundation and Founder, Breakthrough Energy",
"username": "williamhgates",
"full_name": "Bill Gates",
"languages": [],
"photo_url": "https://media.licdn.com/dms/image/v2/D5603AQF-RYZP55jmXA/profile-displayphoto-shrink_200_200",
"profile_url": "https://www.linkedin.com/in/williamhgates",
"follower_count": 36800000,
"connection_count": 500,
"articles": [
{
"url": "https://www.linkedin.com/pulse/phone-call-saves-lives-bill-gates-yspvc",
"title": "A phone call that saves lives",
"author": "Bill Gates"
},
{
"url": "https://www.linkedin.com/pulse/expanding-access-health-care-through-ai-bill-gates-xyqtc",
"title": "Expanding access to health care through AI",
"author": "Bill Gates"
}
],
"experiences": [
{
"end_date": null,
"company": "Gates Foundation",
"job_title": "Chair",
"start_date": "2022-01-01",
"company_url": "https://www.linkedin.com/company/gatesfoundation",
"description": null,
"company_logo": "https://media.licdn.com/dms/image/v2/D4E0BAQG8h8v5PqC7dA/company-logo_100_100"
},
{
"end_date": null,
"company": "Breakthrough Energy",
"job_title": "Founder",
"start_date": "2015-01-01",
"company_url": "https://www.linkedin.com/company/breakthrough-energy",
"description": null,
"company_logo": null
}
],
"educations": [
{
"school": "Harvard University",
"end_date": null,
"end_year": null,
"start_date": null,
"start_year": null,
"field_of_study": "Computer Science and Economics"
}
],
"skills": [
"Software Development",
"Technology",
"Philanthropy",
"Public Speaking",
"Strategic Planning"
],
"certifications": [],
"recommendations": [],
"member_identifier": "williamhgates"
}{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}