LobeChat Plugins
  1. School 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
      • Person Profile Picture Endpoint
      • Person Lookup Endpoint
      • Role Lookup Endpoint
    • 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
        GET
      • Student Listing Endpoint
        GET
  • 插件网关
    POST
  • 插件网关(不支持的请求类型)
    GET
  1. School API

School Profile Endpoint

正式环境
https://nubela.co/proxycurl
正式环境
https://nubela.co/proxycurl
GET
https://nubela.co/proxycurl
/api/linkedin/school
Cost: 1 credit / successful request.
Get structured data of a LinkedIn School Profile

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Query 参数

请求示例代码

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/school?url=https://www.linkedin.com/school/national-university-of-singapore'

返回响应

🟢200成功
application/json
Profile data with profile picture, school location, etc
Body

示例
{
    "linkedin_internal_id": "5524",
    "description": "At NUS, we are shaping the future through our people and our pursuit of new frontiers in knowledge. In a single century, we have become a university of global influence and an Asian thought leader. Our location at the crossroads of Asia informs our mission and gives us a tremendous vantage point to help create opportunities and address the pressing issues facing Singapore, Asia and the world.\r\rAt NUS, we believe in education, research and service that change lives.",
    "website": "http://nus.edu.sg",
    "industry": "Higher Education",
    "company_size": [
        5001,
        10000
    ],
    "company_size_on_linkedin": 16084,
    "hq": {
        "country": "SG",
        "city": "Singapore",
        "postal_code": "119077",
        "line_1": "21 Lower Kent Ridge Road, Singapore",
        "is_hq": true,
        "state": null
    },
    "company_type": "EDUCATIONAL_INSTITUTION",
    "founded_year": 1905,
    "specialities": [
        "education",
        "research"
    ],
    "locations": [
        {
            "country": "SG",
            "city": "Singapore",
            "postal_code": "119077",
            "line_1": "21 Lower Kent Ridge Road, Singapore",
            "is_hq": true,
            "state": null
        }
    ],
    "name": "National University of Singapore",
    "tagline": null,
    "universal_name_id": "national-university-of-singapore",
    "profile_pic_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/company/national-university-of-singapore/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T071304Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=a66e032f168972bef4ea3821705194ea1c144415a1655bdb328f961ed30e2a24",
    "background_cover_image_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/company/national-university-of-singapore/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T071304Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=551f456b6156e4610bc3e7be43e2f9b0e4b071db5f41f56cc0e408fc1b5a1140",
    "search_id": "5524",
    "similar_companies": [
        {
            "name": "NUS Business School",
            "link": "https://www.linkedin.com/school/nus-business-school/",
            "industry": "Higher Education",
            "location": null
        },
        {
            "name": "NUS Faculty of Arts and Social Sciences",
            "link": "https://www.linkedin.com/school/nusfass/",
            "industry": "Higher Education",
            "location": null
        }
    ],
    "affiliated_companies": [],
    "updates": [],
    "follower_count": 539321
}
🟠400请求有误
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
🟠429429
🔴500服务器错误
🔴503服务器故障
修改于 2025-05-20 15:20:55
上一页
Employee Search Endpoint
下一页
Student Listing Endpoint
Built with