cURL
curl --request GET \ --url https://api.fetchin.io/api/v1/profile \ --header 'X-API-Key: <api-key>'
{ "urn": "urn:li:member:987654321", "firstName": "William", "lastName": "Gates", "headline": "Co-chair, Bill & Melinda Gates Foundation", "location": "Seattle, Washington, United States", "profilePictureUrl": "https://media.licdn.com/dms/image/...", "about": "Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger.", "experiences": [ { "title": "Co-chair", "company": "Bill & Melinda Gates Foundation", "startDate": "2000-01", "endDate": null }, { "title": "Co-founder", "company": "Microsoft", "startDate": "1975-04", "endDate": "2020-03" } ], "education": [ { "school": "Harvard University", "degree": "Bachelor's degree, Computer Science", "startDate": "1973", "endDate": "1975" } ] }
Get detailed information about a LinkedIn profile
GET /api/v1/profile
X-API-Key: your-api-key-here
https://www.linkedin.com/in/username
urn:li:member:123456789
Show Profile object
Show Experience object
Show Education object
curl -X GET "https://api.fetchin.io/api/v1/profile?profileUrlOrUrn=https://www.linkedin.com/in/williamhgates" \ -H "X-API-Key: your-api-key-here"
LinkedIn profile URL or URN
"https://www.linkedin.com/in/username"
Successfully fetched profile
Show child attributes