Skip to main content
POST
Enrich a company record

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
domain_search_id
string<uuid>
required

A unique identifier for the company search operation.

domain
string

A company domain used for company search operations. If we receive a URL such as www.pubrio.com or https://docs.pubrio.com/, the system will convert it to pubrio.com for processing.

Example:

"pubrio.com"

linkedin_url
string

The fully formed URL of the LinkedIn company profile. URL begin with http and contain linkedin.com/company/

Example:

"https://www.linkedin.com/company/pubrio"

Response

Successful response containing company enrichment details.

metadata
object

Request context — echoed filters and parameters, plus a profile block with credit, topup_credit and total_credit_cost when credit accounting is requested.

data
object | null

Response info depends on specific endpoint.

jobs
object[]

Recent job postings for the company, returned inline so you do not need a separate Job Search call.

news
object[]

Recent news mentions for the company, returned inline so you do not need a separate News Search call.

advertisements
object[]

Recent advertisements for the company, returned inline so you do not need a separate Advertisement Search call.

similar_companies
object[]

Companies similar to this one. Empty when no close match is found.