Skip to main content
Use by_name when a company name is available but its domain is not. Name matching is less precise than a domain lookup, so verify the returned canonical domain before attaching the profile to an existing record.

Send a company name

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.
name must contain 3 to 30 characters. The endpoint costs 10 credits.

Disambiguate by country

Add country_gl when similarly named companies operate in different markets:
The country value is a matching hint, not a guarantee. Check brand.domain, brand.title, and other returned evidence before writing over a known company identity.

Production behavior

  • Treat a no-match as a normal product outcome and keep the original name.
  • Do not merge companies solely because their returned titles are similar.
  • Persist both the submitted name and returned domain so a human can review uncertain matches.
  • maxSpeed, force_language, maxAgeMs, timeoutMS, and tags are available on this lookup.

Next steps

Retrieve brand data

Understand the shared brand response model.

Brand API reference

Review every supported request and response field.