Skip to contents

This function parses the JSON response from the Hunter.io API for email discovery and verification.

Usage

hunter_parse_email_response(resp_json)

Arguments

resp_json

The JSON response from the Hunter.io API.

Value

A list containing the following elements:

  • first_name: The first name of the person.

  • last_name: The last name of the person.

  • email: The retrieved email address.

  • score: The score of the email address.

  • domain: The company domain.

  • company: The company name.

  • phone_number: The phone number associated with the email address.

  • verification_date: The date of email verification.