Search Business Profile by Name
The Business Profile Finder API finds anyone’s full business profile from just their name and company domain.
It runs a LinkedIn profile search and a firmographic lookup in a single call, and returns the person’s job title and company, plus company details such as industry, size, and location. Pass a full name or separate first_name and last_name fields, and provide the company as a domain, for example acme.com. URLs are normalised automatically, and tokens are only charged when a match is found.
Use this endpoint to:
- Build a complete picture of a contact and their employer in one call
- Qualify leads with company context before outreach
- Enrich CRM records with job title and firmographic data
Fair Use Policy: This API is subject to our Fair Use Policy for Search.
Outcomes:
A lookup that finds nothing is not an error. It returns HTTP 200 with status: "not_found", empty or null results, and the usual metadata — and costs no tokens, though it still counts as one request against your Fair Use requests limit. Read status, not the HTTP code, to tell a hit from a miss. The API’s only 404 is an unknown or retired tool name.
Authorizations
Pass your API key as a Bearer token. Keys follow the format ms_XXXXXXXXXXX.
Body
Full name (e.g. 'John Smith') — parsed into first and last name automatically.
First name (used if name is not provided).
Last name (used if name is not provided).
Company domain (e.g. 'acme.com') or URL (e.g. 'https://acme.com') — normalized to domain.
"acme.com"
Alias for company — company domain or URL.
Response
Success
