Skip to main content
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

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
job_search_id
string<uuid>
required

A unique identifier for the company job search operation.

Example:

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

profile_id
integer
required

An identifier for the user profile (workspace) making the request. This ID helps in associating the lookup with a specific user, allowing for data retrieval and credit tracking.

Check out user details endpoints under the Profile tab for more information.

Response

Successful response containing company job details.

data
object

Response info depends on specific endpoint.