Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

Pass your API key in the X-API-Key header (recommended).

Query Parameters

identifier
string[] | null
required

One or more external identifiers to resolve. Pass a comma-separated list to look up many at once (max 100 per call). A full profile URL works in place of a bare identifier and the platform is inferred from it. The identifier is echoed back exactly as supplied, not normalized.

Required array length: 1 - 100 elements
Example:
platform
string

Restrict the lookup to one platform. Optional — omit it to match the identifier on any platform, which is what you want when you hold a handle but not its source. Accepts any platform reported on the external-links endpoints plus the company identifier namespaces 'domain', 'ticker', 'sec' (CIK) and 'wikidata' (QID).

Example:

"linkedin"

type
enum<string>

Restrict results to one kind of entity. Omit to search people and companies together.

Available options:
person,
company

Response

OK

results
object[] | null
required

One result per unique input identifier, in request order. Duplicate identifiers in the request collapse to a single result.