Skip to main content
POST
Look up a company by ID

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"

tiktok_url
string

TikTok profile URL for the company.

wantedly_url
string

Wantedly profile URL for the company.

tw104_url
string

104 (Taiwan) profile URL for the company.

rocketpunch_url
string

RocketPunch profile URL for the company.

remember_url
string

Remember profile URL for the company.

youtrust_url
string

YOUTRUST profile URL for the company.

is_enrichment_available
boolean

Run realtime enrichment when the stored record is incomplete. Consumes credits. The response echoes whether it ran in metadata.is_enrichment_available.

Example:

true

Response

Successful response containing company details.

metadata
object

Request context: is_enrichment_available (whether realtime enrichment ran), the echoed parameters and filters, and a profile block with credit, topup_credit and total_credit_cost.

data
object | null

Response info depends on specific endpoint.