cURL
curl --request GET \ --url https://api.fetchin.io/api/v1/profile \ --header 'X-API-Key: <api-key>'
{ "id": "urn:li:fsd_profile:ACoAAABCDEF", "firstName": "William", "lastName": "Gates", "title": "Co-chair, Bill & Melinda Gates Foundation", "description": "Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger.", "location": "Seattle, Washington, United States", "profilePictureUrl": "https://media.licdn.com/dms/image/...", "experiences": [ { "name": "Bill & Melinda Gates Foundation", "jobTitle": "Co-chair", "description": "", "dateRange": "Jan 2000 - Present" }, { "name": "Microsoft", "jobTitle": "Co-founder", "description": "", "dateRange": "Apr 1975 - Mar 2020" } ], "educations": [ { "name": "Harvard University", "description": "Bachelor's degree, Computer Science", "dateRange": "1973 - 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
LinkedIn profile URN (unique identifier)
"urn:li:fsd_profile:ACoAAABCDEF"
Professional headline
About/summary section
Show child attributes