zerobounce package

Submodules

zerobounce.helper module

class zerobounce.helper.ZeroBounceAPI(apikey)

Bases: object

Main object used for creating a connection to the ZeroBounce API.

get_credits()

Get the number of credits available in your ZeroBounce account

validate(email)

Get the validation result for one email address

Get information about the email address, such as bounce status, First Name, Last Name

Args:
email (str): A syntactically valid email address
validatewithip(email, ipaddress='99.123.12.122')

Get the validation result for one email address, using an IP.

Get information about the email address, such as bounce status, First Name, Last Name, using an IP Address for live validations.

Args:
email (str): A syntactically valid email address ipaddress (str, optional): Specify an IP Address to use (advanced).

Module contents

class zerobounce.ZeroBounceAPI(apikey)

Bases: object

Main object used for creating a connection to the ZeroBounce API.

get_credits()

Get the number of credits available in your ZeroBounce account

validate(email)

Get the validation result for one email address

Get information about the email address, such as bounce status, First Name, Last Name

Args:
email (str): A syntactically valid email address
validatewithip(email, ipaddress='99.123.12.122')

Get the validation result for one email address, using an IP.

Get information about the email address, such as bounce status, First Name, Last Name, using an IP Address for live validations.

Args:
email (str): A syntactically valid email address ipaddress (str, optional): Specify an IP Address to use (advanced).