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

Company Profile Endpoint

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

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Query 参数
url
string 
必需
URL of the LinkedIn Company Profile to crawl.
URL should be in the format of https://www.linkedin.com/company/<public_identifier>
示例值:
https://www.linkedin.com/company/google/
categories
string 
可选
Appends categories data of this company.
Default value is "exclude".
The other acceptable value is "include", which will include these categories (if available) for 1 extra credit.
示例值:
include
funding_data
string 
可选
Returns a list of funding rounds that this company has received.
Default value is "exclude".
The other acceptable value is "include", which will include these categories (if available) for 1 extra credit.
示例值:
include
exit_data
string 
可选
Returns a list of investment portfolio exits.
Default value is "exclude".
The other acceptable value is "include", which will include these categories (if available) for 1 extra credit.
示例值:
include
acquisitions
string 
可选
Provides further enriched data on acquisitions made by this company from external sources.
Default value is "exclude".
The other acceptable value is "include", which will include these acquisition data (if available) for 1 extra credit.
示例值:
include
extra
string 
可选
Enriches the Company Profile with extra details from external sources.
Details include Crunchbase ranking, contact email, phone number, Facebook account, Twitter account, funding rounds and amount, IPO status, investor information, etc.
Default value is "exclude".
The other acceptable value is "include", which will include these extra details (if available) for 1 extra credit.
示例值:
include
use_cache
string 
可选
if-present - Fetches profile from cache regardless of age of profile.
If profile is not available in cache, API will attempt to source profile externally.
if-recent (Default) - API will make a best effort to return a fresh profile no older than 29 days.
Costs an extra 1 credit on top of the cost of the base endpoint.
示例值:
if-present
fallback_to_cache
string 
可选
Tweaks the fallback behavior if an error arises from fetching a fresh profile.
This parameter accepts the following values:
on-error (default value) - Fallback to reading the profile from cache if an error arises.
never - Do not ever read profile from cache.
示例值:
on-error

示例代码

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?url=https://www.linkedin.com/company/google/'

返回响应

