全部 API

LinkedIn APIs

接口

显示 9 个

Person Profile

根据公开个人主页链接,返回标准化的职业资料。

GET/v1/linkedin/profile

参数

profile_urlstring必填

要查询的公开个人主页链接。

curl \
  "https://api.agentbody.io/v1/linkedin/profile?profile_url=https%3A%2F%2Fexample.com%2Fprofile" \
  -H "Authorization: Bearer $AGENTBODY_API_KEY"