LobeChat Plugins
  1. People API
LobeChat Plugins
  • 官方插件
    • 天气插件(RealTime Weather)
      • 查询天气
    • 网页抓取插件
      • 网页抓取
    • 维基百科
      • 搜索
      • 网关
    • 搜索引擎
      • 搜索引擎
  • ProxyCurl
    • Meta API
      • View Credit Balance Endpoint
    • Search API
      • Company Search Endpoint
      • Person Search Endpoint
    • Contact API
      • Reverse Email Lookup Endpoint
      • Reverse Contact Number Lookup Endpoint
      • Work Email Lookup Endpoint
      • Disposable Email Address Check Endpoint
      • Personal Contact Number Lookup Endpoint
      • Personal Email Lookup Endpoint
    • Jobs API
      • Job Search Endpoint
      • Jobs Listing Count Endpoint
      • Job Profile Endpoint
    • People API
      • Person Profile Endpoint
        GET
      • Person Profile Picture Endpoint
        GET
      • Person Lookup Endpoint
        GET
      • Role Lookup Endpoint
        GET
    • Company API
      • Company Profile Endpoint
      • Employee Listing Endpoint
      • Employee Count Endpoint
      • Company Profile Picture Endpoint
      • Company Lookup Endpoint
      • Employee Search Endpoint
    • School API
      • School Profile Endpoint
      • Student Listing Endpoint
  • 插件网关
    POST
  • 插件网关(不支持的请求类型)
    GET
  1. People API

Person Profile Picture Endpoint

正式环境
https://nubela.co/proxycurl
正式环境
https://nubela.co/proxycurl
GET
https://nubela.co/proxycurl
/api/linkedin/person/profile-picture
People API
Cost: 0 credit / successful request.
Get the profile picture of a person.
Profile pictures are served from cached people profiles found within LinkDB.
If the profile does not exist within LinkDB, then the API will return a 404 status code.

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Query 参数
linkedin_person_profile_url
string 
必需
LinkedIn Profile URL of the person that you are trying to get the profile picture of.
示例值:
https://www.linkedin.com/in/williamhgates/

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://nubela.co/proxycurl/api/linkedin/person/profile-picture?linkedin_person_profile_url=https://www.linkedin.com/in/williamhgates/'

返回响应

🟢200成功
application/json
Profile picture of a person
Body
tmp_profile_pic_url
string 
可选
Temporary URL to the profile picture (valid for just 30 minutes).
See this blog post for more information.
示例
{
    "tmp_profile_pic_url": "https://media.licdn.com/dms/image/C5616AQH9tkBTUhHfng/profile-displaybackgroundimage-shrink_200_800/0/1614530499015?e=2147483647&v=beta&t=VEoCyedtZulnAVYWT9BXfKHi5OFp8avElNjiz8kjSTU"
}
🟠400请求有误
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
🟠429429
🔴500服务器错误
🔴503服务器故障
上一页
Person Profile Endpoint
下一页
Person Lookup Endpoint
Built with