Reference
Remy Reference/agent/enrichPerson
?

enrichPerson

Look up professional information about a person using Apollo.io. Search by ID, name, LinkedIn URL, email, or domain.
mindstudio.enrichPerson({ params }) → Result

Looks up professional background on a person through Apollo.io — matched by id, name, LinkedIn URL, email, or domain — and returns role and firmographic data. peopleSearch is the counterpart when you're searching rather than resolving a known person.

Parameters
params
object
RequiredSearch parameters to identify the person (ID, name, LinkedIn URL, email, or domain)
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.enrichPerson({
  params: /* ... */
});