Module contact_api

Source

Enums§

DisposableEmailAddressCheckEndpointError
struct for typed errors of method disposable_email_address_check_endpoint
PersonalContactNumberLookupEndpointError
struct for typed errors of method personal_contact_number_lookup_endpoint
PersonalEmailLookupEndpointError
struct for typed errors of method personal_email_lookup_endpoint
ReverseWorkEmailLookupEndpointError
struct for typed errors of method reverse_work_email_lookup_endpoint
WorkEmailLookupEndpointError
struct for typed errors of method work_email_lookup_endpoint

Functions§

disposable_email_address_check_endpoint
Cost: 0 credit / request. Given an email address, checks if the email address belongs to a disposable email service.
personal_contact_number_lookup_endpoint
Cost: 1 credit / contact number returned. Given an LinkedIn profile, returns a list of personal contact numbers belonging to this identity.
personal_email_lookup_endpoint
Cost: 1 credit / email returned. Given an LinkedIn profile, returns a list of personal emails belonging to this identity. Emails are verified to be deliverable.
reverse_work_email_lookup_endpoint
Cost: 3 credits / successful request. Resolve LinkedIn Profile from a work email address
work_email_lookup_endpoint
Cost: 3 credits / request. Lookup work email address of a LinkedIn Person Profile. Email addresses returned are verified to not be role-based or catch-all emails. Email addresses returned by our API endpoint come with a 95+% deliverability guarantee Endpoint behavior This endpoint may not return results immediately. If you provided a webhook in your request parameter, our application will call your webhook with the result once. See Webhook request below.