LinkedIn Profile Info
Streamline recruitment and business development by extracting valuable LinkedIn profile insights.
Credit cost: 1 credit per call
Autorización
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Parámetros de consulta
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.
Cuerpo de la respuesta
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"}