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

Jobs Listing Count Endpoint

正式环境
https://nubela.co/proxycurl
正式环境
https://nubela.co/proxycurl
GET
https://nubela.co/proxycurl
/api/v2/linkedin/company/job/count
Jobs API
Cost: 2 credits / successful request.
Count number of jobs posted by a company on LinkedIn

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Query 参数
job_type
string 
可选
The nature of the job.
It accepts the following 7 case-insensitive values only:
full-time
part-time
contract
internship
temporary
volunteer
anything (default)
示例值:
entry_level
experience_level
string 
可选
The experience level needed for the job.
It accepts the following 6 case-insensitive values only:
internship
entry_level
associate
mid_senior_level
director
anything (default)
示例值:
entry_level
when
string 
可选
The time when the job is posted,
It accepts the following case-insensitive values only:
yesterday
past-week
past-month
anytime (default)
示例值:
past-month
flexibility
string 
可选
The flexibility of the job.
It accepts the following 3 case insensitive values only:
remote
on-site
hybrid
anything (default)
示例值:
remote
geo_id
string 
可选
The geo_id of the location to search for.
For example, 92000000 is the geo_id of world wide.
See this article as to how you may be able to match regions to geo_id input values.
示例值:
92000000
keyword
string 
可选
The keyword to search for.
示例值:
software engineer
search_id
string 
可选
The search_id of the company on LinkedIn.
You can get the search_id of a LinkedIn company via
Company Profile API.
示例值:
1035

示例代码

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/v2/linkedin/company/job/count'

返回响应

🟢200成功
application/json
Count number of jobs posted
Body
count
integer 
可选
示例
{
    "count": 887622
}
🟠400请求有误
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
🟠429429
🔴500服务器错误
🔴503服务器故障
上一页
Job Search Endpoint
下一页
Job Profile Endpoint
Built with