Cost: 0 credit / successful request. Get the profile picture of a company.Profile pictures are served from cached company 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_company_profile_url
string
必需
LinkedIn Profile URL of the company that you are trying to get the profile picture of.
示例值:
https://www.linkedin.com/company/apple/
示例代码
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/company/profile-picture?linkedin_company_profile_url=https://www.linkedin.com/company/apple/'
返回响应
🟢200成功
application/json
Profile picture of a company
Body
tmp_profile_pic_url
string
可选
Temporary URL to the profile picture (valid for just 30 minutes). See this blog post for more information.