🟢200成功
application/json
Profile data with profile picture, office locations, etc
Body
linkedin_internal_id
string 
可选
LinkedIn's Internal and immutable ID of this Company profile.
description
string  | null 
可选
A textual description of the company.
website
string  | null 
可选
The URL of the company's website.
industry
string  | null 
可选
The industry attribute, found in a LinkedIn Company profile, describes the industry in which the company operates. The value of this attribute is an enumerator. [This CSV file provides an exhaustive list of possible values for this attribute] (https://drive.google.com/file/d/1T-ULD_mFc8lPogyVabtx-fereXENIhor/view).
company_size
array [oneOf] 
可选
Sequenceed range of company head count
>= 2 items<= 2 items
integer  | null 
可选
integer  | null 
可选
company_size_on_linkedin
integer 
可选
The size of the company as indicated on LinkedIn.
hq
可选
One of
示例值:
{"country":"SG","city":"Singapore","postal_code":"119077","line_1":"21 Lower Kent Ridge Road, Singapore","is_hq":true,"state":null}
country
string  | null 
可选
city
string  | null 
可选
postal_code
string  | null 
可选
line_1
string  | null 
可选
is_hq
boolean 
可选
state
string  | null 
可选
company_type
可选
One of
Possible values:
EDUCATIONAL: Educational Institution
GOVERNMENT_AGENCY: Government Agency
NON_PROFIT : Nonprofit
PARTNERSHIP : Partnership
PRIVATELY_HELD: Privately Held
PUBLIC_COMPANY: Public Company
SELF_EMPLOYED: Self-Employed
SELF_OWNED: Sole Proprietorship
枚举值:
EDUCATIONALGOVERNMENT_AGENCYNON_PROFITPARTNERSHIPPRIVATELY_HELDPUBLIC_COMPANYSELF_EMPLOYEDSELF_OWNED
founded_year
integer  | null 
可选
The year the company was founded.
specialities
array[string]
可选
A list of specialities.
locations
array[object (CompanyLocation) {6}] 
可选
country
string  | null 
可选
city
string  | null 
可选
postal_code
string  | null 
可选
line_1
string  | null 
可选
is_hq
boolean 
可选
state
string  | null 
可选
name
string  | null 
可选
The name of the company.
tagline
string  | null 
可选
A short, catchy phrase that represents the company's mission or brand.
universal_name_id
string  | null 
可选
A unique numerical identifier for the company used in the LinkedIn platform.
profile_pic_url
string  | null 
可选
The URL of the company's profile picture.
background_cover_image_url
string  | null 
可选
The URL of the company's background cover image.
search_id
string 
可选
Useable with Job listing endpoint
similar_companies
array[object (SimilarCompany) {4}] 
可选
name
string  | null 
可选
link
string  | null 
可选
industry
string  | null 
可选
location
string  | null 
可选
affiliated_companies
array[object (AffiliatedCompany) {4}] 
可选
name
string  | null 
可选
link
string  | null 
可选
industry
string  | null 
可选
location
string  | null 
可选
updates
array[object (CompanyUpdate) {5}] 
可选
A list of post updates made by the company. This field is not guaranteed to be returned. Do not rely on this attribute in production.
article_link
string  | null 
可选
The URL for which the post links out to
image
string  | null 
可选
The URL to the image to the post (if it exists)
posted_on
可选
text
string  | null 
可选
The body of the update
total_likes
integer  | null 
可选
The total likes a post has received
follower_count
integer  | null 
可选
The number of followers the company has on LinkedIn.
acquisitions
可选
One of
示例值:
{"acquired":[{"linkedin_profile_url":"https://www.linkedin.com/company/apple","crunchbase_profile_url":"https://www.crunchbase.com/organization/apple","announced_date":{"day":1,"month":4,"year":1976},"price":300000000}],"acquired_by":{"linkedin_profile_url":"https://www.linkedin.com/company/nvidia","crunchbase_profile_url":"https://www.crunchbase.com/organization/nvidia","announced_date":{"day":6,"month":3,"year":2020},"price":10000}}
acquired
array[object (AcquiredCompany) {4}] 
可选
acquired_by
可选
exit_data
array[object (Exit) {3}]  | null 
可选
linkedin_profile_url
string  | null 
可选
LinkedIn Profile URL of the company that has exited
crunchbase_profile_url
string  | null 
可选
Crunchbase Profile URL of the company that has exited
name
string  | null 
可选
Name of the company
extra
可选
One of
Company extra when extra=include
示例值:
{"crunchbase_profile_url":"https://www.crunchbase.com/organization/nvidia","ipo_status":"Public","crunchbase_rank":13,"founding_date":{"day":1,"month":1,"year":2000},"operating_status":"Active","company_type":"For Profit","contact_email":"info@nvidia.com","phone_number":"(140) 848-6200","facebook_id":"NVIDIA.IN","twitter_id":"nvidia","number_of_funding_rounds":3,"total_funding_amount":4000000,"stock_symbol":"NASDAQ:NVDA","ipo_date":{"day":1,"month":1,"year":2000},"number_of_lead_investors":3,"number_of_investors":4,"total_fund_raised":1000,"number_of_investments":50,"number_of_lead_investments":3,"number_of_exits":7,"number_of_acquisitions":2}
crunchbase_profile_url
string  | null 
可选
Crunchbase Profile URL of the company
ipo_status
string  | null 
可选
IPO status of the company
crunchbase_rank
integer  | null 
可选
A measure of prominence of this company by Crunchbase
founding_date
可选
operating_status
string  | null 
可选
Status of the company's operational status
company_type
string  | null 
可选
Type of company
contact_email
string  | null 
可选
General contact email of the company
phone_number
string  | null 
可选
General contact number of the company
facebook_id
string  | null 
可选
ID of the company's official Facebook account
twitter_id
string  | null 
可选
ID of the company's official Twitter account
number_of_funding_rounds
integer  | null 
可选
Total rounds of funding that this company has raised
total_funding_amount
integer  | null 
可选
Total venture capital raised by this company
stock_symbol
string  | null 
可选
Stock symbol of this public company
ipo_date
可选
number_of_lead_investors
integer  | null 
可选
Total lead investors
number_of_investors
integer  | null 
可选
Total investors
total_fund_raised
integer  | null 
可选
The total amount of funds raised (by this VC firm) to be deployed as
subsidiary investments (applicable only for VC firms)
number_of_investments
integer  | null 
可选
Total investments made by this VC firm (applicable only for VC firms)
number_of_lead_investments
integer  | null 
可选
Total investments that was led by this VC firm
(applicable only for VC firms)
number_of_exits
integer  | null 
可选
Total exits by this VC (applicable only for VC firms)
number_of_acquisitions
integer  | null 
可选
Total companies acquired by this company
funding_data
array[object (Funding) {5}] 
可选
Company Funding data when funding_data=include
funding_type
string  | null 
可选
Type of funding
money_raised
integer  | null 
可选
Amount of money raised
announced_date
可选
number_of_investor
integer  | null 
可选
Number of investors in this round
investor_list
array[object (Investor) {3}]  | null 
可选
categories
array[string] | null 
可选
The categories attribute is fetched from the company's Crunchbase profile. Values for this attribute are free-form text, and there is no exhaustive list of categories. Consider the categories attribute as "hints" regarding the products or services offered by the company.
customer_list
array[string] | null 
可选
示例
{
    "linkedin_internal_id": "1441",
    "description": "A problem isn't truly solved until it's solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone.\n\nCheck out our career opportunities at careers.google.com.",
    "website": "https://goo.gle/3m1IN7m",
    "industry": "Software Development",
    "company_size": [
        10001,
        null
    ],
    "company_size_on_linkedin": 319856,
    "hq": {
        "country": "US",
        "city": "Mountain View",
        "postal_code": "94043",
        "line_1": "1600 Amphitheatre Parkway",
        "is_hq": true,
        "state": "CA"
    },
    "company_type": "PUBLIC_COMPANY",
    "founded_year": null,
    "specialities": [
        "search",
        "ads"
    ],
    "locations": [
        {
            "country": "US",
            "city": "Mountain View",
            "postal_code": "94043",
            "line_1": "1600 Amphitheatre Parkway",
            "is_hq": true,
            "state": "CA"
        },
        {
            "country": "US",
            "city": "New York",
            "postal_code": "10011",
            "line_1": "111 8th Ave",
            "is_hq": false,
            "state": "NY"
        }
    ],
    "name": "Google",
    "tagline": null,
    "universal_name_id": "google",
    "profile_pic_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/company/google/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T060024Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=0d3500b39da8db1d2d8f5727a9ac39a7c4a88b4632ed68209dee12f06bc79aca",
    "background_cover_image_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/company/google/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230119%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230119T060024Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=abb7a4b87583cffda8db24d58d906c644998fae8cbb99e98c69a35720fcd0050",
    "search_id": "1441",
    "similar_companies": [
        {
            "name": "Amazon",
            "link": "https://www.linkedin.com/company/amazon",
            "industry": "Software Development",
            "location": "Seattle, WA"
        },
        {
            "name": "Microsoft",
            "link": "https://www.linkedin.com/company/microsoft",
            "industry": "Software Development",
            "location": "Redmond, Washington"
        }
    ],
    "affiliated_companies": [
        {
            "name": "YouTube",
            "link": "https://www.linkedin.com/company/youtube",
            "industry": "Software Development",
            "location": "San Bruno, CA"
        },
        {
            "name": "Google Cloud",
            "link": "https://www.linkedin.com/showcase/google-cloud",
            "industry": "Software Development",
            "location": "Mountain View, California"
        }
    ],
    "updates": [
        {
            "article_link": null,
            "image": "https://media.licdn.com/dms/image/C5605AQFthnjiTD6Mvg/videocover-high/0/1660754102856?e=2147483647&v=beta&t=PPOsA9J3vCTXWhuZclqSBQl7DLSDLvy5hKWlkHI85YE",
            "posted_on": {
                "day": 13,
                "month": 9,
                "year": 2022
            },
            "text": "Want to kick start your #LifeAtGoogle but not sure where to begin? Explore our Build Your Future site, where you can learn about developmental programs, learn tips for future interviews, sign up for informational events, and even hear real stories from Googlers who’ve been where you are now. Get started → https://bit.ly/3SKPzQB",
            "total_likes": 4267
        },
        {
            "article_link": null,
            "image": "https://media.licdn.com/dms/image/C4D22AQGcvTlKRR3qvQ/feedshare-shrink_2048_1536/0/1672854668558?e=1676505600&v=beta&t=whRRx9ULPEuyw_FgUg4Z3N3O9iksyJW7ewCGZA6ujdg",
            "posted_on": null,
            "text": "Ariana, welcome to Google. Here’s to a year full of growth, learning, and experiences at #LifeAtGoogle! 🎉",
            "total_likes": 397
        }
    ],
    "follower_count": 27472792
}
🟠400请求有误
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
🟠429429
🔴500服务器错误
🔴503服务器故障
上一页
Role Lookup Endpoint
下一页
Employee Listing Endpoint
Built with