Learn R Programming

whoapi (version 0.1.2)

is_blacklisted: Identify if a Domain is Blacklisted

Description

is_blacklisted checks whether a domain is on prominent spam blacklists (or not).

Usage

is_blacklisted(token, domain, ...)

Arguments

token
a token generated with whoapi_token
domain
a domain name
...
further arguments to pass to httr's GET.

Value

a list containing a boolean value, "blacklisted", which identifies whether a domain is blacklisted by any of the checked services, followed by a breakdown of what the status is on each particular service.