Company Profile Endpoint
正式环境
https://nubela.co/proxycurl
正式环境
https://nubela.co/proxycurl
GET
https://nubela.co/proxycurl
Company API
Get structured data of a Company Profile
请求参数
Query 参数
url
string
必需
https://www.linkedin.com/company/<public_identifier>
示例值:
https://www.linkedin.com/company/google/
categories
string
可选
"exclude"
.The other acceptable value is
"include"
, which will include these categories (if available) for 1
extra credit.示例值:
include
funding_data
string
可选
"exclude"
.The other acceptable value is
"include"
, which will include these categories (if available) for 1
extra credit.示例值:
include
exit_data
string
可选
"exclude"
.The other acceptable value is
"include"
, which will include these categories (if available) for 1
extra credit.示例值:
include
acquisitions
string
可选
"exclude"
.The other acceptable value is
"include"
, which will include these acquisition data (if available) for 1
extra credit.示例值:
include
extra
string
可选
Details include Crunchbase ranking, contact email, phone number, Facebook account, Twitter account, funding rounds and amount, IPO status, investor information, etc.
"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
可选
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