跳转到主要内容
POST
/
companies
/
jobs
/
lookup
cURL
curl --request POST \
  --url https://api.pubrio.com/companies/jobs/lookup \
  --header 'Content-Type: application/json' \
  --header 'pubrio-api-key: <api-key>' \
  --data '{
  "job_search_id": "371d0c44-4c56-4c9c-98e2-ef6dd986b848",
  "profile_id": 123
}'
{
  "job_id": "371d0c44-4c56-4c9c-98e2-ef6dd986b848",
  "job_search_id": "371d0c44-4c56-4c9c-98e2-ef6dd986b848",
  "last_modified": "2025-05-31T20:41:27.894Z",
  "companies": {
    "logo_url": "https://buckets.pubrio.com/company-logo/OTQxMjYxMTFnb29nbGUuY29tLnBrbGlua2VkaW5fcF9sb2dvMTU=.jpg",
    "domain_search_id": "539e2c34-de6b-4613-8f5b-e3aa18b4ef47",
    "company_name": "Google",
    "linkedin_name": "google",
    "country_code": "US",
    "domain": "google.com"
  },
  "location": "Seoul, Seoul, South Korea",
  "job_url": "https://kr.linkedin.com/jobs/view/software-engineer-greach-program-for-people-with-disabilities-%EC%9E%A5%EC%95%A0%EC%9D%B8-%EC%B1%84%EC%9A%A9-at-google-4224659596?position=7&pageNum=0&refId=DwDpGXGftUql%2FkETvFCwXw%3D%3D&trackingId=gAvrIP0yUQuf8fjK67HSbQ%3D%3D",
  "posting_date": "2025-05-31",
  "country_code": "KR",
  "location_id": 491,
  "title": "Software Engineer, gReach Program for People with Disabilities (장애인 채용)",
  "country": "South Korea"
}

Authorizations

pubrio-api-key
string
header
required

一个唯一的 API 令牌,用于标识您通过 API 执行的操作以及相应的权限和操作。您可以在 设置 部分创建该令牌。

Body

application/json
job_search_id
string<uuid>
required

用于公司职位检索操作的唯一标识符。

Example:

"371d0c44-4c56-4c9c-98e2-ef6dd986b848"

profile_id
integer
required

发起请求的团队标识符。该ID有助于将查找与特定团队(工作区)关联,实现数据检索和额度追踪。

更多信息请参见团队标签下的 user details 端点。

Response

包含相关详细信息的成功响应。

data
object | null

响应信息取决于具体接口。