获取用户主页信息/Get user profile
[中文]#
用途:#
按主页 URL 获取 LinkedIn 用户公开信息(同步返回)。
参数:#
返回:#
姓名、当前公司、简介、所在地、粉丝数、经历、教育等公开字段。
[English]#
Purpose:#
Fetch a LinkedIn member's public profile by URL.
Parameters:#
Returns:#
Public fields such as name, current company, about, location, follower
count, experience and education.
[示例/Example]#
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://api.tikomni.com/api/u1/v1/linkedin/web_v2/get_user_profile?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fwilliamhgates%2F' \
--header 'Authorization: Bearer <token>'
Modified at 2026-08-23 21:13:33