Skip to main content
Use a domain lookup when you already know the company’s website. It is the least ambiguous Brand lookup and returns the shared Brand profile.

Send a domain

The PHP tab uses the SDK’s low-level request method because the 2.14.0 Brand helper requires conflicting lookup fields. See the PHP guide for details.
The endpoint costs 10 credits. Use the returned brand.domain as the normalized company domain in your own record.

Tune the lookup

Handle cold domains

A domain that is not already cached can require fresh retrieval and take longer than a cache hit. Avoid a very short timeout on an interactive path:
  • Set a realistic timeoutMS and show a loading state.
  • Use prefetching when you learn the domain before you need the profile.
  • Cache the successful response in your own application according to your product’s freshness needs.
Brand fields are discovered independently. A 200 does not mean every nested field is populated; provide fallbacks for assets, contact data, stock data, employee counts, and links.

Other lookup options

Retrieve brands by name

Find a company profile when you do not know its website.

Retrieve brands by email

Start enrichment with a work email during onboarding.

Extract brands from URLs

Read brand fields from one specific webpage.

Retrieve brand data

Understand the shared brand response model.

Brand API reference

Review the complete request and response contract.