Piloterr

LinkedIn Profile Info

GET
/v2/linkedin/profile/info

Streamline recruitment and business development by extracting valuable LinkedIn profile insights.

Credit cost: 1 credit per call

Authentification

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Paramètres de requête

query*string

The LinkedIn profile to retrieve. Accepts a username, full profile URL, or numeric member ID.

Accepted formats:

  • williamhgates: LinkedIn username/public identifier
  • https://www.linkedin.com/in/williamhgates: full profile URL
  • ACoAAA8BYqEBmLJMezmvqCLszS5NiJtJz7L9N9M: encoded member ID

Example:

https://www.linkedin.com/in/williamhgates

Notes:

  • 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.

Corps de la réponse

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/linkedin/profile/info?query=string"

{  "skills": [    "Software Development",    "Technology",    "Philanthropy",    "Public Speaking",    "Strategic Planning"  ],  "address": null,  "summary": "Chair of the Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger.",  "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"    }  ],  "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",  "educations": [    {      "school": "Harvard University",      "end_date": null,      "end_year": null,      "start_date": null,      "start_year": null,      "field_of_study": "Computer Science and Economics"    }  ],  "experiences": [    {      "company": "Gates Foundation",      "end_date": null,      "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"    },    {      "company": "Breakthrough Energy",      "end_date": null,      "job_title": "Founder",      "start_date": "2015-01-01",      "company_url": "https://www.linkedin.com/company/breakthrough-energy",      "description": null,      "company_logo": null    }  ],  "profile_url": "https://www.linkedin.com/in/williamhgates",  "certifications": [],  "follower_count": 36800000,  "recommendations": [],  "connection_count": 500,  "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"}