is_blacklisted: Identify if a Domain is Blacklisted

Description Usage Arguments Value

Description

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

Usage

1
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.


whoapi documentation built on May 2, 2019, 6:44 a.m.