Member Junction
    Preparing search index...

    A person from the prospecting search — net-new people in Apollo's database, not your saved contacts. This endpoint does not return emails or phones by design; that is the enrichment surface, which the other actions in this package cover.

    interface ApolloPerson {
        firstName: string;
        id: string;
        lastName: string;
        linkedinUrl: string;
        name: string;
        organizationId: string;
        organizationName: string;
        title: string;
    }
    Index

    Properties

    firstName: string
    id: string
    lastName: string
    linkedinUrl: string

    LinkedIn profile URL when present; '' otherwise.

    name: string
    organizationId: string

    Apollo organization id of the employer; null when absent.

    organizationName: string

    Employer name; '' when absent.

    title: string